diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2016-10-24 18:26:53 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2016-10-24 18:26:53 +0100 |
commit | 2c0b9f53570f07d8ad811d602f4487b23484b5ce (patch) | |
tree | 030b326e6f961b8ef1bc754fc747b1e4cae35bd9 /chicken.lua | |
parent | c1cf8d3ff20b035bbf7d0bf46148af797c736728 (diff) |
changed spawn numbers
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, }) |