moreblocks/stairsplus
Auke Kok f92a938d75 Prevent glass slabs from becoming transparent on sides/bottom.
For all glasslike drawtype nodes, the tiles contain up to 2
textures. The second texture is for "connected" glass, but that
likely is a transparent texture. If we use the `tiles` def without
modification, we will make all those slabs/slopes transparent on all
sides except the top.

To fix, we remove the tiles[2] from the tiledef in case the node is
a glasslike drawtype.
2016-02-19 13:35:36 -08:00
..
API.md Add licensing headers to all files, fix intllib global variable warnings. 2015-01-11 22:21:33 +01:00
aliases.lua More informative and shorter headers. 2015-01-12 17:46:22 +01:00
conversion.lua More informative and shorter headers. 2015-01-12 17:46:22 +01:00
init.lua Fix warning 2016-01-26 12:52:55 -08:00
microblocks.lua Make stairplus:register_* functions work without using register_all. 2015-11-01 17:54:29 +01:00
panels.lua Make stairplus:register_* functions work without using register_all. 2015-11-01 17:54:29 +01:00
registrations.lua Prevent glass slabs from becoming transparent on sides/bottom. 2016-02-19 13:35:36 -08:00
slabs.lua Make stairplus:register_* functions work without using register_all. 2015-11-01 17:54:29 +01:00
slopes.lua Make stairplus:register_* functions work without using register_all. 2015-11-01 17:54:29 +01:00
stairs.lua Make stairplus:register_* functions work without using register_all. 2015-11-01 17:54:29 +01:00