From f2699613e2d7abcad053577c7f4cc3172000c738 Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Sun, 4 Mar 2018 14:40:24 +0000 Subject: limit spawning animals to 200 high --- warthog.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'warthog.lua') diff --git a/warthog.lua b/warthog.lua index 3d8f635..c3c198e 100644 --- a/warthog.lua +++ b/warthog.lua @@ -70,7 +70,7 @@ mobs:spawn({ min_light = 10, chance = 15000, min_height = 0, - max_height = 31000, + max_height = 200, day_toggle = true, }) -- cgit v1.2.3