1
0
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:
Ombridride 2015-09-13 23:29:47 +02:00
parent 34f905730f
commit 365ea02b37

View File

@ -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",