Fix zombie drops

This commit is contained in:
Wuzzy 2017-02-10 17:10:37 +01:00
parent 859fd1e0be
commit 8857a4cbb8
1 changed files with 2 additions and 2 deletions

View File

@ -51,12 +51,12 @@ mobs:register_mob("mobs_mc:zombie", {
chance = 11,
min = 1,
max = 1,},
{name = "farming:carrot",
{name = "mcl_farming:carrot_item",
-- approximation to 8.5%
chance = 11,
min = 1,
max = 1,},
{name = "farming:potato",
{name = "mcl_farming:potato_item",
-- approximation to 8.5%
chance = 11,
min = 1,