From 17359d50af68452008951a9dd668c14c6cb4cfff Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Mon, 6 Apr 2020 10:03:19 +0100 Subject: [PATCH] fix pumpkin drop with scythe --- crops/pumpkin.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/crops/pumpkin.lua b/crops/pumpkin.lua index 1e937db..2c1de4a 100644 --- a/crops/pumpkin.lua +++ b/crops/pumpkin.lua @@ -206,6 +206,7 @@ minetest.register_node("farming:pumpkin_8", { food_pumpkin = 1, choppy = 1, oddly_breakable_by_hand = 1, flammable = 2, plant = 1 }, + drop = "farming:pumpkin_8", sounds = default.node_sound_wood_defaults(), })