diff --git a/src/main/resources/assets/dimdoors/pockets/json/default_dungeon_normal.json b/src/main/resources/assets/dimdoors/pockets/json/default_dungeon_normal.json index f1a94a8f..ae39d08a 100644 --- a/src/main/resources/assets/dimdoors/pockets/json/default_dungeon_normal.json +++ b/src/main/resources/assets/dimdoors/pockets/json/default_dungeon_normal.json @@ -714,6 +714,42 @@ "open": false, "size": 2, "baseWeight": 200 + }, + { + "id": "abc", + "type": "simple_hall", + "author": "SenseiKiwi", + "comment": "https://github.com/cwbit/DimDoorsDungeons/commit/0ed3a736e3992df9b2fe8b897d3bca2c5a45e707", + "open": true, + "size": 2, + "baseWeight": 100 + }, + { + "id": "xyz", + "type": "simple_hall", + "author": "SenseiKiwi", + "comment": "https://github.com/cwbit/DimDoorsDungeons/commit/0ed3a736e3992df9b2fe8b897d3bca2c5a45e707", + "open": true, + "size": 2, + "baseWeight": 100 + }, + { + "id": "piston_hall", + "type": "trap", + "author": "SenseiKiwi", + "comment": "https://github.com/cwbit/DimDoorsDungeons/commit/0ed3a736e3992df9b2fe8b897d3bca2c5a45e707", + "open": true, + "size": 2, + "baseWeight": 100 + }, + { + "id": "water_slide", + "type": "trap", + "author": "SenseiKiwi", + "comment": "https://github.com/cwbit/DimDoorsDungeons/commit/0ed3a736e3992df9b2fe8b897d3bca2c5a45e707", + "open": true, + "size": 2, + "baseWeight": 100 } ] } diff --git a/src/main/resources/assets/dimdoors/pockets/schematic/ruins/abc.schematic b/src/main/resources/assets/dimdoors/pockets/schematic/ruins/abc.schematic new file mode 100644 index 00000000..db72a780 Binary files /dev/null and b/src/main/resources/assets/dimdoors/pockets/schematic/ruins/abc.schematic differ diff --git a/src/main/resources/assets/dimdoors/pockets/schematic/ruins/piston_hall.schematic b/src/main/resources/assets/dimdoors/pockets/schematic/ruins/piston_hall.schematic new file mode 100644 index 00000000..3bb1ded7 Binary files /dev/null and b/src/main/resources/assets/dimdoors/pockets/schematic/ruins/piston_hall.schematic differ diff --git a/src/main/resources/assets/dimdoors/pockets/schematic/ruins/water_slide.schematic b/src/main/resources/assets/dimdoors/pockets/schematic/ruins/water_slide.schematic new file mode 100644 index 00000000..86a81f99 Binary files /dev/null and b/src/main/resources/assets/dimdoors/pockets/schematic/ruins/water_slide.schematic differ diff --git a/src/main/resources/assets/dimdoors/pockets/schematic/ruins/xyz.schematic b/src/main/resources/assets/dimdoors/pockets/schematic/ruins/xyz.schematic new file mode 100644 index 00000000..2c2881d7 Binary files /dev/null and b/src/main/resources/assets/dimdoors/pockets/schematic/ruins/xyz.schematic differ