mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 10:31:06 +01:00
Zombies no longer drop swords and shovels
This commit is contained in:
parent
b4e7fc8179
commit
265522435c
1 changed files with 0 additions and 10 deletions
|
@ -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 a new issue