Skip to content

Commit

Permalink
Hotfix structure generation having the wrong tag (#10591)
Browse files Browse the repository at this point in the history
  • Loading branch information
someaddons authored Jan 12, 2025
1 parent f9f6d50 commit 925416d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"replace": false,
"values": [
"minecraft:plains",
"#forge:is_plains",
"#c:is_plains",
"minecraft:sunflower_plains",
"minecraft:snowy_plains",
"minecraft:forest",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"replace": false,
"values": [
"#forge:is_desert"
"#c:is_desert"
]
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"replace": false,
"values": [
"#forge:is_desert"
"#c:is_desert"
]
}

0 comments on commit 925416d

Please sign in to comment.