summaryrefslogtreecommitdiffstats
path: root/src/BlockInfo.cpp
diff options
context:
space:
mode:
authorHowaner <franzi.moos@googlemail.com>2014-09-30 20:04:49 +0200
committerHowaner <franzi.moos@googlemail.com>2014-09-30 20:04:49 +0200
commit83973520c8492225e5ea02ebfd0a5d47b7e35f85 (patch)
tree74f0a247304d40bb528bf5200e64876b75055bc9 /src/BlockInfo.cpp
parentFixed 1.8 doors. (diff)
downloadcuberite-83973520c8492225e5ea02ebfd0a5d47b7e35f85.tar
cuberite-83973520c8492225e5ea02ebfd0a5d47b7e35f85.tar.gz
cuberite-83973520c8492225e5ea02ebfd0a5d47b7e35f85.tar.bz2
cuberite-83973520c8492225e5ea02ebfd0a5d47b7e35f85.tar.lz
cuberite-83973520c8492225e5ea02ebfd0a5d47b7e35f85.tar.xz
cuberite-83973520c8492225e5ea02ebfd0a5d47b7e35f85.tar.zst
cuberite-83973520c8492225e5ea02ebfd0a5d47b7e35f85.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..719ba0550 100644
--- a/src/BlockInfo.cpp
+++ b/src/BlockInfo.cpp
@@ -329,6 +329,7 @@ void cBlockInfo::Initialize(cBlockInfoArray & a_Info)
a_Info[E_BLOCK_HEAVY_WEIGHTED_PRESSURE_PLATE].m_PistonBreakable = true;
a_Info[E_BLOCK_INACTIVE_COMPARATOR ].m_PistonBreakable = true;
a_Info[E_BLOCK_IRON_DOOR ].m_PistonBreakable = true;
+ a_Info[E_BLOCK_IRON_TRAPDOOR ].m_PistonBreakable = true;
a_Info[E_BLOCK_JACK_O_LANTERN ].m_PistonBreakable = true;
a_Info[E_BLOCK_LIGHT_WEIGHTED_PRESSURE_PLATE].m_PistonBreakable = true;
a_Info[E_BLOCK_LILY_PAD ].m_PistonBreakable = true;