Added torches placeable on upside-down-halfslaps
This commit is contained in:
parent
666aa1df94
commit
0b438b5fe8
@ -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)
|
||||
)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user