summaryrefslogtreecommitdiffstats
path: root/src/BlockInfo.cpp
diff options
context:
space:
mode:
authorHowaner <franzi.moos@googlemail.com>2014-12-01 18:10:37 +0100
committerHowaner <franzi.moos@googlemail.com>2014-12-01 18:10:37 +0100
commit8e753fa590c60b357b10e013a4224381f8e2f6ea (patch)
treec735a1829518eb4f3d0137f78ff6c52eb535f9cd /src/BlockInfo.cpp
parentUpdated core (diff)
downloadcuberite-8e753fa590c60b357b10e013a4224381f8e2f6ea.tar
cuberite-8e753fa590c60b357b10e013a4224381f8e2f6ea.tar.gz
cuberite-8e753fa590c60b357b10e013a4224381f8e2f6ea.tar.bz2
cuberite-8e753fa590c60b357b10e013a4224381f8e2f6ea.tar.lz
cuberite-8e753fa590c60b357b10e013a4224381f8e2f6ea.tar.xz
cuberite-8e753fa590c60b357b10e013a4224381f8e2f6ea.tar.zst
cuberite-8e753fa590c60b357b10e013a4224381f8e2f6ea.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 bcab21e77..413fd41b2 100644
--- a/src/BlockInfo.cpp
+++ b/src/BlockInfo.cpp
@@ -455,6 +455,7 @@ void cBlockInfo::Initialize(cBlockInfoArray & a_Info)
a_Info[E_BLOCK_CAKE ].m_IsSolid = false;
a_Info[E_BLOCK_CARROTS ].m_IsSolid = false;
a_Info[E_BLOCK_COBWEB ].m_IsSolid = false;
+ a_Info[E_BLOCK_COCOA_POD ].m_IsSolid = false;
a_Info[E_BLOCK_CROPS ].m_IsSolid = false;
a_Info[E_BLOCK_DANDELION ].m_IsSolid = false;
a_Info[E_BLOCK_DETECTOR_RAIL ].m_IsSolid = false;