Skip to content

Commit

Permalink
Backport Fix for #4182 to 1.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Prospector committed Nov 1, 2024
1 parent 3a1ceae commit 166a98f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -467,10 +467,6 @@ private void generateOreAndRelatedTags() {
.addOptionalTag(ConventionalItemTags.COPPER_RAW_MATERIALS)
.addOptionalTag(ConventionalItemTags.GOLD_RAW_MATERIALS)
.addOptionalTag(ConventionalItemTags.IRON_RAW_MATERIALS);
getOrCreateTagBuilder(ConventionalItemTags.RAW_MATERIALS)
.addOptionalTag(ConventionalItemTags.COPPER_RAW_MATERIALS)
.addOptionalTag(ConventionalItemTags.IRON_RAW_MATERIALS)
.addOptionalTag(ConventionalItemTags.GOLD_RAW_MATERIALS);

getOrCreateTagBuilder(ConventionalItemTags.RAW_BLOCKS)
.addOptionalTag(ConventionalItemTags.COPPER_RAW_BLOCKS)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,6 @@
{
"id": "#c:raw_materials/iron",
"required": false
},
{
"id": "#c:raw_materials/copper",
"required": false
},
{
"id": "#c:raw_materials/iron",
"required": false
},
{
"id": "#c:raw_materials/gold",
"required": false
}
]
}
}

0 comments on commit 166a98f

Please sign in to comment.