diff options
author | STRWarrior <niels.breuker@hotmail.nl> | 2014-01-27 17:19:13 +0100 |
---|---|---|
committer | STRWarrior <niels.breuker@hotmail.nl> | 2014-01-27 17:19:13 +0100 |
commit | 89a620ca54bbeb9475ded781ef7af145571ab01a (patch) | |
tree | 1791794a93c3919e15af70f174489832eec74adf /src/BlockID.cpp | |
parent | Villagers: Farmers can also harvest carrots and potatoes. (diff) | |
download | cuberite-89a620ca54bbeb9475ded781ef7af145571ab01a.tar cuberite-89a620ca54bbeb9475ded781ef7af145571ab01a.tar.gz cuberite-89a620ca54bbeb9475ded781ef7af145571ab01a.tar.bz2 cuberite-89a620ca54bbeb9475ded781ef7af145571ab01a.tar.lz cuberite-89a620ca54bbeb9475ded781ef7af145571ab01a.tar.xz cuberite-89a620ca54bbeb9475ded781ef7af145571ab01a.tar.zst cuberite-89a620ca54bbeb9475ded781ef7af145571ab01a.zip |
Diffstat (limited to '')
-rw-r--r-- | src/BlockID.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/BlockID.cpp b/src/BlockID.cpp index 095865d07..fbb5a0720 100644 --- a/src/BlockID.cpp +++ b/src/BlockID.cpp @@ -767,6 +767,7 @@ public: g_BlockIsSolid[E_BLOCK_MELON_STEM] = false; g_BlockIsSolid[E_BLOCK_NETHER_PORTAL] = false; g_BlockIsSolid[E_BLOCK_PISTON_EXTENSION] = false; + g_BlockIsSolid[E_BLOCK_POTATOES] = false; g_BlockIsSolid[E_BLOCK_POWERED_RAIL] = false; g_BlockIsSolid[E_BLOCK_RAIL] = false; g_BlockIsSolid[E_BLOCK_REDSTONE_TORCH_OFF] = false; |