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
|
InstanceType=OneSix
|
||||||
iconKey=modpack.icon
|
JvmArgs=-XX:+UseParallelGC -XX:ParallelGCThreads=3 -XX:MaxGCPauseMillis=3 -Xmn256M -Dfml.ignoreInvalidMinecraftCertificates=true -Dfml.ignorePatchDiscrepancies=true
|
||||||
name=Modpack Template
|
MaxMemAlloc=4096
|
||||||
OverrideCommands=true
|
MinMemAlloc=4096
|
||||||
PreLaunchCommand="$INST_JAVA" -jar packwiz-installer-bootstrap.jar https://gitlab.com/Merith-TK/modpack-template/-/raw/main/.minecraft/pack.toml
|
OverrideJavaArgs=true
|
||||||
|
OverrideMemory=true
|
||||||
|
PermGen=128
|
||||||
|
iconKey=bee
|
||||||
|
name=ViveCraft
|
||||||
|
notes=
|
Loading…
Reference in a new issue