diff options
author | Sofapriester <stefan-salem@web.de> | 2013-10-15 00:46:32 +0200 |
---|---|---|
committer | Sofapriester <stefan-salem@web.de> | 2013-10-15 00:46:32 +0200 |
commit | 173e8684a5bcca63f462cc86cc3fa6541beaf367 (patch) | |
tree | 092f549da92b58dbaf692e39487cfe98805acf3e /source/BlockID.cpp | |
parent | APIDump: Documented HOOK_PLAYER_ANIMATION. (diff) | |
download | cuberite-173e8684a5bcca63f462cc86cc3fa6541beaf367.tar cuberite-173e8684a5bcca63f462cc86cc3fa6541beaf367.tar.gz cuberite-173e8684a5bcca63f462cc86cc3fa6541beaf367.tar.bz2 cuberite-173e8684a5bcca63f462cc86cc3fa6541beaf367.tar.lz cuberite-173e8684a5bcca63f462cc86cc3fa6541beaf367.tar.xz cuberite-173e8684a5bcca63f462cc86cc3fa6541beaf367.tar.zst cuberite-173e8684a5bcca63f462cc86cc3fa6541beaf367.zip |
Diffstat (limited to '')
-rw-r--r-- | source/BlockID.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/BlockID.cpp b/source/BlockID.cpp index 7c3fa0b8e..177652a46 100644 --- a/source/BlockID.cpp +++ b/source/BlockID.cpp @@ -1,4 +1,3 @@ - // BlockID.cpp // Implements the helper functions for converting Block ID string to int etc. @@ -930,6 +929,7 @@ public: g_BlockIsTorchPlaceable[E_BLOCK_STAINED_CLAY] = true; g_BlockIsTorchPlaceable[E_BLOCK_WOOL] = true; g_BlockIsTorchPlaceable[E_BLOCK_STONE] = true; + g_BlockIsTorchPlaceable[E_BLOCK_STONE_BRICKS] = true; } } BlockPropertiesInitializer; |