Wash away carpets and cobwebs

This commit is contained in:
Wuzzy 2017-05-20 05:09:29 +02:00
parent 5f35bd2d2d
commit c98c0bc6e6
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -53,7 +53,7 @@ for _, row in ipairs(wool.dyes) do
tiles = {"wool_"..texture..".png"},
wield_image = "wool_"..texture..".png",
wield_scale = { x=1, y=1, z=0.5 },
groups = {handy=1, carpet=1,attached_node=1,deco_block=1},
groups = {handy=1, carpet=1,attached_node=1,dig_by_water=1,deco_block=1},
sounds = mcl_sounds.node_sound_defaults(),
paramtype = "light",
sunlight_propagates = true,