diff options
author | Howaner <franzi.moos@googlemail.com> | 2014-08-07 02:42:42 +0200 |
---|---|---|
committer | Howaner <franzi.moos@googlemail.com> | 2014-08-07 02:42:42 +0200 |
commit | a73c85d7eb8181b3792f19675c29f43bd8c0b738 (patch) | |
tree | 6a70e5d900db8c3dde86f4682d439c1149771635 | |
parent | Removed debug message. (diff) | |
download | cuberite-a73c85d7eb8181b3792f19675c29f43bd8c0b738.tar cuberite-a73c85d7eb8181b3792f19675c29f43bd8c0b738.tar.gz cuberite-a73c85d7eb8181b3792f19675c29f43bd8c0b738.tar.bz2 cuberite-a73c85d7eb8181b3792f19675c29f43bd8c0b738.tar.lz cuberite-a73c85d7eb8181b3792f19675c29f43bd8c0b738.tar.xz cuberite-a73c85d7eb8181b3792f19675c29f43bd8c0b738.tar.zst cuberite-a73c85d7eb8181b3792f19675c29f43bd8c0b738.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 4bc3fbbdc..a59229f87 100644 --- a/src/BlockInfo.cpp +++ b/src/BlockInfo.cpp @@ -294,6 +294,7 @@ void cBlockInfo::Initialize(cBlockInfoArray & a_Info) a_Info[E_BLOCK_INACTIVE_COMPARATOR ].m_OneHitDig = true; a_Info[E_BLOCK_LILY_PAD ].m_OneHitDig = true; a_Info[E_BLOCK_MELON_STEM ].m_OneHitDig = true; + a_Info[E_BLOCK_NETHER_WART ].m_OneHitDig = true; a_Info[E_BLOCK_POTATOES ].m_OneHitDig = true; a_Info[E_BLOCK_PUMPKIN_STEM ].m_OneHitDig = true; a_Info[E_BLOCK_REDSTONE_REPEATER_OFF].m_OneHitDig = true; |