1
0

Merge pull request #1479 from SphinxC0re/master

Added torches placeable on upside-down-halfslabs
This commit is contained in:
Mattes D 2014-09-29 13:40:29 +02:00
commit 5d0db6be50

View File

@ -124,7 +124,9 @@ public:
((BlockInQuestion == E_BLOCK_GLASS) ||
(BlockInQuestion == E_BLOCK_FENCE) ||
(BlockInQuestion == E_BLOCK_NETHER_BRICK_FENCE) ||
(BlockInQuestion == E_BLOCK_COBBLESTONE_WALL)) &&
(BlockInQuestion == E_BLOCK_COBBLESTONE_WALL) ||
(BlockInQuestion == E_BLOCK_STONE_SLAB) ||
(BlockInQuestion == E_BLOCK_WOODEN_SLAB)) &&
(Face == BLOCK_FACE_TOP)
)
{