1
0

Added torches placeable on upside-down-halfslaps

This commit is contained in:
Julian Laubstein 2014-09-29 13:12:50 +02:00
parent 666aa1df94
commit 0b438b5fe8

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)
)
{