diff --git a/src/main/resources/data/overdrive_that_matters/structure/fuel_base/fuel_base.nbt b/src/main/resources/data/overdrive_that_matters/structure/fuel_base/fuel_base.nbt index 7c469cfe8..157763b7f 100644 Binary files a/src/main/resources/data/overdrive_that_matters/structure/fuel_base/fuel_base.nbt and b/src/main/resources/data/overdrive_that_matters/structure/fuel_base/fuel_base.nbt differ diff --git a/src/main/resources/data/overdrive_that_matters/structure/laboratory/intersections/cross_a.nbt b/src/main/resources/data/overdrive_that_matters/structure/laboratory/intersections/cross_a.nbt new file mode 100644 index 000000000..035f28447 Binary files /dev/null and b/src/main/resources/data/overdrive_that_matters/structure/laboratory/intersections/cross_a.nbt differ diff --git a/src/main/resources/data/overdrive_that_matters/structure/laboratory/rooms/generator.nbt b/src/main/resources/data/overdrive_that_matters/structure/laboratory/rooms/generator.nbt new file mode 100644 index 000000000..f3b77884e Binary files /dev/null and b/src/main/resources/data/overdrive_that_matters/structure/laboratory/rooms/generator.nbt differ diff --git a/src/main/resources/data/overdrive_that_matters/worldgen/template_pool/laboratory/intersections.json b/src/main/resources/data/overdrive_that_matters/worldgen/template_pool/laboratory/intersections.json index c635e0bbf..c0f907eee 100644 --- a/src/main/resources/data/overdrive_that_matters/worldgen/template_pool/laboratory/intersections.json +++ b/src/main/resources/data/overdrive_that_matters/worldgen/template_pool/laboratory/intersections.json @@ -36,6 +36,15 @@ "projection": "rigid" }, "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "overdrive_that_matters:laboratory/intersections/cross_a", + "processors": "overdrive_that_matters:laboratory_weathering", + "projection": "rigid" + }, + "weight": 1 }, { "element": { 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 index 7a180eda2..eba6d1a02 100644 --- 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 @@ -45,6 +45,15 @@ "projection": "rigid" }, "weight": 1 + }, + { + "element": { + "element_type": "minecraft:single_pool_element", + "location": "overdrive_that_matters:laboratory/rooms/generator", + "processors": "overdrive_that_matters:laboratory_weathering_light", + "projection": "rigid" + }, + "weight": 1 } ], "fallback": "overdrive_that_matters:laboratory/fallback_pool"