fix chicken drop number

This commit is contained in:
TenPlus1 2018-07-20 10:14:06 +01:00
parent 0fee158640
commit 42b6736a21
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ stepheight = 0.6,
runaway = true,
runaway_from = {"player", "mobs_animal:pumba"},
drops = {
{name = "mobs:chicken_raw", chance = 1, min = 2, max = 1},
{name = "mobs:chicken_raw", chance = 1, min = 1, max = 1},
{name = "mobs:chicken_feather", chance = 1, min = 0, max = 2},
},
water_damage = 1,