mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-13 05:54:17 +01:00
Lang merger generic rollback (#5270)
This commit is contained in:
parent
e6759d8ecc
commit
be66f2b77a
@ -53,7 +53,7 @@ public class LangMerger implements DataProvider {
|
||||
private PackOutput output;
|
||||
|
||||
public <T extends LangPartial> LangMerger(PackOutput output, String modid, String displayName,
|
||||
AllLangPartials[] allLangPartials) {
|
||||
T[] allLangPartials) {
|
||||
this.output = output;
|
||||
this.modid = modid;
|
||||
this.displayName = displayName;
|
||||
|
Loading…
Reference in New Issue
Block a user