mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-01-11 18:40:25 +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 = {
|
||||
{name = "nether:apple",
|
||||
chance = 4, min = 1, max = 1,},
|
||||
chance = 2, min = 1, max = 2,},
|
||||
{name = "mobs:zombie_tibia",
|
||||
chance = 10, min = 1, max = 1,},
|
||||
{name = "maptools:silver_coin",
|
||||
|
Loading…
Reference in New Issue
Block a user