summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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