mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-14 15:11:05 +01:00
Fix zombie drops
This commit is contained in:
parent
859fd1e0be
commit
8857a4cbb8
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue