Skip to content

Commit

Permalink
[Patch] Added and fixed redundant tags
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisDeBeer committed Aug 21, 2024
1 parent 841394b commit 29257ce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@
"beachparty",
"modern_industrialization",
"create",
"techreborn"
"techreborn",
"bloomingnature",
"ecologics",
"meadow"
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

public class CommonTags {
private static final List<Supplier<CommonTagGenerator>> TAGS = List.of(
BiomesWeveGone::new,
BiomesWeveGone::new,
BloomingNature::new,
Create::new,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ protected Create() {
public void addTags() {
registerCommonItemTag("brass_ingot");
registerCommonItemTag("zinc_ingot");
registerCommonItemTag("zinc_ingot");
}
}

0 comments on commit 29257ce

Please sign in to comment.