summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSTRWarrior <niels.breuker@hotmail.nl>2014-01-27 17:19:13 +0100
committerSTRWarrior <niels.breuker@hotmail.nl>2014-01-27 17:19:13 +0100
commit89a620ca54bbeb9475ded781ef7af145571ab01a (patch)
tree1791794a93c3919e15af70f174489832eec74adf
parentVillagers: Farmers can also harvest carrots and potatoes. (diff)
downloadcuberite-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
-rw-r--r--src/BlockID.cpp1
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;