diff --git a/data/run.sh b/data/run.sh deleted file mode 100755 index 18e6fa0..0000000 --- a/data/run.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/env sh -# Forge requires a configured set of both JVM and program arguments. -# 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 @user_jvm_args.txt @libraries/net/minecraftforge/forge/1.20.1-47.3.0/unix_args.txt --nogui"$@" diff --git a/data/user_jvm_args.txt b/data/user_jvm_args.txt deleted file mode 100644 index c1fcdc5..0000000 --- a/data/user_jvm_args.txt +++ /dev/null @@ -1,9 +0,0 @@ -# Xmx and Xms set the maximum and minimum RAM usage, respectively. -# They can take any number, followed by an M or a G. -# M means Megabyte, G means Gigabyte. -# For example, to set the maximum to 3GB: -Xmx3G -# To set the minimum to 2.5GB: -Xms2500M - -# A good default for a modded server is 4GB. -# Uncomment the next line to set it. -# -Xmx4G