summaryrefslogtreecommitdiffstats
path: root/src/Simulator/SandSimulator.cpp
diff options
context:
space:
mode:
authorHowaner <franzi.moos@googlemail.com>2014-02-20 19:07:32 +0100
committerHowaner <franzi.moos@googlemail.com>2014-02-20 19:07:32 +0100
commit69961fc4df08efe3689a643814e8bf0edb325eba (patch)
tree31233d713bc6524b26c34fbb98e99b9be01799fc /src/Simulator/SandSimulator.cpp
parentAdd Hay Bale to Burnable (diff)
downloadcuberite-69961fc4df08efe3689a643814e8bf0edb325eba.tar
cuberite-69961fc4df08efe3689a643814e8bf0edb325eba.tar.gz
cuberite-69961fc4df08efe3689a643814e8bf0edb325eba.tar.bz2
cuberite-69961fc4df08efe3689a643814e8bf0edb325eba.tar.lz
cuberite-69961fc4df08efe3689a643814e8bf0edb325eba.tar.xz
cuberite-69961fc4df08efe3689a643814e8bf0edb325eba.tar.zst
cuberite-69961fc4df08efe3689a643814e8bf0edb325eba.zip
Diffstat (limited to 'src/Simulator/SandSimulator.cpp')
-rw-r--r--src/Simulator/SandSimulator.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Simulator/SandSimulator.cpp b/src/Simulator/SandSimulator.cpp
index 87fb83357..f305ba61a 100644
--- a/src/Simulator/SandSimulator.cpp
+++ b/src/Simulator/SandSimulator.cpp
@@ -158,8 +158,10 @@ bool cSandSimulator::CanContinueFallThrough(BLOCKTYPE a_BlockType)
case E_BLOCK_DETECTOR_RAIL:
case E_BLOCK_FIRE:
case E_BLOCK_FLOWER_POT:
+ case E_BLOCK_HEAVY_WEIGHTED_PRESSURE_PLATE:
case E_BLOCK_LAVA:
case E_BLOCK_LEVER:
+ case E_BLOCK_LIGHT_WEIGHTED_PRESSURE_PLATE:
case E_BLOCK_MINECART_TRACKS:
case E_BLOCK_MELON_STEM:
case E_BLOCK_POWERED_RAIL: