summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormetiu07 <metiu07@gmail.com>2020-04-05 13:41:31 +0200
committerGitHub <noreply@github.com>2020-04-05 13:41:31 +0200
commit6bde0dd9ad518f3a8bf09541b3c10b8e631f2864 (patch)
treecaa7e941189dbcc7279d6202ae8425952526dece
parentBlock entity for beacon was not created (#4618) (diff)
downloadcuberite-6bde0dd9ad518f3a8bf09541b3c10b8e631f2864.tar
cuberite-6bde0dd9ad518f3a8bf09541b3c10b8e631f2864.tar.gz
cuberite-6bde0dd9ad518f3a8bf09541b3c10b8e631f2864.tar.bz2
cuberite-6bde0dd9ad518f3a8bf09541b3c10b8e631f2864.tar.lz
cuberite-6bde0dd9ad518f3a8bf09541b3c10b8e631f2864.tar.xz
cuberite-6bde0dd9ad518f3a8bf09541b3c10b8e631f2864.tar.zst
cuberite-6bde0dd9ad518f3a8bf09541b3c10b8e631f2864.zip
-rw-r--r--src/Simulator/FluidSimulator.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Simulator/FluidSimulator.cpp b/src/Simulator/FluidSimulator.cpp
index 230517b19..ebd357936 100644
--- a/src/Simulator/FluidSimulator.cpp
+++ b/src/Simulator/FluidSimulator.cpp
@@ -37,6 +37,7 @@ bool cFluidSimulator::CanWashAway(BLOCKTYPE a_BlockType)
case E_BLOCK_BIG_FLOWER:
case E_BLOCK_BROWN_MUSHROOM:
case E_BLOCK_CACTUS:
+ case E_BLOCK_CARROTS:
case E_BLOCK_COBWEB:
case E_BLOCK_CROPS:
case E_BLOCK_DEAD_BUSH: