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 --- sheep.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sheep.lua') diff --git a/sheep.lua b/sheep.lua index e67325b..2da35d1 100644 --- a/sheep.lua +++ b/sheep.lua @@ -201,7 +201,7 @@ mobs:spawn({ min_light = 10, chance = 15000, min_height = 0, - max_height = 31000, + max_height = 200, day_toggle = true, }) -- cgit v1.2.3