Indentation
This commit is contained in:
parent
b2cf4004f8
commit
b77480b4ef
@ -165,9 +165,9 @@ public:
|
|||||||
(BlockInQuestion == E_BLOCK_MOB_SPAWNER) ||
|
(BlockInQuestion == E_BLOCK_MOB_SPAWNER) ||
|
||||||
(BlockInQuestion == E_BLOCK_END_PORTAL_FRAME) || // Actual vanilla behaviour
|
(BlockInQuestion == E_BLOCK_END_PORTAL_FRAME) || // Actual vanilla behaviour
|
||||||
(BlockInQuestion == E_BLOCK_NETHER_BRICK_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_STONE_SLAB) ||
|
||||||
(BlockInQuestion == E_BLOCK_WOODEN_SLAB)
|
(BlockInQuestion == E_BLOCK_WOODEN_SLAB)
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
// Torches can be placed on tops of glass and fences, despite them being 'untorcheable'
|
// Torches can be placed on tops of glass and fences, despite them being 'untorcheable'
|
||||||
|
Loading…
Reference in New Issue
Block a user