diff --git a/StevenDimDoors/mod_pocketDim/dungeon/DungeonSchematic.java b/StevenDimDoors/mod_pocketDim/dungeon/DungeonSchematic.java index 93631ba..4247b39 100644 --- a/StevenDimDoors/mod_pocketDim/dungeon/DungeonSchematic.java +++ b/StevenDimDoors/mod_pocketDim/dungeon/DungeonSchematic.java @@ -33,8 +33,8 @@ public class DungeonSchematic extends Schematic { private static final short MAX_VANILLA_BLOCK_ID = 158; private static final short STANDARD_FABRIC_OF_REALITY_ID = 1973; private static final short STANDARD_ETERNAL_FABRIC_ID = 220; - private static final short STANDARD_WARP_DOOR_ID = (short) Block.doorWood.blockID;//1975; - private static final short STANDARD_DIMENSIONAL_DOOR_ID = (short) Block.doorIron.blockID;//1970; + private static final short STANDARD_WARP_DOOR_ID = 1975; + private static final short STANDARD_DIMENSIONAL_DOOR_ID = 1970; private static final short MONOLITH_SPAWN_MARKER_ID = (short) Block.endPortalFrame.blockID; private static final short EXIT_DOOR_MARKER_ID = (short) Block.sandStone.blockID; @@ -46,9 +46,9 @@ public class DungeonSchematic extends Schematic { private static final short[] MOD_BLOCK_FILTER_EXCEPTIONS = new short[] { STANDARD_FABRIC_OF_REALITY_ID, - STANDARD_ETERNAL_FABRIC_ID - //STANDARD_WARP_DOOR_ID, - //STANDARD_DIMENSIONAL_DOOR_ID + STANDARD_ETERNAL_FABRIC_ID, + STANDARD_WARP_DOOR_ID, + STANDARD_DIMENSIONAL_DOOR_ID }; private DungeonSchematic(Schematic source) diff --git a/schematics/core/simpleStairsDown.schematic b/schematics/core/simpleStairsDown.schematic index 63659d2..5dd2153 100644 Binary files a/schematics/core/simpleStairsDown.schematic and b/schematics/core/simpleStairsDown.schematic differ diff --git a/schematics/core/simpleStairsUp.schematic b/schematics/core/simpleStairsUp.schematic index 965c2cf..6c9ef12 100644 Binary files a/schematics/core/simpleStairsUp.schematic and b/schematics/core/simpleStairsUp.schematic differ diff --git a/schematics/core/somethingBroke.schematic b/schematics/core/somethingBroke.schematic index 1bd78ea..28a3ea8 100644 Binary files a/schematics/core/somethingBroke.schematic and b/schematics/core/somethingBroke.schematic differ diff --git a/schematics/ruins/ComplexHall_SK-AnchoredDescent_Open_50.schematic b/schematics/ruins/ComplexHall_SK-AnchoredDescent_Open_50.schematic index ea76db4..60b443c 100644 Binary files a/schematics/ruins/ComplexHall_SK-AnchoredDescent_Open_50.schematic and b/schematics/ruins/ComplexHall_SK-AnchoredDescent_Open_50.schematic differ diff --git a/schematics/ruins/ComplexHall_SK-HiddenStairs_Open_100.schematic b/schematics/ruins/ComplexHall_SK-HiddenStairs_Open_100.schematic index 44589d5..b9a0863 100644 Binary files a/schematics/ruins/ComplexHall_SK-HiddenStairs_Open_100.schematic and b/schematics/ruins/ComplexHall_SK-HiddenStairs_Open_100.schematic differ diff --git a/schematics/ruins/ComplexHall_SK-LostGarden_Open_10.schematic b/schematics/ruins/ComplexHall_SK-LostGarden_Open_10.schematic index a70f1ac..bba5303 100644 Binary files a/schematics/ruins/ComplexHall_SK-LostGarden_Open_10.schematic and b/schematics/ruins/ComplexHall_SK-LostGarden_Open_10.schematic differ diff --git a/schematics/ruins/DeadEnd_SK-EyesOfTricksters_Open_50.schematic b/schematics/ruins/DeadEnd_SK-EyesOfTricksters_Open_50.schematic index 5dfb8d4..f7ab58a 100644 Binary files a/schematics/ruins/DeadEnd_SK-EyesOfTricksters_Open_50.schematic and b/schematics/ruins/DeadEnd_SK-EyesOfTricksters_Open_50.schematic differ diff --git a/schematics/ruins/DeadEnd_SK-FarAwayInTheDark_Open_100.schematic b/schematics/ruins/DeadEnd_SK-FarAwayInTheDark_Open_100.schematic index 7423752..8dd9432 100644 Binary files a/schematics/ruins/DeadEnd_SK-FarAwayInTheDark_Open_100.schematic and b/schematics/ruins/DeadEnd_SK-FarAwayInTheDark_Open_100.schematic differ diff --git a/schematics/ruins/DeadEnd_SK-UnstableDesert_Open_50.schematic b/schematics/ruins/DeadEnd_SK-UnstableDesert_Open_50.schematic index 3cd5404..cfa3e00 100644 Binary files a/schematics/ruins/DeadEnd_SK-UnstableDesert_Open_50.schematic and b/schematics/ruins/DeadEnd_SK-UnstableDesert_Open_50.schematic differ diff --git a/schematics/ruins/Hub_SK-Claustrophobia_Open_10.schematic b/schematics/ruins/Hub_SK-Claustrophobia_Open_10.schematic index 5f70eed..c0471be 100644 Binary files a/schematics/ruins/Hub_SK-Claustrophobia_Open_10.schematic and b/schematics/ruins/Hub_SK-Claustrophobia_Open_10.schematic differ diff --git a/schematics/ruins/Hub_SK-FractalCage_Open_20.schematic b/schematics/ruins/Hub_SK-FractalCage_Open_20.schematic index 5074908..5a0c61c 100644 Binary files a/schematics/ruins/Hub_SK-FractalCage_Open_20.schematic and b/schematics/ruins/Hub_SK-FractalCage_Open_20.schematic differ diff --git a/schematics/ruins/Hub_SK-HeartOfDisorder_Open_50.schematic b/schematics/ruins/Hub_SK-HeartOfDisorder_Open_50.schematic index 8532511..ab5e68e 100644 Binary files a/schematics/ruins/Hub_SK-HeartOfDisorder_Open_50.schematic and b/schematics/ruins/Hub_SK-HeartOfDisorder_Open_50.schematic differ diff --git a/schematics/ruins/SimpleHall_SK-LeftDownStairs_Open_50.schematic b/schematics/ruins/SimpleHall_SK-LeftDownStairs_Open_50.schematic index c6e14dc..5ae15e7 100644 Binary files a/schematics/ruins/SimpleHall_SK-LeftDownStairs_Open_50.schematic and b/schematics/ruins/SimpleHall_SK-LeftDownStairs_Open_50.schematic differ diff --git a/schematics/ruins/SimpleHall_SK-LeftUpPath_Open_50.schematic b/schematics/ruins/SimpleHall_SK-LeftUpPath_Open_50.schematic index f6dabbb..e63b1e7 100644 Binary files a/schematics/ruins/SimpleHall_SK-LeftUpPath_Open_50.schematic and b/schematics/ruins/SimpleHall_SK-LeftUpPath_Open_50.schematic differ diff --git a/schematics/ruins/SimpleHall_SK-RightDownStairs_Open_50.schematic b/schematics/ruins/SimpleHall_SK-RightDownStairs_Open_50.schematic index 3bf45be..a42b476 100644 Binary files a/schematics/ruins/SimpleHall_SK-RightDownStairs_Open_50.schematic and b/schematics/ruins/SimpleHall_SK-RightDownStairs_Open_50.schematic differ diff --git a/schematics/ruins/SimpleHall_SK-RightUpPath_Open_50.schematic b/schematics/ruins/SimpleHall_SK-RightUpPath_Open_50.schematic index e9526a9..783dc45 100644 Binary files a/schematics/ruins/SimpleHall_SK-RightUpPath_Open_50.schematic and b/schematics/ruins/SimpleHall_SK-RightUpPath_Open_50.schematic differ diff --git a/schematics/ruins/SimpleHall_SK-SpiralHallway_Open_100.schematic b/schematics/ruins/SimpleHall_SK-SpiralHallway_Open_100.schematic index bc23e74..417191f 100644 Binary files a/schematics/ruins/SimpleHall_SK-SpiralHallway_Open_100.schematic and b/schematics/ruins/SimpleHall_SK-SpiralHallway_Open_100.schematic differ diff --git a/schematics/ruins/Trap_SK-RestlessCorridor_Open_10.schematic b/schematics/ruins/Trap_SK-RestlessCorridor_Open_10.schematic index ebcb104..2faeee2 100644 Binary files a/schematics/ruins/Trap_SK-RestlessCorridor_Open_10.schematic and b/schematics/ruins/Trap_SK-RestlessCorridor_Open_10.schematic differ diff --git a/schematics/ruins/complexHall_buggyTopEntry1_open_100.schematic b/schematics/ruins/complexHall_buggyTopEntry1_open_100.schematic index d82ac2c..6da42a7 100644 Binary files a/schematics/ruins/complexHall_buggyTopEntry1_open_100.schematic and b/schematics/ruins/complexHall_buggyTopEntry1_open_100.schematic differ diff --git a/schematics/ruins/complexHall_exitRuinsWithHiddenDoor_open_100.schematic b/schematics/ruins/complexHall_exitRuinsWithHiddenDoor_open_100.schematic index eef2733..e18f8e7 100644 Binary files a/schematics/ruins/complexHall_exitRuinsWithHiddenDoor_open_100.schematic and b/schematics/ruins/complexHall_exitRuinsWithHiddenDoor_open_100.schematic differ diff --git a/schematics/ruins/complexHall_hallwayHiddenTreasure_closed_100.schematic b/schematics/ruins/complexHall_hallwayHiddenTreasure_closed_100.schematic index f088af7..0edc59d 100644 Binary files a/schematics/ruins/complexHall_hallwayHiddenTreasure_closed_100.schematic and b/schematics/ruins/complexHall_hallwayHiddenTreasure_closed_100.schematic differ diff --git a/schematics/ruins/complexHall_largeBrokenHall_closed_100.schematic b/schematics/ruins/complexHall_largeBrokenHall_closed_100.schematic index e908b39..a2ccc3f 100644 Binary files a/schematics/ruins/complexHall_largeBrokenHall_closed_100.schematic and b/schematics/ruins/complexHall_largeBrokenHall_closed_100.schematic differ diff --git a/schematics/ruins/complexHall_mediumPillarStairs_open_100.schematic b/schematics/ruins/complexHall_mediumPillarStairs_open_100.schematic index 499f0b3..5470f3c 100644 Binary files a/schematics/ruins/complexHall_mediumPillarStairs_open_100.schematic and b/schematics/ruins/complexHall_mediumPillarStairs_open_100.schematic differ diff --git a/schematics/ruins/complexHall_pitStairs_open_100.schematic b/schematics/ruins/complexHall_pitStairs_open_100.schematic index 653f09f..74effb4 100644 Binary files a/schematics/ruins/complexHall_pitStairs_open_100.schematic and b/schematics/ruins/complexHall_pitStairs_open_100.schematic differ diff --git a/schematics/ruins/complexHall_ruinsO_open_100.schematic b/schematics/ruins/complexHall_ruinsO_open_100.schematic index d5ad209..f89fd2a 100644 Binary files a/schematics/ruins/complexHall_ruinsO_open_100.schematic and b/schematics/ruins/complexHall_ruinsO_open_100.schematic differ diff --git a/schematics/ruins/complexHall_smallBranchWithExit_closed_100.schematic b/schematics/ruins/complexHall_smallBranchWithExit_closed_100.schematic index acc9cd4..ae62247 100644 Binary files a/schematics/ruins/complexHall_smallBranchWithExit_closed_100.schematic and b/schematics/ruins/complexHall_smallBranchWithExit_closed_100.schematic differ diff --git a/schematics/ruins/complexHall_smallRotundaWithExit_closed_100.schematic b/schematics/ruins/complexHall_smallRotundaWithExit_closed_100.schematic index 56deba2..6321186 100644 Binary files a/schematics/ruins/complexHall_smallRotundaWithExit_closed_100.schematic and b/schematics/ruins/complexHall_smallRotundaWithExit_closed_100.schematic differ diff --git a/schematics/ruins/complexHall_tntPuzzleTrap_closed_50.schematic b/schematics/ruins/complexHall_tntPuzzleTrap_closed_50.schematic index 8d6898e..c0aa954 100644 Binary files a/schematics/ruins/complexHall_tntPuzzleTrap_closed_50.schematic and b/schematics/ruins/complexHall_tntPuzzleTrap_closed_50.schematic differ diff --git a/schematics/ruins/deadEnd_azersDungeonO_closed_100.schematic b/schematics/ruins/deadEnd_azersDungeonO_closed_100.schematic index 9766d12..b18fe71 100644 Binary files a/schematics/ruins/deadEnd_azersDungeonO_closed_100.schematic and b/schematics/ruins/deadEnd_azersDungeonO_closed_100.schematic differ diff --git a/schematics/ruins/deadEnd_brokenPillarsO_open_100.schematic b/schematics/ruins/deadEnd_brokenPillarsO_open_100.schematic index 40fa1ad..ffeb507 100644 Binary files a/schematics/ruins/deadEnd_brokenPillarsO_open_100.schematic and b/schematics/ruins/deadEnd_brokenPillarsO_open_100.schematic differ diff --git a/schematics/ruins/deadEnd_diamondTowerTemple1_open_100.schematic b/schematics/ruins/deadEnd_diamondTowerTemple1_open_100.schematic index 030299d..d05cb34 100644 Binary files a/schematics/ruins/deadEnd_diamondTowerTemple1_open_100.schematic and b/schematics/ruins/deadEnd_diamondTowerTemple1_open_100.schematic differ diff --git a/schematics/ruins/deadEnd_fallingTrapO_open_100.schematic b/schematics/ruins/deadEnd_fallingTrapO_open_100.schematic index b631bf9..58da1a8 100644 Binary files a/schematics/ruins/deadEnd_fallingTrapO_open_100.schematic and b/schematics/ruins/deadEnd_fallingTrapO_open_100.schematic differ diff --git a/schematics/ruins/deadEnd_hiddenStaircaseO_open_100.schematic b/schematics/ruins/deadEnd_hiddenStaircaseO_open_100.schematic index 82b1c98..ae42008 100644 Binary files a/schematics/ruins/deadEnd_hiddenStaircaseO_open_100.schematic and b/schematics/ruins/deadEnd_hiddenStaircaseO_open_100.schematic differ diff --git a/schematics/ruins/deadEnd_lavaTrapO_open_100.schematic b/schematics/ruins/deadEnd_lavaTrapO_open_100.schematic index bee6b2a..fc1fc84 100644 Binary files a/schematics/ruins/deadEnd_lavaTrapO_open_100.schematic and b/schematics/ruins/deadEnd_lavaTrapO_open_100.schematic differ diff --git a/schematics/ruins/deadEnd_randomTree_open_75.schematic b/schematics/ruins/deadEnd_randomTree_open_75.schematic index e6b0edb..8176701 100644 Binary files a/schematics/ruins/deadEnd_randomTree_open_75.schematic and b/schematics/ruins/deadEnd_randomTree_open_75.schematic differ diff --git a/schematics/ruins/deadEnd_smallDesert_open_75.schematic b/schematics/ruins/deadEnd_smallDesert_open_75.schematic index 6fded48..9a39dc5 100644 Binary files a/schematics/ruins/deadEnd_smallDesert_open_75.schematic and b/schematics/ruins/deadEnd_smallDesert_open_75.schematic differ diff --git a/schematics/ruins/deadEnd_smallHiddenTowerO_open_100.schematic b/schematics/ruins/deadEnd_smallHiddenTowerO_open_100.schematic index e75cc10..7d9acdb 100644 Binary files a/schematics/ruins/deadEnd_smallHiddenTowerO_open_100.schematic and b/schematics/ruins/deadEnd_smallHiddenTowerO_open_100.schematic differ diff --git a/schematics/ruins/deadEnd_smallPond_open_75.schematic b/schematics/ruins/deadEnd_smallPond_open_75.schematic index ccb790a..48e606e 100644 Binary files a/schematics/ruins/deadEnd_smallPond_open_75.schematic and b/schematics/ruins/deadEnd_smallPond_open_75.schematic differ diff --git a/schematics/ruins/deadEnd_smallSilverfishRoom_closed_100.schematic b/schematics/ruins/deadEnd_smallSilverfishRoom_closed_100.schematic index 46ddfda..12a22f6 100644 Binary files a/schematics/ruins/deadEnd_smallSilverfishRoom_closed_100.schematic and b/schematics/ruins/deadEnd_smallSilverfishRoom_closed_100.schematic differ diff --git a/schematics/ruins/deadEnd_tntTrapO_open_100.schematic b/schematics/ruins/deadEnd_tntTrapO_open_100.schematic index 5d0d424..82c5ee0 100644 Binary files a/schematics/ruins/deadEnd_tntTrapO_open_100.schematic and b/schematics/ruins/deadEnd_tntTrapO_open_100.schematic differ diff --git a/schematics/ruins/exit_exitCube_open_100.schematic b/schematics/ruins/exit_exitCube_open_100.schematic index 411c4ec..a023fdb 100644 Binary files a/schematics/ruins/exit_exitCube_open_100.schematic and b/schematics/ruins/exit_exitCube_open_100.schematic differ diff --git a/schematics/ruins/exit_lockingExitHall_closed_100.schematic b/schematics/ruins/exit_lockingExitHall_closed_100.schematic index 5adbe70..a1c5576 100644 Binary files a/schematics/ruins/exit_lockingExitHall_closed_100.schematic and b/schematics/ruins/exit_lockingExitHall_closed_100.schematic differ diff --git a/schematics/ruins/exit_smallExitPrison_open_100.schematic b/schematics/ruins/exit_smallExitPrison_open_100.schematic index bb7a7ef..39cf65d 100644 Binary files a/schematics/ruins/exit_smallExitPrison_open_100.schematic and b/schematics/ruins/exit_smallExitPrison_open_100.schematic differ diff --git a/schematics/ruins/hub_4WayBasicHall_closed_200.schematic b/schematics/ruins/hub_4WayBasicHall_closed_200.schematic index 50ac14a..f89311c 100644 Binary files a/schematics/ruins/hub_4WayBasicHall_closed_200.schematic and b/schematics/ruins/hub_4WayBasicHall_closed_200.schematic differ diff --git a/schematics/ruins/hub_4WayHallExit_closed_200.schematic b/schematics/ruins/hub_4WayHallExit_closed_200.schematic index 0adb3e9..cfed38e 100644 Binary files a/schematics/ruins/hub_4WayHallExit_closed_200.schematic and b/schematics/ruins/hub_4WayHallExit_closed_200.schematic differ diff --git a/schematics/ruins/hub_doorTotemRuins_open_100.schematic b/schematics/ruins/hub_doorTotemRuins_open_100.schematic index 32996f5..820fd50 100644 Binary files a/schematics/ruins/hub_doorTotemRuins_open_100.schematic and b/schematics/ruins/hub_doorTotemRuins_open_100.schematic differ diff --git a/schematics/ruins/hub_fortRuins_open_100.schematic b/schematics/ruins/hub_fortRuins_open_100.schematic index f67c75c..11ce023 100644 Binary files a/schematics/ruins/hub_fortRuins_open_100.schematic and b/schematics/ruins/hub_fortRuins_open_100.schematic differ diff --git a/schematics/ruins/hub_hallwayTrapRooms1_closed_100.schematic b/schematics/ruins/hub_hallwayTrapRooms1_closed_100.schematic index 192207c..6fcd735 100644 Binary files a/schematics/ruins/hub_hallwayTrapRooms1_closed_100.schematic and b/schematics/ruins/hub_hallwayTrapRooms1_closed_100.schematic differ diff --git a/schematics/ruins/hub_longDoorHallway_closed_100.schematic b/schematics/ruins/hub_longDoorHallway_closed_100.schematic index 86d815d..84ebdd5 100644 Binary files a/schematics/ruins/hub_longDoorHallway_closed_100.schematic and b/schematics/ruins/hub_longDoorHallway_closed_100.schematic differ diff --git a/schematics/ruins/maze_smallMaze1_closed_100.schematic b/schematics/ruins/maze_smallMaze1_closed_100.schematic index c32d95f..1e22232 100644 Binary files a/schematics/ruins/maze_smallMaze1_closed_100.schematic and b/schematics/ruins/maze_smallMaze1_closed_100.schematic differ diff --git a/schematics/ruins/maze_smallMultilevelMaze_closed_100.schematic b/schematics/ruins/maze_smallMultilevelMaze_closed_100.schematic index 5866b05..93fc931 100644 Binary files a/schematics/ruins/maze_smallMultilevelMaze_closed_100.schematic and b/schematics/ruins/maze_smallMultilevelMaze_closed_100.schematic differ diff --git a/schematics/ruins/simpleHall_collapsedSingleTunnel1_closed_100.schematic b/schematics/ruins/simpleHall_collapsedSingleTunnel1_closed_100.schematic index dfbf69a..9a74344 100644 Binary files a/schematics/ruins/simpleHall_collapsedSingleTunnel1_closed_100.schematic and b/schematics/ruins/simpleHall_collapsedSingleTunnel1_closed_100.schematic differ diff --git a/schematics/ruins/simpleHall_simpleDropHall_closed_100.schematic b/schematics/ruins/simpleHall_simpleDropHall_closed_100.schematic index 70fa765..48c71ab 100644 Binary files a/schematics/ruins/simpleHall_simpleDropHall_closed_100.schematic and b/schematics/ruins/simpleHall_simpleDropHall_closed_100.schematic differ diff --git a/schematics/ruins/simpleHall_simpleSmallT1_closed_100.schematic b/schematics/ruins/simpleHall_simpleSmallT1_closed_100.schematic index a8bc35e..0f985ea 100644 Binary files a/schematics/ruins/simpleHall_simpleSmallT1_closed_100.schematic and b/schematics/ruins/simpleHall_simpleSmallT1_closed_100.schematic differ diff --git a/schematics/ruins/simpleHall_simpleStairsDown_closed_100.schematic b/schematics/ruins/simpleHall_simpleStairsDown_closed_100.schematic index 63659d2..9293334 100644 Binary files a/schematics/ruins/simpleHall_simpleStairsDown_closed_100.schematic and b/schematics/ruins/simpleHall_simpleStairsDown_closed_100.schematic differ diff --git a/schematics/ruins/simpleHall_simpleStairsUp_closed_100.schematic b/schematics/ruins/simpleHall_simpleStairsUp_closed_100.schematic index 965c2cf..6dbaeb0 100644 Binary files a/schematics/ruins/simpleHall_simpleStairsUp_closed_100.schematic and b/schematics/ruins/simpleHall_simpleStairsUp_closed_100.schematic differ diff --git a/schematics/ruins/simpleHall_singleStraightHall1_closed_100.schematic b/schematics/ruins/simpleHall_singleStraightHall1_closed_100.schematic index 7f9f11c..989c30d 100644 Binary files a/schematics/ruins/simpleHall_singleStraightHall1_closed_100.schematic and b/schematics/ruins/simpleHall_singleStraightHall1_closed_100.schematic differ diff --git a/schematics/ruins/simpleHall_smallSimpleLeft_closed_100.schematic b/schematics/ruins/simpleHall_smallSimpleLeft_closed_100.schematic index 5a9d50a..bc6a78a 100644 Binary files a/schematics/ruins/simpleHall_smallSimpleLeft_closed_100.schematic and b/schematics/ruins/simpleHall_smallSimpleLeft_closed_100.schematic differ diff --git a/schematics/ruins/simpleHall_smallSimpleRight_closed_100.schematic b/schematics/ruins/simpleHall_smallSimpleRight_closed_100.schematic index 3aedb16..1d45820 100644 Binary files a/schematics/ruins/simpleHall_smallSimpleRight_closed_100.schematic and b/schematics/ruins/simpleHall_smallSimpleRight_closed_100.schematic differ diff --git a/schematics/ruins/trap_fakeTNTTrap_closed_100.schematic b/schematics/ruins/trap_fakeTNTTrap_closed_100.schematic index d2811b0..8cfd92f 100644 Binary files a/schematics/ruins/trap_fakeTNTTrap_closed_100.schematic and b/schematics/ruins/trap_fakeTNTTrap_closed_100.schematic differ diff --git a/schematics/ruins/trap_hallwayPitFallTrap_closed_200.schematic b/schematics/ruins/trap_hallwayPitFallTrap_closed_200.schematic index a292fd6..4f878be 100644 Binary files a/schematics/ruins/trap_hallwayPitFallTrap_closed_200.schematic and b/schematics/ruins/trap_hallwayPitFallTrap_closed_200.schematic differ diff --git a/schematics/ruins/trap_lavaPyramid_open_100.schematic b/schematics/ruins/trap_lavaPyramid_open_100.schematic index fdf741f..2291949 100644 Binary files a/schematics/ruins/trap_lavaPyramid_open_100.schematic and b/schematics/ruins/trap_lavaPyramid_open_100.schematic differ diff --git a/schematics/ruins/trap_pistonFallRuins_open_100.schematic b/schematics/ruins/trap_pistonFallRuins_open_100.schematic index 198d529..ca2d664 100644 Binary files a/schematics/ruins/trap_pistonFallRuins_open_100.schematic and b/schematics/ruins/trap_pistonFallRuins_open_100.schematic differ diff --git a/schematics/ruins/trap_pistonFloorHall_closed_150.schematic b/schematics/ruins/trap_pistonFloorHall_closed_150.schematic index 523dc92..0446077 100644 Binary files a/schematics/ruins/trap_pistonFloorHall_closed_150.schematic and b/schematics/ruins/trap_pistonFloorHall_closed_150.schematic differ diff --git a/schematics/ruins/trap_pistonFloorPlatform2_closed_100.schematic b/schematics/ruins/trap_pistonFloorPlatform2_closed_100.schematic index cbaff4c..9cef5ac 100644 Binary files a/schematics/ruins/trap_pistonFloorPlatform2_closed_100.schematic and b/schematics/ruins/trap_pistonFloorPlatform2_closed_100.schematic differ diff --git a/schematics/ruins/trap_pistonFloorPlatform_closed_100.schematic b/schematics/ruins/trap_pistonFloorPlatform_closed_100.schematic index 37bc55c..dcae5ce 100644 Binary files a/schematics/ruins/trap_pistonFloorPlatform_closed_100.schematic and b/schematics/ruins/trap_pistonFloorPlatform_closed_100.schematic differ diff --git a/schematics/ruins/trap_pistonHallway_closed_100.schematic b/schematics/ruins/trap_pistonHallway_closed_100.schematic index 7606995..064b263 100644 Binary files a/schematics/ruins/trap_pistonHallway_closed_100.schematic and b/schematics/ruins/trap_pistonHallway_closed_100.schematic differ diff --git a/schematics/ruins/trap_pistonSmasherHall_closed_100.schematic b/schematics/ruins/trap_pistonSmasherHall_closed_100.schematic index 6b83a34..92d7fb5 100644 Binary files a/schematics/ruins/trap_pistonSmasherHall_closed_100.schematic and b/schematics/ruins/trap_pistonSmasherHall_closed_100.schematic differ diff --git a/schematics/ruins/trap_raceTheTNTHall_closed_50.schematic b/schematics/ruins/trap_raceTheTNTHall_closed_50.schematic index 5e689a4..b3489e2 100644 Binary files a/schematics/ruins/trap_raceTheTNTHall_closed_50.schematic and b/schematics/ruins/trap_raceTheTNTHall_closed_50.schematic differ diff --git a/schematics/ruins/trap_wallFallcomboPistonHall_closed_200.schematic b/schematics/ruins/trap_wallFallcomboPistonHall_closed_200.schematic index d2d9453..1be3b92 100644 Binary files a/schematics/ruins/trap_wallFallcomboPistonHall_closed_200.schematic and b/schematics/ruins/trap_wallFallcomboPistonHall_closed_200.schematic differ