Update BlockID.cpp
Added g_BlockIsTorchPlaceable[E_BLOCK_STONE_BRICKS] = true; -> this should fix Issue #254 -> Please check if ok Thx
This commit is contained in:
parent
d34fa4970a
commit
173e8684a5
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
// BlockID.cpp
|
// BlockID.cpp
|
||||||
|
|
||||||
// Implements the helper functions for converting Block ID string to int etc.
|
// 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_STAINED_CLAY] = true;
|
||||||
g_BlockIsTorchPlaceable[E_BLOCK_WOOL] = true;
|
g_BlockIsTorchPlaceable[E_BLOCK_WOOL] = true;
|
||||||
g_BlockIsTorchPlaceable[E_BLOCK_STONE] = true;
|
g_BlockIsTorchPlaceable[E_BLOCK_STONE] = true;
|
||||||
|
g_BlockIsTorchPlaceable[E_BLOCK_STONE_BRICKS] = true;
|
||||||
}
|
}
|
||||||
} BlockPropertiesInitializer;
|
} BlockPropertiesInitializer;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user