From dce4bbc89bb2c31ab14bc72f39141f7be9212d7d Mon Sep 17 00:00:00 2001 From: crabman77 Date: Sat, 9 Jan 2016 21:14:15 +0100 Subject: [PATCH] remove unknown loot item --- mods/mobs/ent.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mods/mobs/ent.lua b/mods/mobs/ent.lua index 9672dd78..95ce8fdc 100755 --- a/mods/mobs/ent.lua +++ b/mods/mobs/ent.lua @@ -49,10 +49,6 @@ mobs:register_mob("mobs:ent", { chance = 5, min = 1, max = 3,}, - {name = "lottplants:yavannamiresapling", - chance = 250, - min = 1, - max = 1,}, }, light_resistant = true, drawtype = "front",