Skip to content

Commit 099683f

Browse files
equals sign in args breaks script
needs fix
1 parent 63205db commit 099683f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

settings.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
;Details/Help Found here: https://github.com/AllTheMods/Server-Scripts
22

33
MAX_RAM=5G;
4-
JAVA_ARGS=-d64 -server -XX:+AggressiveOpts -XX:+UseConcMarkSweepGC -XX:+UnlockExperimentalVMOptions -XX:+UseParNewGC -XX:+ExplicitGCInvokesConcurrent -XX:MaxGCPauseMillis=20 -XX:GCPauseIntervalMillis=50 -XX:+UseFastAccessorMethods -XX:+OptimizeStringConcat -XX:NewSize=84m -XX:+UseAdaptiveGCBoundary -XX:NewRatio=3 -Dfml.queryResult=confirm -Dforge.debugRegistryEntries=true -Dfml.readTimeout=90 -Dfml.debugNetworkHandshake=true -Dfml.badPacketCounter=10;
4+
JAVA_ARGS=-d64 -server -XX:+AggressiveOpts -XX:+UseConcMarkSweepGC -XX:+UnlockExperimentalVMOptions -XX:+UseParNewGC -XX:+ExplicitGCInvokesConcurrent -XX:+UseFastAccessorMethods -XX:+OptimizeStringConcat -XX:+UseAdaptiveGCBoundary;
55
CRASH_COUNT=10;
66
CRASH_TIMER=600;
77
RUN_FROM_BAD_FOLDER=0;
88
IGNORE_OFFLINE=0;
99
IGNORE_JAVA_CHECK=0;
1010
USE_SPONGE=0;
1111

12-
MODPACK_NAME=All The Mods 1;
13-
MCVER=1.10.2;
14-
FORGEVER=12.18.3.2281;
12+
MODPACK_NAME=All The Mods 3;
13+
MCVER=1.12.2;
14+
FORGEVER=14.23.0.2512;
1515
FORGEURL=DISABLE;

0 commit comments

Comments
 (0)