diff options
Diffstat (limited to 'chicken.lua')
-rw-r--r-- | chicken.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chicken.lua b/chicken.lua index a3017d0..e73a7c6 100644 --- a/chicken.lua +++ b/chicken.lua @@ -85,8 +85,8 @@ mobs:spawn({ name = "mobs_animal:chicken", nodes = {"default:dirt_with_grass", "ethereal:bamboo_dirt"}, interval = 1, - chance = 5000, - active_object_count = 2, + chance = 12000, + active_object_count = 1, day_toggle = true, }) |