diff options
author | Tiger Wang <ziwei.tiger@outlook.com> | 2020-04-16 23:27:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-16 23:27:04 +0200 |
commit | ede56a5750a1880107589076a67ba68b78608427 (patch) | |
tree | 19f6d727c59b2103cf97aae70903838c65c6f40b /src/Simulator/IncrementalRedstoneSimulator/IncrementalRedstoneSimulator.h | |
parent | Using Super. (diff) | |
download | cuberite-ede56a5750a1880107589076a67ba68b78608427.tar cuberite-ede56a5750a1880107589076a67ba68b78608427.tar.gz cuberite-ede56a5750a1880107589076a67ba68b78608427.tar.bz2 cuberite-ede56a5750a1880107589076a67ba68b78608427.tar.lz cuberite-ede56a5750a1880107589076a67ba68b78608427.tar.xz cuberite-ede56a5750a1880107589076a67ba68b78608427.tar.zst cuberite-ede56a5750a1880107589076a67ba68b78608427.zip |
Diffstat (limited to 'src/Simulator/IncrementalRedstoneSimulator/IncrementalRedstoneSimulator.h')
-rw-r--r-- | src/Simulator/IncrementalRedstoneSimulator/IncrementalRedstoneSimulator.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Simulator/IncrementalRedstoneSimulator/IncrementalRedstoneSimulator.h b/src/Simulator/IncrementalRedstoneSimulator/IncrementalRedstoneSimulator.h index 4ef9801a3..8213eddae 100644 --- a/src/Simulator/IncrementalRedstoneSimulator/IncrementalRedstoneSimulator.h +++ b/src/Simulator/IncrementalRedstoneSimulator/IncrementalRedstoneSimulator.h @@ -61,6 +61,7 @@ public: case E_BLOCK_JUNGLE_DOOR: case E_BLOCK_JUNGLE_FENCE_GATE: case E_BLOCK_NOTE_BLOCK: + case E_BLOCK_OBSERVER: case E_BLOCK_PISTON: case E_BLOCK_POWERED_RAIL: case E_BLOCK_REDSTONE_LAMP_OFF: @@ -127,6 +128,7 @@ public: case E_BLOCK_LEVER: case E_BLOCK_LIGHT_WEIGHTED_PRESSURE_PLATE: case E_BLOCK_NOTE_BLOCK: + case E_BLOCK_OBSERVER: case E_BLOCK_POWERED_RAIL: case E_BLOCK_REDSTONE_LAMP_OFF: case E_BLOCK_REDSTONE_LAMP_ON: |