Nerf zombie/husk/zvillager drops

This commit is contained in:
Wuzzy 2018-01-23 23:13:55 +01:00
parent c9812c5acf
commit f7b0702457
2 changed files with 33 additions and 34 deletions

View file

@ -44,18 +44,15 @@ mobs:register_mob("mobs_mc:villager_zombie", {
min = 0,
max = 2,},
{name = mobs_mc.items.iron_ingot,
-- approximation to 8.5%
chance = 11,
chance = 120, -- 2.5% / 3
min = 1,
max = 1,},
{name = mobs_mc.items.carrot,
-- approximation to 8.5%
chance = 11,
chance = 120, -- 2.5% / 3
min = 1,
max = 1,},
{name = mobs_mc.items.potato,
-- approximation to 8.5%
chance = 11,
chance = 120, -- 2.5% / 3
min = 1,
max = 1,},
},