Merge pull request #1479 from SphinxC0re/master
Added torches placeable on upside-down-halfslabs
This commit is contained in:
commit
5d0db6be50
@ -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