Skip to content

Commit 925416d

Browse files
authored
Hotfix structure generation having the wrong tag (#10591)
1 parent f9f6d50 commit 925416d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/main/resources/data/minecolonies/tags/worldgen/biome/has_structure/barbarian_camp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"replace": false,
33
"values": [
44
"minecraft:plains",
5-
"#forge:is_plains",
5+
"#c:is_plains",
66
"minecraft:sunflower_plains",
77
"minecraft:snowy_plains",
88
"minecraft:forest",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"replace": false,
33
"values": [
4-
"#forge:is_desert"
4+
"#c:is_desert"
55
]
66
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"replace": false,
33
"values": [
4-
"#forge:is_desert"
4+
"#c:is_desert"
55
]
66
}

0 commit comments

Comments
 (0)