NOISSUE implement mainJar support in OneSix format
This allows customizing the main jar like any other library.
This commit is contained in:
parent
db7357d008
commit
be53eb66f8
8 changed files with 94 additions and 81 deletions
|
@ -30,6 +30,7 @@ void VersionFile::applyTo(MinecraftProfile *profile)
|
|||
profile->applyMinecraftAssets(mojangAssetIndex);
|
||||
}
|
||||
|
||||
profile->applyMainJar(mainJar);
|
||||
profile->applyMainClass(mainClass);
|
||||
profile->applyAppletClass(appletClass);
|
||||
profile->applyMinecraftArguments(minecraftArguments);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue