1
0

Merge pull request #257 from Sofapriester/patch-1

Update BlockID.cpp -> fix Issue #254
This commit is contained in:
Alexander Harkness 2013-10-14 23:30:19 -07:00
commit 84b08951cd

View File

@ -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;