forked from mtcontrib/farming
fix pumpkin drop with scythe
This commit is contained in:
parent
0a3b4466c0
commit
17359d50af
@ -206,6 +206,7 @@ minetest.register_node("farming:pumpkin_8", {
|
|||||||
food_pumpkin = 1, choppy = 1, oddly_breakable_by_hand = 1,
|
food_pumpkin = 1, choppy = 1, oddly_breakable_by_hand = 1,
|
||||||
flammable = 2, plant = 1
|
flammable = 2, plant = 1
|
||||||
},
|
},
|
||||||
|
drop = "farming:pumpkin_8",
|
||||||
sounds = default.node_sound_wood_defaults(),
|
sounds = default.node_sound_wood_defaults(),
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user