mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-26 12:31:05 +01:00
Add cobweb sounds, fix indentation
This commit is contained in:
parent
06a874b621
commit
e695a24c8f
1 changed files with 18 additions and 17 deletions
|
@ -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,
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue