From f885d07e76fa24f252348654ada4b7969cb8986e Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Wed, 18 May 2016 14:27:33 +0100 Subject: [PATCH] upped egg laying time --- chicken.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chicken.lua b/chicken.lua index a23b997..0d6bab4 100644 --- a/chicken.lua +++ b/chicken.lua @@ -60,7 +60,7 @@ mobs:register_mob("mobs_animal:chicken", { do_custom = function(self) if self.child - or math.random(1, 2000) > 1 then + or math.random(1, 5000) > 1 then return end