Wash away carpets and cobwebs
This commit is contained in:
parent
5f35bd2d2d
commit
c98c0bc6e6
2 changed files with 2 additions and 2 deletions
|
@ -2023,7 +2023,7 @@ minetest.register_node("mcl_core:cobweb", {
|
|||
liquid_renewable = false,
|
||||
liquid_range = 0,
|
||||
walkable = false,
|
||||
groups = {swordy_cobweb=1,shearsy=1, deco_block=1, dig_by_piston=1, destroy_by_lava_flow=1,},
|
||||
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",
|
||||
sounds = mcl_sounds.node_sound_leaves_defaults(),
|
||||
_mcl_blast_resistance = 20,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue