fix pumpkin drop with scythe

This commit is contained in:
TenPlus1 2020-04-06 10:03:19 +01:00
parent 0a3b4466c0
commit 17359d50af
1 changed files with 1 additions and 0 deletions

View File

@ -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(),
})