diff options
Diffstat (limited to 'bunny.lua')
-rw-r--r-- | bunny.lua | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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, }) |