Fix mangrove leaves dropping themselves

This commit is contained in:
cora 2022-10-05 15:00:20 +02:00
parent 5507f62142
commit 5a977b5b76
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ minetest.register_node("mcl_mangrove:mangroveleaves", {
tiles = {"mcl_mangrove_leaves.png"},
paramtype = "light",
groups = {handy=1,shearsy=1,swordy=1, leafdecay=10, flammable=2, leaves=1, deco_block=1, dig_by_piston=1, fire_encouragement=30, fire_flammability=60},
drop = get_drops(0),
_mcl_shears_drop = true,
sounds = mcl_sounds.node_sound_leaves_defaults(),
_mcl_blast_resistance = 0.2,