Loading stone_monster.lua +8 −0 Original line number Diff line number Diff line Loading @@ -62,6 +62,14 @@ mobs:spawn({ max_height = 0, }) mobs:spawn({ name = "mobs_monster:stone_monster", nodes = {"default:stone", "default:desert_stone"}, max_light = 7, chance = 700, max_height = 2000, min_height = 420, }) mobs:register_egg("mobs_monster:stone_monster", S("Stone Monster"), "default_stone.png", 1) Loading Loading
stone_monster.lua +8 −0 Original line number Diff line number Diff line Loading @@ -62,6 +62,14 @@ mobs:spawn({ max_height = 0, }) mobs:spawn({ name = "mobs_monster:stone_monster", nodes = {"default:stone", "default:desert_stone"}, max_light = 7, chance = 700, max_height = 2000, min_height = 420, }) mobs:register_egg("mobs_monster:stone_monster", S("Stone Monster"), "default_stone.png", 1) Loading