Revert "Make carpets non-attached"

This reverts commit 10a1379b64.
This commit is contained in:
Wuzzy 2017-09-19 19:50:07 +02:00
parent 10a1379b64
commit b091186421
1 changed files with 1 additions and 1 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,dig_by_water=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,