forked from Mineclonia/Mineclonia
Zombies no longer drop swords and shovels
This commit is contained in:
parent
b4e7fc8179
commit
265522435c
|
@ -38,16 +38,6 @@ local zombie = {
|
|||
chance = 11,
|
||||
min = 1,
|
||||
max = 1,},
|
||||
{name = "mcl_core:shovel_iron",
|
||||
-- approximation to 8.5%
|
||||
chance = 11,
|
||||
min = 1,
|
||||
max = 1,},
|
||||
{name = "mcl_core:sword_iron",
|
||||
-- approximation to 8.5%
|
||||
chance = 11,
|
||||
min = 1,
|
||||
max = 1,},
|
||||
{name = "mcl_farming:carrot_item",
|
||||
-- approximation to 8.5%
|
||||
chance = 11,
|
||||
|
|
Loading…
Reference in New Issue