Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
made TFCLangProvider not call super
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed Oct 30, 2023
1 parent 5709f22 commit b49c111
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ public TFCLangProvider(String providerDomain, String providerName, String locale

@Override
protected void english(String domain, String locale) {
super.english(domain, locale);
AntimatterAPI.all(GTTFCOreItem.class, domain).forEach(i -> {
add(i, lowerUnderscoreToUpperSpaced(i.getId()));
});
Expand Down

0 comments on commit b49c111

Please sign in to comment.