forked from mtcontrib/mobs_animal
limit spawning animals to 200 high
This commit is contained in:
@ -99,6 +99,7 @@ mobs:spawn({
|
||||
chance = 15000,
|
||||
active_object_count = 2,
|
||||
min_height = 0,
|
||||
max_height = 200,
|
||||
day_toggle = true,
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user