diff options
Diffstat (limited to 'src/Items/ItemShovel.h')
-rw-r--r-- | src/Items/ItemShovel.h | 1 |
1 files changed, 1 insertions, 0 deletions
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: |