mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-28 05:43:43 +01:00
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},
|
||||
sounds = mcl_sounds.node_sound_defaults(),
|
||||
paramtype = "light",
|
||||
sunlight_propagates = true,
|
||||
stack_max = 64,
|
||||
drawtype = "nodebox",
|
||||
node_box = {
|
||||
|
Loading…
Reference in New Issue
Block a user