mirror of
https://codeberg.org/tenplus1/mobs_animal.git
synced 2025-11-10 11:55:30 +01:00
limit spawning animals to 200 high
This commit is contained in:
@@ -59,7 +59,7 @@ mobs:spawn({
|
||||
min_light = 12,
|
||||
chance = 22000,
|
||||
min_height = 0,
|
||||
max_height = 31000,
|
||||
max_height = 200,
|
||||
day_toggle = true,
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user