From 73ade2c42aba435673178afd9fbcf9e975225d2e Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Wed, 23 May 2018 09:16:36 +0100 Subject: [PATCH] tweak spawning values --- dirt_monster.lua | 2 +- stone_monster.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dirt_monster.lua b/dirt_monster.lua index 3206e21..2586f40 100644 --- a/dirt_monster.lua +++ b/dirt_monster.lua @@ -62,7 +62,7 @@ mobs:spawn({ nodes = {spawn_on}, min_light = 0, max_light = 7, - chance = 7000, + chance = 6000, active_object_count = 2, min_height = 0, day_toggle = false, diff --git a/stone_monster.lua b/stone_monster.lua index 2351448..bc6f6b8 100644 --- a/stone_monster.lua +++ b/stone_monster.lua @@ -56,7 +56,7 @@ mobs:register_mob("mobs_monster:stone_monster", { mobs:spawn({ name = "mobs_monster:stone_monster", - nodes = {"default:stone", "default:desert_stone"}, + nodes = {"default:stone", "default:desert_stone", "default:sandstone"}, max_light = 7, chance = 7000, max_height = 0,