add extra spawn rule for stone monster

This commit is contained in:
Milan 2019-01-18 12:13:47 +01:00
parent b0a4a68e92
commit c3e0196da6

View File

@ -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)