From 3da3abc7aa517aa5a4606f258d9e12aa5f23052d Mon Sep 17 00:00:00 2001 From: Merith-TK Date: Thu, 1 Sep 2022 17:50:04 -0700 Subject: [PATCH] update instance.cfg with the vivecraft defaults --- instance.cfg | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/instance.cfg b/instance.cfg index 3c5da19..c4f1d34 100644 --- a/instance.cfg +++ b/instance.cfg @@ -1,5 +1,10 @@ InstanceType=OneSix -iconKey=modpack.icon -name=Modpack Template -OverrideCommands=true -PreLaunchCommand="$INST_JAVA" -jar packwiz-installer-bootstrap.jar https://gitlab.com/Merith-TK/modpack-template/-/raw/main/.minecraft/pack.toml \ No newline at end of file +JvmArgs=-XX:+UseParallelGC -XX:ParallelGCThreads=3 -XX:MaxGCPauseMillis=3 -Xmn256M -Dfml.ignoreInvalidMinecraftCertificates=true -Dfml.ignorePatchDiscrepancies=true +MaxMemAlloc=4096 +MinMemAlloc=4096 +OverrideJavaArgs=true +OverrideMemory=true +PermGen=128 +iconKey=bee +name=ViveCraft +notes= \ No newline at end of file