summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2016-05-18 14:27:33 +0100
committerTenPlus1 <kinsellaja@yahoo.com>2016-05-18 14:27:33 +0100
commitf885d07e76fa24f252348654ada4b7969cb8986e (patch)
tree2570c6c05242f6588b333d6dcc1a62da2c8cc223
parent029c1fc4377c7f6e9395682846eed47419a1f55c (diff)
upped egg laying time
-rw-r--r--chicken.lua2
1 files changed, 1 insertions, 1 deletions
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