mirror of
https://gitlab.com/Merith-TK/vanillia-modpack.git
synced 2024-11-22 22:29:30 +00:00
fix iris. add gitignore and fix icon
This commit is contained in:
parent
f8c7f5c937
commit
e9758b3122
4 changed files with 19 additions and 26 deletions
14
.gitignore
vendored
14
.gitignore
vendored
|
@ -1,5 +1,17 @@
|
|||
# block files that are not needed
|
||||
|
||||
.minecraft/.fabric
|
||||
.minecraft/config
|
||||
.minecraft/coremods
|
||||
.minecraft/essential
|
||||
.minecraft/logs
|
||||
.minecraft/resourcepacks
|
||||
.minecraft/saves
|
||||
.minecraft/screenshots
|
||||
.minecraft/server-resource-packs
|
||||
.minecraft/shaderpacks
|
||||
.minecraft/texturepacks
|
||||
.minecraft/realms_persistence.json
|
||||
.minecraft/options.txt
|
||||
|
||||
!.minecraft/config/yosbr/*
|
||||
|
||||
|
|
BIN
.minecraft/icon.png
Normal file
BIN
.minecraft/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.8 KiB |
Binary file not shown.
31
instance.cfg
31
instance.cfg
|
@ -1,46 +1,27 @@
|
|||
AutoCloseConsole=false
|
||||
ForgeVersion=
|
||||
InstanceType=OneSix
|
||||
IntendedVersion=
|
||||
JavaArchitecture=64
|
||||
JavaPath=
|
||||
JavaTimestamp=
|
||||
JavaVersion=
|
||||
JavaPath=javaw
|
||||
JavaTimestamp=1631685986000
|
||||
JavaVersion=17
|
||||
JoinServerOnLaunch=false
|
||||
JoinServerOnLaunchAddress=
|
||||
JvmArgs=
|
||||
LWJGLVersion=
|
||||
LaunchMaximized=false
|
||||
LiteloaderVersion=
|
||||
LogPrePostOutput=true
|
||||
MCLaunchMethod=LauncherPart
|
||||
MaxMemAlloc=2048
|
||||
MinMemAlloc=204
|
||||
MinecraftWinHeight=480
|
||||
MinecraftWinWidth=854
|
||||
OverrideCommands=false
|
||||
OverrideConsole=false
|
||||
OverrideGameTime=false
|
||||
OverrideJava=false
|
||||
OverrideJavaArgs=false
|
||||
OverrideJavaLocation=true
|
||||
OverrideMCLaunchMethod=false
|
||||
OverrideMemory=false
|
||||
OverrideNativeWorkarounds=false
|
||||
OverrideWindow=false
|
||||
PermGen=128
|
||||
PostExitCommand=
|
||||
PreLaunchCommand=
|
||||
RecordGameTime=true
|
||||
ShowConsole=false
|
||||
ShowConsoleOnError=true
|
||||
ShowGameTime=true
|
||||
UseNativeGLFW=false
|
||||
UseNativeOpenAL=false
|
||||
WrapperCommand=
|
||||
iconKey=default
|
||||
lastLaunchTime=
|
||||
lastTimePlayed=
|
||||
lastLaunchTime=1638305015568
|
||||
lastTimePlayed=152
|
||||
name=Vanillia 1.18
|
||||
notes=
|
||||
totalTimePlayed=
|
||||
totalTimePlayed=245
|
||||
|
|
Loading…
Reference in a new issue