changed spawn numbers

This commit is contained in:
TenPlus1
2016-10-24 18:26:53 +01:00
parent c1cf8d3ff2
commit 2c0b9f5357
7 changed files with 8 additions and 8 deletions

View File

@ -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,
})