fix: modloader typo
This commit is contained in:
parent
194c1a9bcc
commit
f7ba1068ad
2 changed files with 2 additions and 2 deletions
|
|
@ -266,7 +266,7 @@ export class Instance extends EventEmitter<InstanceEvents> {
|
|||
customGameArgs: this.args.game,
|
||||
customJvmArgs: this.args.java,
|
||||
versionManifest: this.versionManifest,
|
||||
modlodaer: this.modloader,
|
||||
modloader: this.modloader,
|
||||
},
|
||||
original,
|
||||
);
|
||||
|
|
|
|||
|
|
@ -198,7 +198,7 @@ export type LaunchErrorInfos = {
|
|||
customGameArgs: string;
|
||||
customJvmArgs: string;
|
||||
versionManifest: Version;
|
||||
modlodaer: Modloader;
|
||||
modloader: Modloader;
|
||||
};
|
||||
|
||||
export type SupportedModloaders = "forge" | "neoforge";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue