From 08f7b5d97bc36363f11443c14228a5b3b8325276 Mon Sep 17 00:00:00 2001 From: ggodot Date: Fri, 5 Sep 2025 00:01:18 +0200 Subject: [PATCH] big changes, but cleaning up --- data/run.sh | 6 ------ data/user_jvm_args.txt | 9 --------- 2 files changed, 15 deletions(-) delete mode 100755 data/run.sh delete mode 100644 data/user_jvm_args.txt 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