Minecraft.NET
  • Minecraft.NET
  • CurseForge.NET
  • Modrinth.NET
  • MinecraftFabric.NET
  • MinecraftForge.NET
  • Forge Wrapper
Powered by GitBook
On this page
  • Build
  • Usage

Was this helpful?

Edit on GitHub

Forge Wrapper

Forge Wrapper is a java wrapper for the forge installer allowing you to install forge client using the cli. This also does not require the launcher_profiles.json

Build

Build and package the jar file

./gradlew shadowJar

Usage

Short
Long
Parameters
Description

-h

--help

NONE

Display's the help

-i

--installer

<arg>

The path to the forge installer jar

-o

--output

<arg>

The path to the output

Example

java -jar .\ForgeWrapper-0.0.1-all.jar -i "/path/to/forge-installer.jar" -o "/path/to/minecraft/installation"
PreviousMinecraftForge.NET

Last updated 1 year ago

Was this helpful?