From ef85c2e686f79234f5f472b2f498e5bc3e07ce24 Mon Sep 17 00:00:00 2001 From: Bond-009 Date: Sun, 26 Feb 2017 11:09:06 +0100 Subject: Deadbushes drop sticks --- src/Items/ItemHandler.cpp | 1 - src/Items/ItemShears.h | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Items') 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; -- cgit v1.2.3