mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-02-04 14:20:16 +01:00
Increase the nether fruit drop chance
This commit is contained in:
parent
34f905730f
commit
365ea02b37
@ -38,7 +38,7 @@ mobs:register_mob("mobs:zombie", {
|
|||||||
-- drops nether fruit and silver coin when dead
|
-- drops nether fruit and silver coin when dead
|
||||||
drops = {
|
drops = {
|
||||||
{name = "nether:apple",
|
{name = "nether:apple",
|
||||||
chance = 4, min = 1, max = 1,},
|
chance = 2, min = 1, max = 2,},
|
||||||
{name = "mobs:zombie_tibia",
|
{name = "mobs:zombie_tibia",
|
||||||
chance = 10, min = 1, max = 1,},
|
chance = 10, min = 1, max = 1,},
|
||||||
{name = "maptools:silver_coin",
|
{name = "maptools:silver_coin",
|
||||||
|
Loading…
Reference in New Issue
Block a user