From e7200a8cae67da7409052851492975df3e2d72ca Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Wed, 22 Jun 2022 21:28:19 -0500 Subject: [PATCH] Updated run scripts. --- run.ps1 | 2 +- run_trial.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/run.ps1 b/run.ps1 index e464c71..8d64e0c 100755 --- a/run.ps1 +++ b/run.ps1 @@ -1 +1 @@ -java "@user_jvm_args.txt" "@libraries/net/minecraftforge/forge/1.18.2-40.1.45/unix_args.txt" $args +java "@user_jvm_args.txt" "@libraries/net/minecraftforge/forge/1.18.2-40.1.52/unix_args.txt" $args diff --git a/run_trial.sh b/run_trial.sh index 734d2e0..cb92b18 100755 --- a/run_trial.sh +++ b/run_trial.sh @@ -3,4 +3,4 @@ # Add custom JVM arguments to the user_jvm_args.txt # Add custom program arguments {such as nogui} to this file in the next line before the "$@" or # pass them to this script directly -java -Xmx4G @libraries/net/minecraftforge/forge/1.18.2-40.1.19/unix_args.txt "$@" +java -Xmx4G @libraries/net/minecraftforge/forge/1.18.2-40.1.52/unix_args.txt "$@"