Stairs+ nodes let light pass through.

This commit is contained in:
Calinou 2014-05-04 18:52:24 +02:00
parent af378ac739
commit b3ba89af3a
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ for _, name in pairs(default_nodes) do
groups = groups,
sounds = ndef.sounds,
tiles = ndef.tiles,
sunlight_propagates = ndef.sunlight_propagates,
sunlight_propagates = true,
})
end