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 "$@"