Add cobweb sounds, fix indentation

This commit is contained in:
Wuzzy 2017-03-28 01:34:13 +02:00
parent 06a874b621
commit e695a24c8f
1 changed files with 18 additions and 17 deletions

View File

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