summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHowaner <franzi.moos@googlemail.com>2014-10-07 18:24:22 +0200
committerHowaner <franzi.moos@googlemail.com>2014-10-07 18:24:22 +0200
commit7631047bb77aa726c4dce6523f01bb2d2c709851 (patch)
treec2b91d2db7450d66bd352a0147fa5e6c624b2e84
parentCorrected drops from dead bush, tall grass and cobweb. (diff)
downloadcuberite-7631047bb77aa726c4dce6523f01bb2d2c709851.tar
cuberite-7631047bb77aa726c4dce6523f01bb2d2c709851.tar.gz
cuberite-7631047bb77aa726c4dce6523f01bb2d2c709851.tar.bz2
cuberite-7631047bb77aa726c4dce6523f01bb2d2c709851.tar.lz
cuberite-7631047bb77aa726c4dce6523f01bb2d2c709851.tar.xz
cuberite-7631047bb77aa726c4dce6523f01bb2d2c709851.tar.zst
cuberite-7631047bb77aa726c4dce6523f01bb2d2c709851.zip
-rw-r--r--src/Items/ItemHandler.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Items/ItemHandler.cpp b/src/Items/ItemHandler.cpp
index 9f6a751ef..f1f1ddcc5 100644
--- a/src/Items/ItemHandler.cpp
+++ b/src/Items/ItemHandler.cpp
@@ -589,7 +589,6 @@ bool cItemHandler::CanHarvestBlock(BLOCKTYPE a_BlockType)
case E_BLOCK_IRON_TRAPDOOR:
case E_BLOCK_LAPIS_BLOCK:
case E_BLOCK_LAPIS_ORE:
- case E_BLOCK_LEAVES:
case E_BLOCK_LIT_FURNACE:
case E_BLOCK_MOB_SPAWNER:
case E_BLOCK_MOSSY_COBBLESTONE:
@@ -597,7 +596,6 @@ bool cItemHandler::CanHarvestBlock(BLOCKTYPE a_BlockType)
case E_BLOCK_NETHER_BRICK_STAIRS:
case E_BLOCK_NETHER_BRICK_FENCE:
case E_BLOCK_NETHERRACK:
- case E_BLOCK_NEW_LEAVES:
case E_BLOCK_NEW_STONE_SLAB:
case E_BLOCK_OBSIDIAN:
case E_BLOCK_PACKED_ICE: