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

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