diff options
author | worktycho <work.tycho@gmail.com> | 2015-11-07 19:45:59 +0100 |
---|---|---|
committer | worktycho <work.tycho@gmail.com> | 2015-11-07 19:45:59 +0100 |
commit | e85082d2f1161fa29d0a04c87b35cab1252ff143 (patch) | |
tree | f3dfcaa95ccf110bada016d20aac3c3446d3d501 /src/BlockInfo.cpp | |
parent | Merge pull request #2621 from Gargaj/pressureplatepower (diff) | |
parent | Refactored code to use vectors in the cPistonHandler class (diff) | |
download | cuberite-e85082d2f1161fa29d0a04c87b35cab1252ff143.tar cuberite-e85082d2f1161fa29d0a04c87b35cab1252ff143.tar.gz cuberite-e85082d2f1161fa29d0a04c87b35cab1252ff143.tar.bz2 cuberite-e85082d2f1161fa29d0a04c87b35cab1252ff143.tar.lz cuberite-e85082d2f1161fa29d0a04c87b35cab1252ff143.tar.xz cuberite-e85082d2f1161fa29d0a04c87b35cab1252ff143.tar.zst cuberite-e85082d2f1161fa29d0a04c87b35cab1252ff143.zip |
Diffstat (limited to 'src/BlockInfo.cpp')
-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 70ca38362..54f11158e 100644 --- a/src/BlockInfo.cpp +++ b/src/BlockInfo.cpp @@ -305,6 +305,7 @@ void cBlockInfo::Initialize(cBlockInfoArray & a_Info) a_Info[E_BLOCK_RED_MUSHROOM ].m_OneHitDig = true; a_Info[E_BLOCK_REEDS ].m_OneHitDig = true; a_Info[E_BLOCK_SAPLING ].m_OneHitDig = true; + a_Info[E_BLOCK_SLIME_BLOCK ].m_OneHitDig = true; a_Info[E_BLOCK_TNT ].m_OneHitDig = true; a_Info[E_BLOCK_TALL_GRASS ].m_OneHitDig = true; a_Info[E_BLOCK_TORCH ].m_OneHitDig = true; |