diff --git a/src/Simulator/IncrementalRedstoneSimulator/IncrementalRedstoneSimulator.cpp b/src/Simulator/IncrementalRedstoneSimulator/IncrementalRedstoneSimulator.cpp index 4669dbd2c..0ca7afbf3 100644 --- a/src/Simulator/IncrementalRedstoneSimulator/IncrementalRedstoneSimulator.cpp +++ b/src/Simulator/IncrementalRedstoneSimulator/IncrementalRedstoneSimulator.cpp @@ -49,8 +49,13 @@ std::unique_ptr cIncrementalRedstoneSimulator::CreateComponent case E_BLOCK_STONE_PRESSURE_PLATE: case E_BLOCK_WOODEN_PRESSURE_PLATE: return cpp14::make_unique(a_World); + case E_BLOCK_ACACIA_FENCE_GATE: + case E_BLOCK_BIRCH_FENCE_GATE: + case E_BLOCK_DARK_OAK_FENCE_GATE: case E_BLOCK_FENCE_GATE: case E_BLOCK_IRON_TRAPDOOR: + case E_BLOCK_JUNGLE_FENCE_GATE: + case E_BLOCK_SPRUCE_FENCE_GATE: case E_BLOCK_TRAPDOOR: return cpp14::make_unique(a_World); case E_BLOCK_REDSTONE_LAMP_OFF: