diff options
author | Howaner <franzi.moos@googlemail.com> | 2014-02-20 19:07:32 +0100 |
---|---|---|
committer | Howaner <franzi.moos@googlemail.com> | 2014-02-20 19:07:32 +0100 |
commit | 69961fc4df08efe3689a643814e8bf0edb325eba (patch) | |
tree | 31233d713bc6524b26c34fbb98e99b9be01799fc /src/Simulator/SandSimulator.cpp | |
parent | Add Hay Bale to Burnable (diff) | |
download | cuberite-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 '')
-rw-r--r-- | src/Simulator/SandSimulator.cpp | 2 |
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: |