summaryrefslogtreecommitdiffstats
path: root/src/BlockInfo.cpp
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2014-10-04 10:02:10 +0200
committerMattes D <github@xoft.cz>2014-10-04 10:02:10 +0200
commitdb98820aa967b8a297cff2a8dc52bf0518087e4d (patch)
tree77ee5c2b7d80990519b1332be65dc7d6b7b8e4ec /src/BlockInfo.cpp
parentQtBiomeVisualiser: Added mouse hover info. (diff)
parentComment suggestions (diff)
downloadcuberite-db98820aa967b8a297cff2a8dc52bf0518087e4d.tar
cuberite-db98820aa967b8a297cff2a8dc52bf0518087e4d.tar.gz
cuberite-db98820aa967b8a297cff2a8dc52bf0518087e4d.tar.bz2
cuberite-db98820aa967b8a297cff2a8dc52bf0518087e4d.tar.lz
cuberite-db98820aa967b8a297cff2a8dc52bf0518087e4d.tar.xz
cuberite-db98820aa967b8a297cff2a8dc52bf0518087e4d.tar.zst
cuberite-db98820aa967b8a297cff2a8dc52bf0518087e4d.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 5e30514e2..bdd3a9c26 100644
--- a/src/BlockInfo.cpp
+++ b/src/BlockInfo.cpp
@@ -535,6 +535,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;