From 365ea02b370403c2616cfc3de5b99f5bba62cd83 Mon Sep 17 00:00:00 2001 From: Ombridride Date: Sun, 13 Sep 2015 23:29:47 +0200 Subject: [PATCH] Increase the nether fruit drop chance --- mods/mobs/zombie.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/mobs/zombie.lua b/mods/mobs/zombie.lua index f0ce2ad1..0231e29f 100755 --- a/mods/mobs/zombie.lua +++ b/mods/mobs/zombie.lua @@ -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",