From a5ea92bdd38f2bd2a5be22d2107f62f439b240f1 Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Sat, 3 Jul 2021 17:53:43 +0100 Subject: [PATCH] fix cocoa drops --- crops/cocoa.lua | 5 ----- 1 file changed, 5 deletions(-) diff --git a/crops/cocoa.lua b/crops/cocoa.lua index 1fc7875..b424639 100644 --- a/crops/cocoa.lua +++ b/crops/cocoa.lua @@ -135,11 +135,6 @@ local def = { tiles = {"farming_cocoa_1.png"}, paramtype = "light", walkable = false, - drop = { - items = { - {items = {"farming:cocoa_beans 1"}, rarity = 2}, - } - }, selection_box = { type = "fixed", fixed = {-0.3, -0.5, -0.3, 0.3, 0.5, 0.3}