forked from mtcontrib/mobs_animal
upped egg laying time
This commit is contained in:
parent
029c1fc437
commit
f885d07e76
@ -60,7 +60,7 @@ mobs:register_mob("mobs_animal:chicken", {
|
|||||||
do_custom = function(self)
|
do_custom = function(self)
|
||||||
|
|
||||||
if self.child
|
if self.child
|
||||||
or math.random(1, 2000) > 1 then
|
or math.random(1, 5000) > 1 then
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user