From 7fd3899796fbea45c5ff0a9bd45ce0a1feb73c2b Mon Sep 17 00:00:00 2001 From: Bond-009 Date: Fri, 30 Jun 2017 10:46:58 +0200 Subject: Added 1.12 blocks (#3760) --- src/Items/ItemShovel.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Items/ItemShovel.h') diff --git a/src/Items/ItemShovel.h b/src/Items/ItemShovel.h index 6db96095d..b26522b33 100644 --- a/src/Items/ItemShovel.h +++ b/src/Items/ItemShovel.h @@ -64,6 +64,7 @@ public: switch (a_Block) { case E_BLOCK_CLAY: + case E_BLOCK_CONCRETE_POWDER: case E_BLOCK_DIRT: case E_BLOCK_FARMLAND: case E_BLOCK_GRASS: -- cgit v1.2.3