diff options
author | Mattes D <github@xoft.cz> | 2014-01-28 16:32:01 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2014-01-28 16:32:01 +0100 |
commit | 3390607ee5d31b9385a26a0e4bf563e15c7733a7 (patch) | |
tree | 8bd10f47243773945feac41d0b405b55dc34230a /src/BlockID.cpp | |
parent | Fixed timing on *nix. (diff) | |
parent | Renamed Farmer functions and added doxycomments (diff) | |
download | cuberite-3390607ee5d31b9385a26a0e4bf563e15c7733a7.tar cuberite-3390607ee5d31b9385a26a0e4bf563e15c7733a7.tar.gz cuberite-3390607ee5d31b9385a26a0e4bf563e15c7733a7.tar.bz2 cuberite-3390607ee5d31b9385a26a0e4bf563e15c7733a7.tar.lz cuberite-3390607ee5d31b9385a26a0e4bf563e15c7733a7.tar.xz cuberite-3390607ee5d31b9385a26a0e4bf563e15c7733a7.tar.zst cuberite-3390607ee5d31b9385a26a0e4bf563e15c7733a7.zip |
Diffstat (limited to 'src/BlockID.cpp')
-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; |