Skip to content

Commit

Permalink
[Patch] Added and fixed redundant tags (#1052)
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisDeBeer authored and SigmundGranaas committed Sep 12, 2024
1 parent 6c9f115 commit c504a9d
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 c504a9d

Please sign in to comment.