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 +} 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..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,5 +7,6 @@ "minecraft:taiga", "minecraft:dark_forest", "minecraft:swamp" + "woods_and_mires:pine_mire" ] -} \ No newline at end of file +}