1
0
mirror of https://codeberg.org/tenplus1/mobs_animal.git synced 2025-07-23 18:40:25 +02:00

change some animal drops

This commit is contained in:
TenPlus1
2018-07-13 19:04:48 +01:00
parent 1f401d5f52
commit 9d6cc6196e
5 changed files with 6 additions and 6 deletions

View File

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