mirror of
https://gitlab.com/Merith-TK/vanillia-modpack.git
synced 2024-11-23 06:29:31 +00:00
update MMC configs
This commit is contained in:
parent
0152942e66
commit
331f75c750
2 changed files with 3 additions and 33 deletions
|
@ -1,5 +1,5 @@
|
||||||
InstanceType=OneSix
|
InstanceType=OneSix
|
||||||
iconKey=vanillia_icon
|
iconKey=vanillia_icon
|
||||||
name=Minecraft Vanillia 1.18.2
|
name=Minecraft Vanillia 1.19.1
|
||||||
OverrideCommands=true
|
OverrideCommands=true
|
||||||
PreLaunchCommand="$INST_JAVA" -jar packwiz-installer-bootstrap.jar https://gitlab.com/Merith-TK/vanillia-modpack/-/raw/main/.minecraft/pack.toml
|
PreLaunchCommand="$INST_JAVA" -jar packwiz-installer-bootstrap.jar https://gitlab.com/Merith-TK/vanillia-modpack/-/raw/1.19.1/.minecraft/pack.toml
|
||||||
|
|
|
@ -1,39 +1,9 @@
|
||||||
{
|
{
|
||||||
"components": [
|
"components": [
|
||||||
{
|
{
|
||||||
"cachedName": "Minecraft",
|
|
||||||
"cachedRequires": [
|
|
||||||
{
|
|
||||||
"suggests": "3.2.2",
|
|
||||||
"uid": "org.lwjgl3"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"cachedVersion": "1.18.2",
|
|
||||||
"important": true,
|
"important": true,
|
||||||
"uid": "net.minecraft",
|
"uid": "net.minecraft",
|
||||||
"version": "1.18.2"
|
"version": "1.19.1"
|
||||||
},
|
|
||||||
{
|
|
||||||
"cachedName": "LWJGL 3",
|
|
||||||
"cachedVersion": "3.2.2",
|
|
||||||
"cachedVolatile": true,
|
|
||||||
"dependencyOnly": true,
|
|
||||||
"uid": "org.lwjgl3",
|
|
||||||
"version": "3.2.2"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"cachedName": "Intermediary Mappings",
|
|
||||||
"cachedRequires": [
|
|
||||||
{
|
|
||||||
"equals": "1.18.2",
|
|
||||||
"uid": "net.minecraft"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"cachedVersion": "1.18.2",
|
|
||||||
"cachedVolatile": true,
|
|
||||||
"dependencyOnly": true,
|
|
||||||
"uid": "net.fabricmc.intermediary",
|
|
||||||
"version": "1.18.2"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cachedName": "Quilt Loader",
|
"cachedName": "Quilt Loader",
|
||||||
|
|
Loading…
Reference in a new issue