forked from VoxeLibre/VoxeLibre
Make carpets sunlight transparent
This commit is contained in:
parent
3a79827269
commit
3d227647fc
|
@ -55,6 +55,7 @@ for _, row in ipairs(wool.dyes) do
|
||||||
groups = {handy=1, carpet=1,attached_node=1,deco_block=1},
|
groups = {handy=1, carpet=1,attached_node=1,deco_block=1},
|
||||||
sounds = mcl_sounds.node_sound_defaults(),
|
sounds = mcl_sounds.node_sound_defaults(),
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
|
sunlight_propagates = true,
|
||||||
stack_max = 64,
|
stack_max = 64,
|
||||||
drawtype = "nodebox",
|
drawtype = "nodebox",
|
||||||
node_box = {
|
node_box = {
|
||||||
|
|
Loading…
Reference in New Issue