Commit c3e0196d authored by Milan's avatar Milan
Browse files

add extra spawn rule for stone monster

parent b0a4a68e
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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)