summaryrefslogtreecommitdiffstats
path: root/source/BlockID.cpp
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-06-09 13:31:42 +0200
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-06-09 13:31:42 +0200
commit648c7fe94359dc1dbedbb09eee099a16d67d7287 (patch)
tree17f49b83d21021d7ee3474cb9b60030826826294 /source/BlockID.cpp
parentBiomal CompoGen now correctly produces sand in desert mountains, too (diff)
downloadcuberite-648c7fe94359dc1dbedbb09eee099a16d67d7287.tar
cuberite-648c7fe94359dc1dbedbb09eee099a16d67d7287.tar.gz
cuberite-648c7fe94359dc1dbedbb09eee099a16d67d7287.tar.bz2
cuberite-648c7fe94359dc1dbedbb09eee099a16d67d7287.tar.lz
cuberite-648c7fe94359dc1dbedbb09eee099a16d67d7287.tar.xz
cuberite-648c7fe94359dc1dbedbb09eee099a16d67d7287.tar.zst
cuberite-648c7fe94359dc1dbedbb09eee099a16d67d7287.zip
Diffstat (limited to '')
-rw-r--r--source/BlockID.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/BlockID.cpp b/source/BlockID.cpp
index 567df3c3d..7588fee77 100644
--- a/source/BlockID.cpp
+++ b/source/BlockID.cpp
@@ -247,6 +247,7 @@ public:
g_BlockOneHitDig[E_BLOCK_REEDS] = true;
g_BlockOneHitDig[E_BLOCK_SAPLING] = true;
g_BlockOneHitDig[E_BLOCK_TNT] = true;
+ g_BlockOneHitDig[E_BLOCK_TALL_GRASS] = true;
g_BlockOneHitDig[E_BLOCK_TORCH] = true;
g_BlockOneHitDig[E_BLOCK_YELLOW_FLOWER] = true;