diff options
author | bibo38 <bibo38@github.com> | 2015-11-01 20:36:54 +0100 |
---|---|---|
committer | bibo38 <bibo38@github.com> | 2015-11-07 17:23:02 +0100 |
commit | d92a92d78aae9617b973a142878ab7c038cf0d3d (patch) | |
tree | 4b4b742cd2e5d7785bd2b4c38a0f7e1a3db260f2 /src/BlockInfo.cpp | |
parent | Merge pull request #2618 from Gargaj/deadmeansdead (diff) | |
download | cuberite-d92a92d78aae9617b973a142878ab7c038cf0d3d.tar cuberite-d92a92d78aae9617b973a142878ab7c038cf0d3d.tar.gz cuberite-d92a92d78aae9617b973a142878ab7c038cf0d3d.tar.bz2 cuberite-d92a92d78aae9617b973a142878ab7c038cf0d3d.tar.lz cuberite-d92a92d78aae9617b973a142878ab7c038cf0d3d.tar.xz cuberite-d92a92d78aae9617b973a142878ab7c038cf0d3d.tar.zst cuberite-d92a92d78aae9617b973a142878ab7c038cf0d3d.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 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; |