Make cobweb drop itself when dug by shears

This commit is contained in:
Wuzzy 2017-08-03 03:41:08 +02:00
parent 742dac6fd3
commit bbb2edc0d8
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ minetest.register_node("mcl_core:cobweb", {
walkable = false,
groups = {swordy_cobweb=1,shearsy=1, deco_block=1, dig_by_piston=1, dig_by_water=1,destroy_by_lava_flow=1,},
drop = "mcl_mobitems:string",
_mcl_shears_drop = true,
sounds = mcl_sounds.node_sound_leaves_defaults(),
_mcl_blast_resistance = 20,
_mcl_hardness = 4,