1
0
mirror of https://codeberg.org/tenplus1/mobs_animal.git synced 2025-07-24 19:10:22 +02:00

limit spawning animals to 200 high

This commit is contained in:
TenPlus1
2018-03-04 14:40:24 +00:00
parent f9e1b5880c
commit f2699613e2
8 changed files with 10 additions and 6 deletions

View File

@ -117,7 +117,8 @@ mobs:spawn({
nodes = {spawn_on},
min_light = 10,
chance = 15000,
min_height = 0,
min_height = 5,
max_height = 200,
day_toggle = true,
})