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 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