forked from VoxeLibre/VoxeLibre
Fix zombie drops
This commit is contained in:
parent
859fd1e0be
commit
8857a4cbb8
|
@ -51,12 +51,12 @@ mobs:register_mob("mobs_mc:zombie", {
|
||||||
chance = 11,
|
chance = 11,
|
||||||
min = 1,
|
min = 1,
|
||||||
max = 1,},
|
max = 1,},
|
||||||
{name = "farming:carrot",
|
{name = "mcl_farming:carrot_item",
|
||||||
-- approximation to 8.5%
|
-- approximation to 8.5%
|
||||||
chance = 11,
|
chance = 11,
|
||||||
min = 1,
|
min = 1,
|
||||||
max = 1,},
|
max = 1,},
|
||||||
{name = "farming:potato",
|
{name = "mcl_farming:potato_item",
|
||||||
-- approximation to 8.5%
|
-- approximation to 8.5%
|
||||||
chance = 11,
|
chance = 11,
|
||||||
min = 1,
|
min = 1,
|
||||||
|
|
Loading…
Reference in New Issue