diff options
author | Bond-009 <bond.009@outlook.com> | 2017-02-26 11:09:06 +0100 |
---|---|---|
committer | Lukas Pioch <lukas@zgow.de> | 2017-03-19 21:57:41 +0100 |
commit | ef85c2e686f79234f5f472b2f498e5bc3e07ce24 (patch) | |
tree | b7d07e333fcbb80b4617eef4695d10b42542aa83 /src/Items | |
parent | Removed development plugins from settings file (diff) | |
download | cuberite-ef85c2e686f79234f5f472b2f498e5bc3e07ce24.tar cuberite-ef85c2e686f79234f5f472b2f498e5bc3e07ce24.tar.gz cuberite-ef85c2e686f79234f5f472b2f498e5bc3e07ce24.tar.bz2 cuberite-ef85c2e686f79234f5f472b2f498e5bc3e07ce24.tar.lz cuberite-ef85c2e686f79234f5f472b2f498e5bc3e07ce24.tar.xz cuberite-ef85c2e686f79234f5f472b2f498e5bc3e07ce24.tar.zst cuberite-ef85c2e686f79234f5f472b2f498e5bc3e07ce24.zip |
Diffstat (limited to 'src/Items')
-rw-r--r-- | src/Items/ItemHandler.cpp | 1 | ||||
-rw-r--r-- | src/Items/ItemShears.h | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/Items/ItemHandler.cpp b/src/Items/ItemHandler.cpp index d05364e95..d037092b1 100644 --- a/src/Items/ItemHandler.cpp +++ b/src/Items/ItemHandler.cpp @@ -745,7 +745,6 @@ bool cItemHandler::CanHarvestBlock(BLOCKTYPE a_BlockType) case E_BLOCK_COBBLESTONE_STAIRS: case E_BLOCK_COBBLESTONE_WALL: case E_BLOCK_COBWEB: - case E_BLOCK_DEAD_BUSH: case E_BLOCK_DIAMOND_BLOCK: case E_BLOCK_DIAMOND_ORE: case E_BLOCK_DOUBLE_RED_SANDSTONE_SLAB: diff --git a/src/Items/ItemShears.h b/src/Items/ItemShears.h index db5e10c7e..47e58ae4b 100644 --- a/src/Items/ItemShears.h +++ b/src/Items/ItemShears.h @@ -56,6 +56,7 @@ public: switch (a_BlockType) { case E_BLOCK_COBWEB: + case E_BLOCK_DEAD_BUSH: case E_BLOCK_VINES: { return true; |