mirror of
https://gitlab.com/Merith-TK/vanillia-modpack.git
synced 2024-11-22 22:29:30 +00:00
tweak mmc configs
This commit is contained in:
parent
5af52386c7
commit
d254621e0c
2 changed files with 5 additions and 12 deletions
|
@ -1,5 +1,5 @@
|
||||||
InstanceType=OneSix
|
InstanceType=OneSix
|
||||||
iconKey=vanillia_icon
|
iconKey=vanillia_icon
|
||||||
name=Minecraft Vanillia 1.19.1
|
name=Minecraft Vanillia 1.19.3
|
||||||
OverrideCommands=true
|
OverrideCommands=true
|
||||||
PreLaunchCommand="$INST_JAVA" -jar packwiz-installer-bootstrap.jar https://gitlab.com/Merith-TK/vanillia-modpack/-/raw/1.19.1/.minecraft/pack.toml
|
PreLaunchCommand="$INST_JAVA" -jar packwiz-installer-bootstrap.jar https://gitlab.com/Merith-TK/vanillia-modpack/-/raw/1.19.3/.minecraft/pack.toml
|
||||||
|
|
|
@ -3,18 +3,11 @@
|
||||||
{
|
{
|
||||||
"important": true,
|
"important": true,
|
||||||
"uid": "net.minecraft",
|
"uid": "net.minecraft",
|
||||||
"version": "1.19.1"
|
"version": "1.19.3"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cachedName": "Quilt Loader",
|
"uid": "net.fabricmc.fabric-loader",
|
||||||
"cachedRequires": [
|
"version": "0.14.14"
|
||||||
{
|
|
||||||
"uid": "net.fabricmc.intermediary"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"cachedVersion": "0.17.4",
|
|
||||||
"uid": "org.quiltmc.quilt-loader",
|
|
||||||
"version": "0.17.4"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"formatVersion": 1
|
"formatVersion": 1
|
||||||
|
|
Loading…
Reference in a new issue