add extra spawn rule for stone monster
This commit is contained in:
parent
b0a4a68e92
commit
c3e0196da6
@ -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…
x
Reference in New Issue
Block a user