From 6ffd7b6899703ea17faadfdec649177abb53f305 Mon Sep 17 00:00:00 2001 From: Neolight <77025812+N3olight@users.noreply.github.com> Date: Fri, 21 Mar 2025 13:24:56 +0100 Subject: [PATCH 1/3] Update illager_fort.json --- .../tags/worldgen/biome/has_structure/illager_fort.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/resources/data/illagerexp/tags/worldgen/biome/has_structure/illager_fort.json b/src/main/resources/data/illagerexp/tags/worldgen/biome/has_structure/illager_fort.json index 3d0da71..7cd33b4 100644 --- a/src/main/resources/data/illagerexp/tags/worldgen/biome/has_structure/illager_fort.json +++ b/src/main/resources/data/illagerexp/tags/worldgen/biome/has_structure/illager_fort.json @@ -6,6 +6,7 @@ "minecraft:old_growth_spruce_taiga", "minecraft:taiga", "minecraft:snowy_taiga", - "minecraft:snowy_plains" + "minecraft:snowy_plains", + "minecraft:is_taiga" ] -} \ No newline at end of file +} From a8a44e3292b377df43201547010d8eb647cf93a2 Mon Sep 17 00:00:00 2001 From: Neolight <77025812+N3olight@users.noreply.github.com> Date: Fri, 21 Mar 2025 13:38:31 +0100 Subject: [PATCH 2/3] Update illusioner_tower.json --- .../tags/worldgen/biome/has_structure/illusioner_tower.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/data/illagerexp/tags/worldgen/biome/has_structure/illusioner_tower.json b/src/main/resources/data/illagerexp/tags/worldgen/biome/has_structure/illusioner_tower.json index 5a186e3..b91d34a 100644 --- a/src/main/resources/data/illagerexp/tags/worldgen/biome/has_structure/illusioner_tower.json +++ b/src/main/resources/data/illagerexp/tags/worldgen/biome/has_structure/illusioner_tower.json @@ -7,5 +7,6 @@ "minecraft:taiga", "minecraft:dark_forest", "minecraft:swamp" + "kilocraft:is_swamp" ] -} \ No newline at end of file +} From a130b2047e8f869cf212248d3275bc7de3f52f4d Mon Sep 17 00:00:00 2001 From: Neolight <77025812+N3olight@users.noreply.github.com> Date: Wed, 26 Mar 2025 15:34:05 +0100 Subject: [PATCH 3/3] Added pine mire to illusioner_tower generation --- .../tags/worldgen/biome/has_structure/illusioner_tower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/data/illagerexp/tags/worldgen/biome/has_structure/illusioner_tower.json b/src/main/resources/data/illagerexp/tags/worldgen/biome/has_structure/illusioner_tower.json index b91d34a..c9cab2f 100644 --- a/src/main/resources/data/illagerexp/tags/worldgen/biome/has_structure/illusioner_tower.json +++ b/src/main/resources/data/illagerexp/tags/worldgen/biome/has_structure/illusioner_tower.json @@ -7,6 +7,6 @@ "minecraft:taiga", "minecraft:dark_forest", "minecraft:swamp" - "kilocraft:is_swamp" + "woods_and_mires:pine_mire" ] }