gradle/wrapper | ||
src/main | ||
.gitignore | ||
build.gradle | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
README.md | ||
settings.gradle |
ForgeWrapper
Allow MultiMC to launch Minecraft 1.13+ with Forge.
How to use
Install Forge Only
-
Download Forge installer for Minecraft 1.13+ here.
-
Download ForgeWrapper jar file at the release page.
-
Run the below command in terminal:
java -jar <ForgeWrapper.jar> --installer=<forge-installer.jar> [--instance=<instance-path>]
Notice: If you don't specify a MultiMC instance path, ForgeWrapper will create the instance folder in current working space.
-
If the instance folder which just created is not in
MultiMC/instances
folder, you just need to move to theMultiMC/instances
folder. -
Run MultiMC, and you will see a new instance named
forge-<mcVersion>-<forgeVersion>
.
Install CurseForge Modpack
-
Download the modpack zip file.
-
Download ForgeWrapper jar file at the release page.
-
Run the below command in terminal:
java -jar <ForgeWrapper.jar> --cursepack=<curseforge-modpack.zip> [--instance=<instance-path>]
Notice: If you don't specify a MultiMC instance path, ForgeWrapper will create the instance folder in current working space.
-
If the instance folder which just created is not in
MultiMC/instances
folder, you just need to move to theMultiMC/instances
folder. -
Run MultiMC, and you will see a new instance named
<modpackName>-<modpackVersion>
. Notice: CurseForge modpack will be installed on first launch by cursepacklocator, it will take a few minutes.