summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Harkness <me@bearbin.net>2015-05-21 08:02:10 +0200
committerAlexander Harkness <me@bearbin.net>2015-05-21 08:02:10 +0200
commit6202fdafe7047f71790140d7a8e29be653675a37 (patch)
treee6e6fc0164f9a61219ef46beda8cb94c02fd5372
parentMerge pull request #2073 from SafwatHalaby/rand (diff)
parentAdded missing fencetypes to torchhandler (diff)
downloadcuberite-6202fdafe7047f71790140d7a8e29be653675a37.tar
cuberite-6202fdafe7047f71790140d7a8e29be653675a37.tar.gz
cuberite-6202fdafe7047f71790140d7a8e29be653675a37.tar.bz2
cuberite-6202fdafe7047f71790140d7a8e29be653675a37.tar.lz
cuberite-6202fdafe7047f71790140d7a8e29be653675a37.tar.xz
cuberite-6202fdafe7047f71790140d7a8e29be653675a37.tar.zst
cuberite-6202fdafe7047f71790140d7a8e29be653675a37.zip
-rw-r--r--src/Blocks/BlockTorch.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Blocks/BlockTorch.h b/src/Blocks/BlockTorch.h
index d63df94cf..3abc572f3 100644
--- a/src/Blocks/BlockTorch.h
+++ b/src/Blocks/BlockTorch.h
@@ -103,6 +103,11 @@ public:
case E_BLOCK_STAINED_GLASS:
case E_BLOCK_FENCE:
case E_BLOCK_NETHER_BRICK_FENCE:
+ case E_BLOCK_SPRUCE_FENCE:
+ case E_BLOCK_BIRCH_FENCE:
+ case E_BLOCK_JUNGLE_FENCE:
+ case E_BLOCK_DARK_OAK_FENCE:
+ case E_BLOCK_ACACIA_FENCE:
case E_BLOCK_COBBLESTONE_WALL:
{
// Torches can only be placed on top of these blocks