diff --git a/fabric/src/main/resources/data/joy/structures/dome_bii_plains.nbt b/fabric/src/main/resources/data/joy/structures/dome_bii_plains.nbt deleted file mode 100644 index 222dd66..0000000 Binary files a/fabric/src/main/resources/data/joy/structures/dome_bii_plains.nbt and /dev/null differ diff --git a/fabric/src/main/resources/data/joy/structures/dome_embee_acacia.nbt b/fabric/src/main/resources/data/joy/structures/dome_embee_acacia.nbt deleted file mode 100644 index 670dbdf..0000000 Binary files a/fabric/src/main/resources/data/joy/structures/dome_embee_acacia.nbt and /dev/null differ diff --git a/fabric/src/main/resources/data/joy/structures/dome_embee_desert.nbt b/fabric/src/main/resources/data/joy/structures/dome_embee_desert.nbt deleted file mode 100644 index 1047cb5..0000000 Binary files a/fabric/src/main/resources/data/joy/structures/dome_embee_desert.nbt and /dev/null differ diff --git a/fabric/src/main/resources/data/joy/structures/dome_transbee_snowy.nbt b/fabric/src/main/resources/data/joy/structures/dome_transbee_snowy.nbt deleted file mode 100644 index b46da7a..0000000 Binary files a/fabric/src/main/resources/data/joy/structures/dome_transbee_snowy.nbt and /dev/null differ diff --git a/fabric/src/main/resources/data/joy/structures/dome_transbee_taiga.nbt b/fabric/src/main/resources/data/joy/structures/dome_transbee_taiga.nbt deleted file mode 100644 index c5e4a7c..0000000 Binary files a/fabric/src/main/resources/data/joy/structures/dome_transbee_taiga.nbt and /dev/null differ diff --git a/fabric/src/main/resources/data/joy/worldgen/structure/bii_dome.json b/fabric/src/main/resources/data/joy/worldgen/structure/bii_dome.json deleted file mode 100644 index 397ceae..0000000 --- a/fabric/src/main/resources/data/joy/worldgen/structure/bii_dome.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type":"jigsaw", - "biomes": "minecraft:plains", - "step": "surface_structures", - "spawn_overrides": {}, - "terrain_adaptation": "beard_thin", - "start_pool": "joy:bii_dome", - "size": 1, - "start_height": { - "absolute": 0 - }, - "project_start_to_heightmap": "WORLD_SURFACE_WG", - "max_distance_from_center": 80, - "use_expansion_hack": false -} diff --git a/fabric/src/main/resources/data/joy/worldgen/structure_set/bii_dome.json b/fabric/src/main/resources/data/joy/worldgen/structure_set/bii_dome.json deleted file mode 100644 index 3297fa3..0000000 --- a/fabric/src/main/resources/data/joy/worldgen/structure_set/bii_dome.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "structures": [ - { - "structure": "joy:bii_dome", - "weight": 1 - } - ], - "placement": { - "type": "minecraft:random_spread", - "spacing": 5, - "separation": 2, - "salt": 1545207409 - } -} diff --git a/fabric/src/main/resources/data/joy/worldgen/template_pool/bii_dome.json b/fabric/src/main/resources/data/joy/worldgen/template_pool/bii_dome.json deleted file mode 100644 index b89567e..0000000 --- a/fabric/src/main/resources/data/joy/worldgen/template_pool/bii_dome.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "fallback": "minecraft:empty", - "elements": [ - { - "weight": 1, - "element": { - "element_type": "minecraft:single_pool_element", - "location": "joy:dome_bii_plains", - "projection": "rigid", - "processors": "minecraft:empty" - } - } - ] -}