hellofabric/launch.sh
2026-01-18 21:07:17 +03:00

5 lines
280 B
Bash
Executable File

#!/bin/sh
mkdir -p mods
cp exampleMod/build/libs/exampleMod-0.0.1.jar mods/
java -Dfabric.skipMcProvider=true -Dfabric.gameJarPath=app/build/libs/hellofabric.jar -DappDirectory=. -cp app/build/libs/hellofabric.jar:app/build/libs/deps/\* net.fabricmc.loader.launch.knot.KnotClient