From c4fc6a5343b75e9bdce0eb89202a2e5539a0a0ee Mon Sep 17 00:00:00 2001 From: Mat Date: Sat, 21 Mar 2020 19:46:57 +0200 Subject: Bonemeal cannot be used on cactus and sugar cane --- src/Items/ItemDye.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Items/ItemDye.h b/src/Items/ItemDye.h index 7a119437e..839982d74 100644 --- a/src/Items/ItemDye.h +++ b/src/Items/ItemDye.h @@ -167,8 +167,6 @@ public: case E_BLOCK_TALL_GRASS: case E_BLOCK_COCOA_POD: - case E_BLOCK_SUGARCANE: - case E_BLOCK_CACTUS: { // Always try to grow 1 stage: if (a_World.GrowPlantAt(a_BlockPos, 1) <= 0) -- cgit v1.2.3