mirror of
https://github.com/SKCraft/Launcher.git
synced 2025-02-27 03:32:24 +01:00
Created Custom JAR (markdown)
parent
977541d630
commit
43c9167ebb
13
Custom-JAR.md
Normal file
13
Custom-JAR.md
Normal file
@ -0,0 +1,13 @@
|
||||
By default, the launcher will download and launch the appropriate .jar for the selected Minecraft version, but you can substitute this file with your own.
|
||||
|
||||
This allows you to compile in your own .jar mods.
|
||||
|
||||
## Getting .jars
|
||||
|
||||
You can normally get unmodified game .jars for Minecraft from the `versions/` folder within its main data folder. Remember that if you modify the .jar, you should remove the manifest and signature files from the `META-INF/` folder.
|
||||
|
||||
## Using custom .jars
|
||||
|
||||
In your modpack's `src/` folder, place your custom .jar inside and name it `custom_jar.jar`. The launcher will automatically use it.
|
||||
|
||||
You may want to make the .jar client only (with a `_CLIENT` folder).
|
Loading…
Reference in New Issue
Block a user