From 544f24b8e093456ad556d514f66210a611fcb167 Mon Sep 17 00:00:00 2001 From: someaddons Date: Sun, 12 Jan 2025 15:40:46 +0100 Subject: [PATCH] Hotfix structure generation having the wrong tag --- .../tags/worldgen/biome/has_structure/barbarian_camp.json | 2 +- .../tags/worldgen/biome/has_structure/desert_camp.json | 2 +- .../tags/worldgen/biome/has_structure/desertoasis_colony.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/data/minecolonies/tags/worldgen/biome/has_structure/barbarian_camp.json b/src/main/resources/data/minecolonies/tags/worldgen/biome/has_structure/barbarian_camp.json index a0a9cc799bd..7f955762c6b 100644 --- a/src/main/resources/data/minecolonies/tags/worldgen/biome/has_structure/barbarian_camp.json +++ b/src/main/resources/data/minecolonies/tags/worldgen/biome/has_structure/barbarian_camp.json @@ -2,7 +2,7 @@ "replace": false, "values": [ "minecraft:plains", - "#forge:is_plains", + "#c:is_plains", "minecraft:sunflower_plains", "minecraft:snowy_plains", "minecraft:forest", diff --git a/src/main/resources/data/minecolonies/tags/worldgen/biome/has_structure/desert_camp.json b/src/main/resources/data/minecolonies/tags/worldgen/biome/has_structure/desert_camp.json index c6e1b7964f2..f46685d5194 100644 --- a/src/main/resources/data/minecolonies/tags/worldgen/biome/has_structure/desert_camp.json +++ b/src/main/resources/data/minecolonies/tags/worldgen/biome/has_structure/desert_camp.json @@ -1,6 +1,6 @@ { "replace": false, "values": [ - "#forge:is_desert" + "#c:is_desert" ] } diff --git a/src/main/resources/data/minecolonies/tags/worldgen/biome/has_structure/desertoasis_colony.json b/src/main/resources/data/minecolonies/tags/worldgen/biome/has_structure/desertoasis_colony.json index c6e1b7964f2..f46685d5194 100644 --- a/src/main/resources/data/minecolonies/tags/worldgen/biome/has_structure/desertoasis_colony.json +++ b/src/main/resources/data/minecolonies/tags/worldgen/biome/has_structure/desertoasis_colony.json @@ -1,6 +1,6 @@ { "replace": false, "values": [ - "#forge:is_desert" + "#c:is_desert" ] }