From ede6267694d790e5b5d589dffadc7e1f8e9434ae Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Mon, 13 Aug 2018 21:52:46 +0100 Subject: [PATCH] fix melon drop --- crops/melon.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/crops/melon.lua b/crops/melon.lua index b90a24a..1791fdf 100644 --- a/crops/melon.lua +++ b/crops/melon.lua @@ -83,4 +83,5 @@ crop_def.groups = { flammable = 2, plant = 1 } --crop_def.drop = "farming:melon_slice 9" +crop_def.drop = "farming:melon_8" minetest.register_node("farming:melon_8", table.copy(crop_def))