Updated run scripts.

This commit is contained in:
Harrison Deng 2022-06-22 21:28:19 -05:00
parent fbf8cc3a51
commit e7200a8cae
2 changed files with 2 additions and 2 deletions

View File

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

View File

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