summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@hotmail.co.uk>2014-06-28 01:29:32 +0200
committerTiger Wang <ziwei.tiger@hotmail.co.uk>2014-06-28 01:29:32 +0200
commitde543ff73fa8bb846030ffc702ed4db9f2e89f7b (patch)
tree0af6f35ba578127e0ba3c6579d2253e2b7063af4
parentMinor change to buttons and levers (diff)
downloadcuberite-de543ff73fa8bb846030ffc702ed4db9f2e89f7b.tar
cuberite-de543ff73fa8bb846030ffc702ed4db9f2e89f7b.tar.gz
cuberite-de543ff73fa8bb846030ffc702ed4db9f2e89f7b.tar.bz2
cuberite-de543ff73fa8bb846030ffc702ed4db9f2e89f7b.tar.lz
cuberite-de543ff73fa8bb846030ffc702ed4db9f2e89f7b.tar.xz
cuberite-de543ff73fa8bb846030ffc702ed4db9f2e89f7b.tar.zst
cuberite-de543ff73fa8bb846030ffc702ed4db9f2e89f7b.zip
-rw-r--r--src/Blocks/BlockTorch.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Blocks/BlockTorch.h b/src/Blocks/BlockTorch.h
index 8ddec8de1..44c33c429 100644
--- a/src/Blocks/BlockTorch.h
+++ b/src/Blocks/BlockTorch.h
@@ -154,7 +154,11 @@ public:
if (
(BlockInQuestion == E_BLOCK_GLASS) ||
+ (BlockInQuestion == E_BLOCK_STAINED_GLASS) ||
(BlockInQuestion == E_BLOCK_FENCE) ||
+ (BlockInQuestion == E_BLOCK_SOULSAND) ||
+ (BlockInQuestion == E_BLOCK_MOB_SPAWNER) ||
+ (BlockInQuestion == E_BLOCK_END_PORTAL_FRAME) || // Actual vanilla behaviour
(BlockInQuestion == E_BLOCK_NETHER_BRICK_FENCE) ||
(BlockInQuestion == E_BLOCK_COBBLESTONE_WALL)
)