update instance.cfg with the vivecraft defaults
This commit is contained in:
parent
b39f0896c0
commit
3da3abc7aa
1 changed files with 9 additions and 4 deletions
13
instance.cfg
13
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
|
||||
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=
|
Loading…
Reference in a new issue