mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2024-12-27 03:00:22 +01:00
Stairs+ nodes let light pass through.
This commit is contained in:
parent
af378ac739
commit
b3ba89af3a
@ -40,7 +40,7 @@ for _, name in pairs(default_nodes) do
|
|||||||
groups = groups,
|
groups = groups,
|
||||||
sounds = ndef.sounds,
|
sounds = ndef.sounds,
|
||||||
tiles = ndef.tiles,
|
tiles = ndef.tiles,
|
||||||
sunlight_propagates = ndef.sunlight_propagates,
|
sunlight_propagates = true,
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user