diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2018-03-04 14:40:24 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2018-03-04 14:40:24 +0000 |
commit | f2699613e2d7abcad053577c7f4cc3172000c738 (patch) | |
tree | 1940c8df3e796eb4da89d80b357f8fe1db73e51f /chicken.lua | |
parent | f9e1b5880cf74c4b2beb0397092ec5a0c4e2ebee (diff) |
limit spawning animals to 200 high
Diffstat (limited to 'chicken.lua')
-rw-r--r-- | chicken.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chicken.lua b/chicken.lua index 74740b1..d19ebef 100644 --- a/chicken.lua +++ b/chicken.lua @@ -99,6 +99,7 @@ mobs:spawn({ chance = 15000, active_object_count = 2, min_height = 0, + max_height = 200, day_toggle = true, }) |