diff options
author | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2013-10-15 22:14:47 +0200 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2013-10-15 22:14:47 +0200 |
commit | cb9ccb36acfb1d80684098759f8f39c7022891dd (patch) | |
tree | f65f9ca3c1c70f447c41d9b7190bb5dc8fbb5071 /source/BlockID.cpp | |
parent | Merge submodule changes (diff) | |
parent | Added HOOK_PLAYER_RIGHT_CLICK (diff) | |
download | cuberite-cb9ccb36acfb1d80684098759f8f39c7022891dd.tar cuberite-cb9ccb36acfb1d80684098759f8f39c7022891dd.tar.gz cuberite-cb9ccb36acfb1d80684098759f8f39c7022891dd.tar.bz2 cuberite-cb9ccb36acfb1d80684098759f8f39c7022891dd.tar.lz cuberite-cb9ccb36acfb1d80684098759f8f39c7022891dd.tar.xz cuberite-cb9ccb36acfb1d80684098759f8f39c7022891dd.tar.zst cuberite-cb9ccb36acfb1d80684098759f8f39c7022891dd.zip |
Diffstat (limited to 'source/BlockID.cpp')
-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; |