summaryrefslogtreecommitdiffstats
path: root/src/BlockInfo.cpp
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@hotmail.co.uk>2014-09-30 23:00:33 +0200
committerTiger Wang <ziwei.tiger@hotmail.co.uk>2014-09-30 23:00:33 +0200
commit48c99dcd2ec972ebf627aa0b4d64a0e484d47aa5 (patch)
tree36bb54e6666f2480b38437b1020ca61dc691b895 /src/BlockInfo.cpp
parentMerge pull request #1485 from mc-server/PluginMessages (diff)
downloadcuberite-48c99dcd2ec972ebf627aa0b4d64a0e484d47aa5.tar
cuberite-48c99dcd2ec972ebf627aa0b4d64a0e484d47aa5.tar.gz
cuberite-48c99dcd2ec972ebf627aa0b4d64a0e484d47aa5.tar.bz2
cuberite-48c99dcd2ec972ebf627aa0b4d64a0e484d47aa5.tar.lz
cuberite-48c99dcd2ec972ebf627aa0b4d64a0e484d47aa5.tar.xz
cuberite-48c99dcd2ec972ebf627aa0b4d64a0e484d47aa5.tar.zst
cuberite-48c99dcd2ec972ebf627aa0b4d64a0e484d47aa5.zip
Diffstat (limited to 'src/BlockInfo.cpp')
-rw-r--r--src/BlockInfo.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/BlockInfo.cpp b/src/BlockInfo.cpp
index 14e814084..05a1e13f8 100644
--- a/src/BlockInfo.cpp
+++ b/src/BlockInfo.cpp
@@ -527,6 +527,7 @@ void cBlockInfo::Initialize(cBlockInfoArray & a_Info)
a_Info[E_BLOCK_LAPIS_ORE ].m_FullyOccupiesVoxel = true;
a_Info[E_BLOCK_LOG ].m_FullyOccupiesVoxel = true;
a_Info[E_BLOCK_MELON ].m_FullyOccupiesVoxel = true;
+ a_Info[E_BLOCK_MOB_SPAWNER ].m_FullyOccupiesVoxel = true;
a_Info[E_BLOCK_MOSSY_COBBLESTONE ].m_FullyOccupiesVoxel = true;
a_Info[E_BLOCK_MYCELIUM ].m_FullyOccupiesVoxel = true;
a_Info[E_BLOCK_NETHERRACK ].m_FullyOccupiesVoxel = true;