pax
This commit is contained in:
parent
0f539ff6f3
commit
244dcc2d3f
97 changed files with 546 additions and 486 deletions
970
index.toml
970
index.toml
File diff suppressed because it is too large
Load diff
56
instance.cfg
56
instance.cfg
|
|
@ -1,3 +1,4 @@
|
|||
[General]
|
||||
ForgeVersion=
|
||||
InstanceType=OneSix
|
||||
IntendedVersion=
|
||||
|
|
@ -18,3 +19,58 @@ ManagedPackVersionName=
|
|||
iconKey=icon
|
||||
name=TerraFirmaGreg-1.20.x DEV
|
||||
notes=
|
||||
AutoCloseConsole=false
|
||||
ConfigVersion=1.2
|
||||
CloseAfterLaunch=false
|
||||
CustomGLFWPath=
|
||||
CustomOpenALPath=
|
||||
EnableFeralGamemode=false
|
||||
EnableMangoHud=false
|
||||
Env=@Variant(\0\0\0\b\0\0\0\0)
|
||||
ExportAuthor=
|
||||
ExportName=
|
||||
ExportOptionalFiles=true
|
||||
ExportSummary=
|
||||
ExportVersion=1.0.0
|
||||
IgnoreJavaCompatibility=false
|
||||
InstanceAccountId=
|
||||
OverrideCommands=true
|
||||
JavaPath=C:/Program Files/Java/jre-1.8/bin/javaw.exe
|
||||
OverrideConsole=false
|
||||
OverrideEnv=false
|
||||
JoinServerOnLaunchAddress=
|
||||
OverrideGameTime=false
|
||||
OverrideJavaArgs=false
|
||||
OverrideJavaLocation=false
|
||||
JvmArgs=
|
||||
OverrideLegacySettings=false
|
||||
OverrideMemory=false
|
||||
LaunchMaximized=false
|
||||
OverrideMiscellaneous=false
|
||||
OverrideNativeWorkarounds=false
|
||||
OverridePerformance=false
|
||||
OverrideWindow=false
|
||||
PostExitCommand=
|
||||
PreLaunchCommand=\"$INST_JAVA\" -jar ./packwiz-installer-bootstrap.jar pack.toml
|
||||
UseAccountForInstance=false
|
||||
WrapperCommand=
|
||||
MaxMemAlloc=10096
|
||||
MinMemAlloc=512
|
||||
MinecraftWinHeight=480
|
||||
MinecraftWinWidth=854
|
||||
OnlineFixes=false
|
||||
OverrideJava=false
|
||||
PermGen=128
|
||||
Profiler=
|
||||
QuitAfterGameStop=false
|
||||
RecordGameTime=true
|
||||
ShowConsole=false
|
||||
ShowConsoleOnError=true
|
||||
ShowGameTime=true
|
||||
UseDiscreteGpu=false
|
||||
UseNativeGLFW=false
|
||||
UseNativeOpenAL=false
|
||||
lastLaunchTime=0
|
||||
lastTimePlayed=2
|
||||
linkedInstances=[]
|
||||
totalTimePlayed=4
|
||||
|
|
|
|||
|
|
@ -6,8 +6,12 @@ pack-format = "packwiz:1.1.0"
|
|||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "7d965d012c7aa321d78347632b9928c0572b669894edd77a189a66ad7a6f1141"
|
||||
hash = "0dc984dd860846c69999c36e5d808e487b21496ed4720641594e126a7a396c2a"
|
||||
|
||||
[versions]
|
||||
forge = "47.2.6"
|
||||
minecraft = "1.20.1"
|
||||
|
||||
[options]
|
||||
acceptable-game-versions = ["1.20.1"]
|
||||
meta-folder = "pax"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue