diff options
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; |