forked from VoxeLibre/VoxeLibre
Make carpets `supported_node`.
* Change carpet from `group:attached_node` to `group:supported_node`, allowing carpets to be placed on top of torches, water source blocks and other non-walkable nodes, like in MC.
This commit is contained in:
parent
2002872af8
commit
ae6bea73fd
|
@ -75,7 +75,7 @@ for _, row in ipairs(wool.dyes) do
|
|||
tiles = {texture..".png"},
|
||||
wield_image = texture..".png",
|
||||
wield_scale = { x=1, y=1, z=0.5 },
|
||||
groups = {handy=1, carpet=1,attached_node=1,flammable=1,fire_encouragement=60, fire_flammability=20, dig_by_water=1,deco_block=1,[color_group]=1},
|
||||
groups = {handy=1, carpet=1,supported_node=1,flammable=1,fire_encouragement=60, fire_flammability=20, dig_by_water=1,deco_block=1,[color_group]=1},
|
||||
sounds = mcl_sounds.node_sound_wool_defaults(),
|
||||
paramtype = "light",
|
||||
sunlight_propagates = true,
|
||||
|
|
Loading…
Reference in New Issue