diff --git a/src/main/resources/assets/overdrive_that_matters/models/block/decorative/computer_terminal.json b/src/main/resources/assets/overdrive_that_matters/models/block/decorative/computer_terminal.json new file mode 100644 index 000000000..b0330d376 --- /dev/null +++ b/src/main/resources/assets/overdrive_that_matters/models/block/decorative/computer_terminal.json @@ -0,0 +1,57 @@ +{ + "credit": "Made with Blockbench", + "texture_size": [32, 32], + "textures": { + "0": "overdrive_that_matters:block/decorative/computer_base", + "1": "overdrive_that_matters:block/decorative/computer_screen", + "particle": "overdrive_that_matters:block/decorative/computer_base" + }, + "elements": [ + { + "from": [1, 0, 1], + "to": [15, 2, 15], + "faces": { + "north": {"uv": [0, 7, 7, 8], "texture": "#0"}, + "east": {"uv": [0, 7, 7, 8], "texture": "#0"}, + "south": {"uv": [0, 7, 7, 8], "texture": "#0"}, + "west": {"uv": [0, 7, 7, 8], "texture": "#0"}, + "up": {"uv": [0, 8, 7, 15], "texture": "#0"}, + "down": {"uv": [0, 0, 7, 7], "texture": "#0"} + } + }, + { + "from": [1, 2, 5], + "to": [15, 5, 15], + "faces": { + "north": {"uv": [7, 5, 14, 6.5], "texture": "#0"}, + "east": {"uv": [8.5, 6.5, 13.5, 8], "texture": "#0"}, + "south": {"uv": [7, 8, 14, 9.5], "texture": "#0"}, + "west": {"uv": [7.5, 6.5, 12.5, 8], "texture": "#0"}, + "up": {"uv": [7, 0, 14, 5], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [2, 5, 4], + "to": [14, 15, 14], + "faces": { + "north": {"uv": [0, 5, 6, 10], "texture": "#1"}, + "east": {"uv": [6, 5, 11, 10], "texture": "#1"}, + "south": {"uv": [6, 0, 12, 5], "texture": "#1"}, + "west": {"uv": [6, 5, 11, 10], "texture": "#1"}, + "up": {"uv": [0, 0, 6, 5], "rotation": 180, "texture": "#1"}, + "down": {"uv": [0, 10, 6, 15], "rotation": 180, "texture": "#1"} + } + }, + { + "from": [3, 8, 14], + "to": [13, 14, 15], + "faces": { + "east": {"uv": [10.5, 10, 11, 13], "texture": "#1"}, + "south": {"uv": [6, 10, 11, 13], "texture": "#1"}, + "west": {"uv": [6, 10, 6.5, 13], "texture": "#1"}, + "up": {"uv": [6, 10, 11, 10.5], "texture": "#1"}, + "down": {"uv": [6, 12.5, 11, 13], "texture": "#1"} + } + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/computer_base.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/computer_base.png new file mode 100644 index 000000000..14b19ef36 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/computer_base.png differ diff --git a/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/computer_screen.png b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/computer_screen.png new file mode 100644 index 000000000..4c05be6a9 Binary files /dev/null and b/src/main/resources/assets/overdrive_that_matters/textures/block/decorative/computer_screen.png differ diff --git a/src/main/resources/data/overdrive_that_matters/structures/laboratory/center/bottom/lab_elevator_bottom_a.nbt b/src/main/resources/data/overdrive_that_matters/structures/laboratory/center/bottom/lab_elevator_bottom_a.nbt deleted file mode 100644 index 601f6bc12..000000000 Binary files a/src/main/resources/data/overdrive_that_matters/structures/laboratory/center/bottom/lab_elevator_bottom_a.nbt and /dev/null differ diff --git a/src/main/resources/data/overdrive_that_matters/structures/laboratory/center/bottom/lab_elevator_bottom_b.nbt b/src/main/resources/data/overdrive_that_matters/structures/laboratory/center/bottom/lab_elevator_bottom_b.nbt deleted file mode 100644 index fc8c36686..000000000 Binary files a/src/main/resources/data/overdrive_that_matters/structures/laboratory/center/bottom/lab_elevator_bottom_b.nbt and /dev/null differ diff --git a/src/main/resources/data/overdrive_that_matters/structures/laboratory/center/lab_arena_0.nbt b/src/main/resources/data/overdrive_that_matters/structures/laboratory/center/lab_arena_0.nbt new file mode 100644 index 000000000..f3f70d3dd Binary files /dev/null and b/src/main/resources/data/overdrive_that_matters/structures/laboratory/center/lab_arena_0.nbt differ diff --git a/src/main/resources/data/overdrive_that_matters/structures/laboratory/center/top/lab_elevator_top_a.nbt b/src/main/resources/data/overdrive_that_matters/structures/laboratory/center/top/lab_elevator_top_a.nbt deleted file mode 100644 index 7964fc2a6..000000000 Binary files a/src/main/resources/data/overdrive_that_matters/structures/laboratory/center/top/lab_elevator_top_a.nbt and /dev/null differ diff --git a/src/main/resources/data/overdrive_that_matters/structures/laboratory/center/top/lab_elevator_top_b.nbt b/src/main/resources/data/overdrive_that_matters/structures/laboratory/center/top/lab_elevator_top_b.nbt deleted file mode 100644 index ebef98b25..000000000 Binary files a/src/main/resources/data/overdrive_that_matters/structures/laboratory/center/top/lab_elevator_top_b.nbt and /dev/null differ diff --git a/src/main/resources/data/overdrive_that_matters/structures/laboratory/corridors/corridor_a.nbt b/src/main/resources/data/overdrive_that_matters/structures/laboratory/corridors/corridor_a.nbt deleted file mode 100644 index 79a9de85e..000000000 Binary files a/src/main/resources/data/overdrive_that_matters/structures/laboratory/corridors/corridor_a.nbt and /dev/null differ diff --git a/src/main/resources/data/overdrive_that_matters/structures/laboratory/corridors/corridor_b.nbt b/src/main/resources/data/overdrive_that_matters/structures/laboratory/corridors/corridor_b.nbt deleted file mode 100644 index 6722ef761..000000000 Binary files a/src/main/resources/data/overdrive_that_matters/structures/laboratory/corridors/corridor_b.nbt and /dev/null differ diff --git a/src/main/resources/data/overdrive_that_matters/structures/laboratory/corridors/corridor_c.nbt b/src/main/resources/data/overdrive_that_matters/structures/laboratory/corridors/corridor_c.nbt deleted file mode 100644 index fab573f1c..000000000 Binary files a/src/main/resources/data/overdrive_that_matters/structures/laboratory/corridors/corridor_c.nbt and /dev/null differ diff --git a/src/main/resources/data/overdrive_that_matters/structures/laboratory/corridors/corridor_cross.nbt b/src/main/resources/data/overdrive_that_matters/structures/laboratory/corridors/corridor_cross.nbt deleted file mode 100644 index 08a382cc9..000000000 Binary files a/src/main/resources/data/overdrive_that_matters/structures/laboratory/corridors/corridor_cross.nbt and /dev/null differ diff --git a/src/main/resources/data/overdrive_that_matters/structures/laboratory/corridors/corridor_storage_a.nbt b/src/main/resources/data/overdrive_that_matters/structures/laboratory/corridors/corridor_storage_a.nbt deleted file mode 100644 index 12c1a0481..000000000 Binary files a/src/main/resources/data/overdrive_that_matters/structures/laboratory/corridors/corridor_storage_a.nbt and /dev/null differ diff --git a/src/main/resources/data/overdrive_that_matters/structures/laboratory/corridors/corridor_t.nbt b/src/main/resources/data/overdrive_that_matters/structures/laboratory/corridors/corridor_t.nbt deleted file mode 100644 index 416a652ec..000000000 Binary files a/src/main/resources/data/overdrive_that_matters/structures/laboratory/corridors/corridor_t.nbt and /dev/null differ diff --git a/src/main/resources/data/overdrive_that_matters/structures/laboratory/corridors/corridor_turn_a.nbt b/src/main/resources/data/overdrive_that_matters/structures/laboratory/corridors/corridor_turn_a.nbt deleted file mode 100644 index 597e48a17..000000000 Binary files a/src/main/resources/data/overdrive_that_matters/structures/laboratory/corridors/corridor_turn_a.nbt and /dev/null differ diff --git a/src/main/resources/data/overdrive_that_matters/structures/laboratory/corridors/corridor_turn_a_room.nbt b/src/main/resources/data/overdrive_that_matters/structures/laboratory/corridors/corridor_turn_a_room.nbt deleted file mode 100644 index 70bf36724..000000000 Binary files a/src/main/resources/data/overdrive_that_matters/structures/laboratory/corridors/corridor_turn_a_room.nbt and /dev/null differ diff --git a/src/main/resources/data/overdrive_that_matters/structures/laboratory/main/corridor_0.nbt b/src/main/resources/data/overdrive_that_matters/structures/laboratory/main/corridor_0.nbt new file mode 100644 index 000000000..8009cc63a Binary files /dev/null and b/src/main/resources/data/overdrive_that_matters/structures/laboratory/main/corridor_0.nbt differ diff --git a/src/main/resources/data/overdrive_that_matters/structures/laboratory/main/corridor_1.nbt b/src/main/resources/data/overdrive_that_matters/structures/laboratory/main/corridor_1.nbt new file mode 100644 index 000000000..309cc93e9 Binary files /dev/null and b/src/main/resources/data/overdrive_that_matters/structures/laboratory/main/corridor_1.nbt differ diff --git a/src/main/resources/data/overdrive_that_matters/structures/laboratory/main/corridor_turn_0.nbt b/src/main/resources/data/overdrive_that_matters/structures/laboratory/main/corridor_turn_0.nbt new file mode 100644 index 000000000..7d5c1d8cd Binary files /dev/null and b/src/main/resources/data/overdrive_that_matters/structures/laboratory/main/corridor_turn_0.nbt differ diff --git a/src/main/resources/data/overdrive_that_matters/structures/laboratory/main/corrior_t_0.nbt b/src/main/resources/data/overdrive_that_matters/structures/laboratory/main/corrior_t_0.nbt new file mode 100644 index 000000000..a005157f9 Binary files /dev/null and b/src/main/resources/data/overdrive_that_matters/structures/laboratory/main/corrior_t_0.nbt differ diff --git a/src/main/resources/data/overdrive_that_matters/structures/laboratory/main/generator_room_0.nbt b/src/main/resources/data/overdrive_that_matters/structures/laboratory/main/generator_room_0.nbt new file mode 100644 index 000000000..d402a4b12 Binary files /dev/null and b/src/main/resources/data/overdrive_that_matters/structures/laboratory/main/generator_room_0.nbt differ diff --git a/src/main/resources/data/overdrive_that_matters/structures/laboratory/main/portal_room_0.nbt b/src/main/resources/data/overdrive_that_matters/structures/laboratory/main/portal_room_0.nbt new file mode 100644 index 000000000..9f602edbd Binary files /dev/null and b/src/main/resources/data/overdrive_that_matters/structures/laboratory/main/portal_room_0.nbt differ diff --git a/src/main/resources/data/overdrive_that_matters/structures/laboratory/rooms/corridor_cross.nbt b/src/main/resources/data/overdrive_that_matters/structures/laboratory/rooms/corridor_cross.nbt deleted file mode 100644 index 08a382cc9..000000000 Binary files a/src/main/resources/data/overdrive_that_matters/structures/laboratory/rooms/corridor_cross.nbt and /dev/null differ diff --git a/src/main/resources/data/overdrive_that_matters/structures/laboratory/rooms/corridor_t.nbt b/src/main/resources/data/overdrive_that_matters/structures/laboratory/rooms/corridor_t.nbt deleted file mode 100644 index 416a652ec..000000000 Binary files a/src/main/resources/data/overdrive_that_matters/structures/laboratory/rooms/corridor_t.nbt and /dev/null differ diff --git a/src/main/resources/data/overdrive_that_matters/structures/laboratory/rooms/corridor_turn_a.nbt b/src/main/resources/data/overdrive_that_matters/structures/laboratory/rooms/corridor_turn_a.nbt deleted file mode 100644 index 597e48a17..000000000 Binary files a/src/main/resources/data/overdrive_that_matters/structures/laboratory/rooms/corridor_turn_a.nbt and /dev/null differ diff --git a/src/main/resources/data/overdrive_that_matters/structures/laboratory/rooms/corridor_turn_a_room.nbt b/src/main/resources/data/overdrive_that_matters/structures/laboratory/rooms/corridor_turn_a_room.nbt deleted file mode 100644 index 70bf36724..000000000 Binary files a/src/main/resources/data/overdrive_that_matters/structures/laboratory/rooms/corridor_turn_a_room.nbt and /dev/null differ diff --git a/src/main/resources/data/overdrive_that_matters/structures/laboratory/rooms/generator_room.nbt b/src/main/resources/data/overdrive_that_matters/structures/laboratory/rooms/generator_room.nbt deleted file mode 100644 index cdfda4d8c..000000000 Binary files a/src/main/resources/data/overdrive_that_matters/structures/laboratory/rooms/generator_room.nbt and /dev/null differ diff --git a/src/main/resources/data/overdrive_that_matters/structures/laboratory/rooms/lab_chamber_a.nbt b/src/main/resources/data/overdrive_that_matters/structures/laboratory/rooms/lab_chamber_a.nbt deleted file mode 100644 index ee620bbd4..000000000 Binary files a/src/main/resources/data/overdrive_that_matters/structures/laboratory/rooms/lab_chamber_a.nbt and /dev/null differ diff --git a/src/main/resources/data/overdrive_that_matters/structures/laboratory/rooms/lab_chamber_b.nbt b/src/main/resources/data/overdrive_that_matters/structures/laboratory/rooms/lab_chamber_b.nbt deleted file mode 100644 index 0ed753560..000000000 Binary files a/src/main/resources/data/overdrive_that_matters/structures/laboratory/rooms/lab_chamber_b.nbt and /dev/null differ diff --git a/src/main/resources/data/overdrive_that_matters/structures/laboratory/rooms/mech_bay.nbt b/src/main/resources/data/overdrive_that_matters/structures/laboratory/rooms/mech_bay.nbt deleted file mode 100644 index cf13e5b35..000000000 Binary files a/src/main/resources/data/overdrive_that_matters/structures/laboratory/rooms/mech_bay.nbt and /dev/null differ diff --git a/src/main/resources/data/overdrive_that_matters/structures/laboratory/rooms/misc_a.nbt b/src/main/resources/data/overdrive_that_matters/structures/laboratory/rooms/misc_a.nbt deleted file mode 100644 index 6d5834ea5..000000000 Binary files a/src/main/resources/data/overdrive_that_matters/structures/laboratory/rooms/misc_a.nbt and /dev/null differ diff --git a/src/main/resources/data/overdrive_that_matters/structures/laboratory/rooms/office_a.nbt b/src/main/resources/data/overdrive_that_matters/structures/laboratory/rooms/office_a.nbt deleted file mode 100644 index 1cc37bf40..000000000 Binary files a/src/main/resources/data/overdrive_that_matters/structures/laboratory/rooms/office_a.nbt and /dev/null differ diff --git a/src/main/resources/data/overdrive_that_matters/worldgen/structure/laboratory.json b/src/main/resources/data/overdrive_that_matters/worldgen/structure/laboratory.json index b669b3896..af63b6142 100644 --- a/src/main/resources/data/overdrive_that_matters/worldgen/structure/laboratory.json +++ b/src/main/resources/data/overdrive_that_matters/worldgen/structure/laboratory.json @@ -5,7 +5,7 @@ "size": 7, "project_start_to_heightmap": "WORLD_SURFACE_WG", "start_height": { - "absolute": 0 + "absolute": -13 }, "spawn_overrides": { "monster": { @@ -21,7 +21,7 @@ } }, "start_jigsaw_name": "overdrive_that_matters:laboratory_anchor", - "start_pool": "overdrive_that_matters:laboratory/center_top", + "start_pool": "overdrive_that_matters:laboratory/center", "step": "underground_decoration", "terrain_adaption": "bury", "use_expansion_hack": false diff --git a/src/main/resources/data/overdrive_that_matters/worldgen/structure_set/laboratory.json b/src/main/resources/data/overdrive_that_matters/worldgen/structure_set/laboratory.json index e041083cd..17eec2b53 100644 --- a/src/main/resources/data/overdrive_that_matters/worldgen/structure_set/laboratory.json +++ b/src/main/resources/data/overdrive_that_matters/worldgen/structure_set/laboratory.json @@ -1,9 +1,9 @@ { "placement": { "type": "minecraft:random_spread", - "salt": 20083232, + "salt": 20803232, "separation": 8, - "spacing": 500 + "spacing": 24 }, "structures": [ { diff --git a/src/main/resources/data/overdrive_that_matters/worldgen/template_pool/laboratory/corridor_end.json b/src/main/resources/data/overdrive_that_matters/worldgen/template_pool/laboratory/center.json similarity index 64% rename from src/main/resources/data/overdrive_that_matters/worldgen/template_pool/laboratory/corridor_end.json rename to src/main/resources/data/overdrive_that_matters/worldgen/template_pool/laboratory/center.json index 939445bf8..1fb6ab9f4 100644 --- a/src/main/resources/data/overdrive_that_matters/worldgen/template_pool/laboratory/corridor_end.json +++ b/src/main/resources/data/overdrive_that_matters/worldgen/template_pool/laboratory/center.json @@ -1,15 +1,15 @@ { - "name": "overdrive_that_matters:corridor_end", + "name": "overdrive_that_matters:center_top", "fallback": "minecraft:empty", "elements": [ { "element": { "element_type": "minecraft:single_pool_element", - "location": "overdrive_that_matters:laboratory/corridor_end", + "location": "overdrive_that_matters:laboratory/center/lab_arena_0", "processors": "minecraft:empty", "projection": "rigid" }, "weight": 1 - } + } ] } \ No newline at end of file diff --git a/src/main/resources/data/overdrive_that_matters/worldgen/template_pool/laboratory/center_bottom.json b/src/main/resources/data/overdrive_that_matters/worldgen/template_pool/laboratory/center_bottom.json deleted file mode 100644 index 3069ccc25..000000000 --- a/src/main/resources/data/overdrive_that_matters/worldgen/template_pool/laboratory/center_bottom.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "overdrive_that_matters:center_bottom", - "fallback": "minecraft:empty", - "elements": [ - { - "element": { - "element_type": "minecraft:single_pool_element", - "location": "overdrive_that_matters:laboratory/center/bottom/lab_elevator_bottom_a", - "processors": "minecraft:empty", - "projection": "rigid" - }, - "weight": 1 - }, - { - "element": { - "element_type": "minecraft:single_pool_element", - "location": "overdrive_that_matters:laboratory/center/bottom/lab_elevator_bottom_b", - "processors": "minecraft:empty", - "projection": "rigid" - }, - "weight": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/overdrive_that_matters/worldgen/template_pool/laboratory/center_top.json b/src/main/resources/data/overdrive_that_matters/worldgen/template_pool/laboratory/center_top.json deleted file mode 100644 index 1772c4330..000000000 --- a/src/main/resources/data/overdrive_that_matters/worldgen/template_pool/laboratory/center_top.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "overdrive_that_matters:center_top", - "fallback": "minecraft:empty", - "elements": [ - { - "element": { - "element_type": "minecraft:single_pool_element", - "location": "overdrive_that_matters:laboratory/center/top/lab_elevator_top_a", - "processors": "minecraft:empty", - "projection": "rigid" - }, - "weight": 1 - }, - { - "element": { - "element_type": "minecraft:single_pool_element", - "location": "overdrive_that_matters:laboratory/center/top/lab_elevator_top_b", - "processors": "minecraft:empty", - "projection": "rigid" - }, - "weight": 1 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/overdrive_that_matters/worldgen/template_pool/laboratory/corridors.json b/src/main/resources/data/overdrive_that_matters/worldgen/template_pool/laboratory/corridors.json deleted file mode 100644 index 1d817f716..000000000 --- a/src/main/resources/data/overdrive_that_matters/worldgen/template_pool/laboratory/corridors.json +++ /dev/null @@ -1,78 +0,0 @@ -{ - "name": "overdrive_that_matters:corridors", - "fallback": "minecraft:empty", - "elements": [ - { - "element": { - "element_type": "minecraft:single_pool_element", - "location": "overdrive_that_matters:laboratory/corridors/corridor_a", - "processors": "minecraft:empty", - "projection": "rigid" - }, - "weight": 3 - }, - { - "element": { - "element_type": "minecraft:single_pool_element", - "location": "overdrive_that_matters:laboratory/corridors/corridor_b", - "processors": "minecraft:empty", - "projection": "rigid" - }, - "weight": 3 - }, - { - "element": { - "element_type": "minecraft:single_pool_element", - "location": "overdrive_that_matters:laboratory/corridors/corridor_c", - "processors": "minecraft:empty", - "projection": "rigid" - }, - "weight": 2 - }, - { - "element": { - "element_type": "minecraft:single_pool_element", - "location": "overdrive_that_matters:laboratory/corridors/corridor_turn_a", - "processors": "minecraft:empty", - "projection": "rigid" - }, - "weight": 2 - }, - { - "element": { - "element_type": "minecraft:single_pool_element", - "location": "overdrive_that_matters:laboratory/corridors/corridor_turn_a_room", - "processors": "minecraft:empty", - "projection": "rigid" - }, - "weight": 1 - }, - { - "element": { - "element_type": "minecraft:single_pool_element", - "location": "overdrive_that_matters:laboratory/corridors/corridor_t", - "processors": "minecraft:empty", - "projection": "rigid" - }, - "weight": 2 - }, - { - "element": { - "element_type": "minecraft:single_pool_element", - "location": "overdrive_that_matters:laboratory/corridors/corridor_cross", - "processors": "minecraft:empty", - "projection": "rigid" - }, - "weight": 1 - }, - { - "element": { - "element_type": "minecraft:single_pool_element", - "location": "overdrive_that_matters:laboratory/corridors/corridor_storage_a", - "processors": "minecraft:empty", - "projection": "rigid" - }, - "weight": 2 - } - ] -} \ No newline at end of file diff --git a/src/main/resources/data/overdrive_that_matters/worldgen/template_pool/laboratory/main.json b/src/main/resources/data/overdrive_that_matters/worldgen/template_pool/laboratory/main.json new file mode 100644 index 000000000..3d5f840e6 --- /dev/null +++ b/src/main/resources/data/overdrive_that_matters/worldgen/template_pool/laboratory/main.json @@ -0,0 +1,60 @@ +{ + "name": "overdrive_that_matters:rooms", + "fallback": "minecraft:empty", + "elements": [ + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "overdrive_that_matters:laboratory/main/corridor_0", + "processors": "minecraft:empty", + "projection": "rigid" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "overdrive_that_matters:laboratory/main/corridor_1", + "processors": "minecraft:empty", + "projection": "rigid" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "overdrive_that_matters:laboratory/main/corridor_turn_0", + "processors": "minecraft:empty", + "projection": "rigid" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "overdrive_that_matters:laboratory/main/corrior_t_0", + "processors": "minecraft:empty", + "projection": "rigid" + }, + "weight": 4 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "overdrive_that_matters:laboratory/main/generator_room_0", + "processors": "minecraft:empty", + "projection": "rigid" + }, + "weight": 3 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "overdrive_that_matters:laboratory/main/portal_room_0", + "processors": "minecraft:empty", + "projection": "rigid" + }, + "weight": 2 + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/overdrive_that_matters/worldgen/template_pool/laboratory/rooms.json b/src/main/resources/data/overdrive_that_matters/worldgen/template_pool/laboratory/rooms.json deleted file mode 100644 index 254ada5b0..000000000 --- a/src/main/resources/data/overdrive_that_matters/worldgen/template_pool/laboratory/rooms.json +++ /dev/null @@ -1,96 +0,0 @@ -{ - "name": "overdrive_that_matters:rooms", - "fallback": "minecraft:empty", - "elements": [ - { - "element": { - "element_type": "minecraft:single_pool_element", - "location": "overdrive_that_matters:laboratory/rooms/lab_chamber_a", - "processors": "minecraft:empty", - "projection": "rigid" - }, - "weight": 4 - }, - { - "element": { - "element_type": "minecraft:single_pool_element", - "location": "overdrive_that_matters:laboratory/rooms/lab_chamber_b", - "processors": "minecraft:empty", - "projection": "rigid" - }, - "weight": 2 - }, - { - "element": { - "element_type": "minecraft:single_pool_element", - "location": "overdrive_that_matters:laboratory/rooms/generator_room", - "processors": "minecraft:empty", - "projection": "rigid" - }, - "weight": 3 - }, - { - "element": { - "element_type": "minecraft:single_pool_element", - "location": "overdrive_that_matters:laboratory/corridors/corridor_turn_a", - "processors": "minecraft:empty", - "projection": "rigid" - }, - "weight": 3 - }, - { - "element": { - "element_type": "minecraft:single_pool_element", - "location": "overdrive_that_matters:laboratory/corridors/corridor_turn_a_room", - "processors": "minecraft:empty", - "projection": "rigid" - }, - "weight": 3 - }, - { - "element": { - "element_type": "minecraft:single_pool_element", - "location": "overdrive_that_matters:laboratory/corridors/corridor_t", - "processors": "minecraft:empty", - "projection": "rigid" - }, - "weight": 3 - }, - { - "element": { - "element_type": "minecraft:single_pool_element", - "location": "overdrive_that_matters:laboratory/corridors/corridor_cross", - "processors": "minecraft:empty", - "projection": "rigid" - }, - "weight": 2 - }, - { - "element": { - "element_type": "minecraft:single_pool_element", - "location": "overdrive_that_matters:laboratory/rooms/mech_bay", - "processors": "minecraft:empty", - "projection": "rigid" - }, - "weight": 1 - }, - { - "element": { - "element_type": "minecraft:single_pool_element", - "location": "overdrive_that_matters:laboratory/rooms/misc_a", - "processors": "minecraft:empty", - "projection": "rigid" - }, - "weight": 3 - }, - { - "element": { - "element_type": "minecraft:single_pool_element", - "location": "overdrive_that_matters:laboratory/rooms/office_a", - "processors": "minecraft:empty", - "projection": "rigid" - }, - "weight": 3 - } - ] -} \ No newline at end of file