diff --git a/galaxy/data/minecraft/worldgen/structure/bastion_remnant.json b/galaxy/data/minecraft/worldgen/structure/bastion_remnant.json deleted file mode 100755 index 90727b1..0000000 --- a/galaxy/data/minecraft/worldgen/structure/bastion_remnant.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "type": "minecraft:jigsaw", - "biomes": "#minecraft:has_structure/bastion_remnant", - "max_distance_from_center": 80, - "size": 6, - "spawn_overrides": { - "monster": { - "bounding_box": "piece", - "spawns": [ - { - "type": "minecraft:piglin_brute", - "maxCount": 1, - "minCount": 1, - "weight": 4 - }, - { - "type": "minecraft:piglin", - "maxCount": 4, - "minCount": 1, - "weight": 10 - } - ] - } - }, "start_height": { - "absolute": 33 - }, - "start_pool": "minecraft:bastion/starts", - "step": "surface_structures", - "use_expansion_hack": false -} \ No newline at end of file diff --git a/galaxy/data/minecraft/worldgen/structure/end_city.json b/galaxy/data/minecraft/worldgen/structure/end_city.json deleted file mode 100755 index 7027b41..0000000 --- a/galaxy/data/minecraft/worldgen/structure/end_city.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:end_city", - "biomes": "#minecraft:has_structure/end_city", - "spawn_overrides": { - "monster": { - "bounding_box": "full", - "spawns": [ - { - "type": "minecraft:shulker", - "maxCount": 1, - "minCount": 1, - "weight": 4 - } - ] - } - }, "step": "surface_structures" -} \ No newline at end of file diff --git a/galaxy/data/minecraft/worldgen/structure/mansion.json b/galaxy/data/minecraft/worldgen/structure/mansion.json deleted file mode 100755 index 9c5547b..0000000 --- a/galaxy/data/minecraft/worldgen/structure/mansion.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "type": "minecraft:woodland_mansion", - "biomes": "#minecraft:has_structure/woodland_mansion", - "spawn_overrides": { - "monster": { - "bounding_box": "full", - "spawns": [ - { - "type": "minecraft:evoker", - "maxCount": 5, - "minCount": 1, - "weight": 5 - }, - { - "type": "minecraft:vindicator", - "maxCount": 4, - "minCount": 1, - "weight": 10 - } - ] - } - }, "step": "surface_structures" -}