Merge pull request #2084 from mc-server/patch-2050
Added missing fencetypes to torchhandler
This commit is contained in:
commit
6202fdafe7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user