From 328e8b3223a7568ab3f07b16c341ee547694d225 Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Sun, 18 Jul 2021 14:39:26 +0100 Subject: [PATCH 1/2] fix cocoa drops --- crops/cocoa.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/crops/cocoa.lua b/crops/cocoa.lua index b424639..1fb3194 100644 --- a/crops/cocoa.lua +++ b/crops/cocoa.lua @@ -139,6 +139,7 @@ local def = { type = "fixed", fixed = {-0.3, -0.5, -0.3, 0.3, 0.5, 0.3} }, + drop = {}, groups = { snappy = 3, flammable = 2, plant = 1, growing = 1, not_in_creative_inventory = 1, leafdecay = 1, leafdecay_drop = 1 From 2277932cd462fb475f9e858008b008d9453a3da1 Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Wed, 21 Jul 2021 16:27:58 +0100 Subject: [PATCH 2/2] add grape and cotton bush to lucky block chest --- lucky_block.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lucky_block.lua b/lucky_block.lua index 5a69a68..c6a2000 100644 --- a/lucky_block.lua +++ b/lucky_block.lua @@ -72,6 +72,8 @@ if minetest.get_modpath("lucky_block") then {name = "farming:seed_rice", max = 15}, {name = "farming:seed_oat", max = 15}, {name = "farming:soil_wet", max = 10}, + {name = "farming:cotton_wild", max = 5}, + {name = "farming:grapebush", max = 5}, }}, }) end