diff options
author | Alexander Harkness <bearbin@gmail.com> | 2013-10-15 08:30:19 +0200 |
---|---|---|
committer | Alexander Harkness <bearbin@gmail.com> | 2013-10-15 08:30:19 +0200 |
commit | 84b08951cddba5c9851df917c0cf9b7cbc038271 (patch) | |
tree | ebf528cb42b2af8b3d17ec2ee6ddd4f4da43d53f /source | |
parent | APIDump: Documented HOOK_PLAYER_JOINED. (diff) | |
parent | Update BlockID.cpp (diff) | |
download | cuberite-84b08951cddba5c9851df917c0cf9b7cbc038271.tar cuberite-84b08951cddba5c9851df917c0cf9b7cbc038271.tar.gz cuberite-84b08951cddba5c9851df917c0cf9b7cbc038271.tar.bz2 cuberite-84b08951cddba5c9851df917c0cf9b7cbc038271.tar.lz cuberite-84b08951cddba5c9851df917c0cf9b7cbc038271.tar.xz cuberite-84b08951cddba5c9851df917c0cf9b7cbc038271.tar.zst cuberite-84b08951cddba5c9851df917c0cf9b7cbc038271.zip |
Diffstat (limited to 'source')
-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; |