mirror of
https://codeberg.org/tenplus1/mobs_animal.git
synced 2025-01-04 07:10:18 +01:00
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)
|
||||
|
||||
if self.child
|
||||
or math.random(1, 2000) > 1 then
|
||||
or math.random(1, 5000) > 1 then
|
||||
return
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user