diff options
author | Howaner <franzi.moos@googlemail.com> | 2014-09-30 20:04:49 +0200 |
---|---|---|
committer | Howaner <franzi.moos@googlemail.com> | 2014-09-30 20:04:49 +0200 |
commit | 83973520c8492225e5ea02ebfd0a5d47b7e35f85 (patch) | |
tree | 74f0a247304d40bb528bf5200e64876b75055bc9 /src/BlockInfo.cpp | |
parent | Fixed 1.8 doors. (diff) | |
download | cuberite-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 '')
-rw-r--r-- | src/BlockInfo.cpp | 1 |
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; |