diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-06-09 13:31:42 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-06-09 13:31:42 +0200 |
commit | 648c7fe94359dc1dbedbb09eee099a16d67d7287 (patch) | |
tree | 17f49b83d21021d7ee3474cb9b60030826826294 | |
parent | Biomal CompoGen now correctly produces sand in desert mountains, too (diff) | |
download | cuberite-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.cpp | 1 |
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;
|