summaryrefslogtreecommitdiffstats
path: root/src/BlockID.cpp
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@hotmail.co.uk>2014-02-02 23:08:57 +0100
committerTiger Wang <ziwei.tiger@hotmail.co.uk>2014-02-02 23:08:57 +0100
commitac03c5199749ef007d4ad4cb88467327225c5ff1 (patch)
tree130a2d3a585696165a28b818e3216f15ec4ff49a /src/BlockID.cpp
parentFixed #620 (diff)
downloadcuberite-ac03c5199749ef007d4ad4cb88467327225c5ff1.tar
cuberite-ac03c5199749ef007d4ad4cb88467327225c5ff1.tar.gz
cuberite-ac03c5199749ef007d4ad4cb88467327225c5ff1.tar.bz2
cuberite-ac03c5199749ef007d4ad4cb88467327225c5ff1.tar.lz
cuberite-ac03c5199749ef007d4ad4cb88467327225c5ff1.tar.xz
cuberite-ac03c5199749ef007d4ad4cb88467327225c5ff1.tar.zst
cuberite-ac03c5199749ef007d4ad4cb88467327225c5ff1.zip
Diffstat (limited to 'src/BlockID.cpp')
-rw-r--r--src/BlockID.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/BlockID.cpp b/src/BlockID.cpp
index fbb5a0720..de56d4625 100644
--- a/src/BlockID.cpp
+++ b/src/BlockID.cpp
@@ -793,6 +793,7 @@ public:
g_BlockIsSolid[E_BLOCK_WOODEN_SLAB] = false;
// Torch placeable blocks:
+ g_BlockFullyOccupiesVoxel[E_BLOCK_NEW_LOG] = true;
g_BlockFullyOccupiesVoxel[E_BLOCK_BEDROCK] = true;
g_BlockFullyOccupiesVoxel[E_BLOCK_BLOCK_OF_COAL] = true;
g_BlockFullyOccupiesVoxel[E_BLOCK_BLOCK_OF_REDSTONE] = true;