From 88c1bea9cd74e79619bd07849d151db8faef3c4a Mon Sep 17 00:00:00 2001 From: Merith-TK Date: Tue, 31 Dec 2024 11:36:50 -0800 Subject: [PATCH] fix instance.cfg template --- instance.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instance.cfg b/instance.cfg index 9bcbcd9..55b212b 100644 --- a/instance.cfg +++ b/instance.cfg @@ -3,4 +3,4 @@ InstanceType=OneSix iconKey={ICONNAME}_icon name=Modpack Template OverrideCommands=true -PreLaunchCommand="$INST_JAVA" -jar packwiz-installer-bootstrap.jar E:/Workspace/git.merith.xyz/modpacks/{ICONNAME}/.minecraft/pack.toml \ No newline at end of file +PreLaunchCommand="$INST_JAVA" -jar packwiz-installer-bootstrap.jar {PACKURL} \ No newline at end of file