mirror of
https://gitlab.com/Merith-TK/vanillia-modpack.git
synced 2024-11-22 22:29:30 +00:00
fix mc-version
This commit is contained in:
parent
f9b3d7e81c
commit
f860a964cf
2 changed files with 15 additions and 15 deletions
|
@ -9,7 +9,7 @@ hash-format = "sha256"
|
||||||
hash = "5ffeeb430ac2f8f8b6b6b9cb881c861cbaf22e2fa04952330c28c76718d839c8"
|
hash = "5ffeeb430ac2f8f8b6b6b9cb881c861cbaf22e2fa04952330c28c76718d839c8"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
fabric = "0.15.11"
|
fabric = "0.16.0"
|
||||||
minecraft = "1.21"
|
minecraft = "1.21"
|
||||||
|
|
||||||
[options]
|
[options]
|
||||||
|
|
|
@ -1,15 +1,15 @@
|
||||||
{
|
{
|
||||||
"components": [
|
"components": [
|
||||||
{ "uid": "net.minecraft", "version": "1.20.4" },
|
{ "uid": "net.minecraft", "version": "1.21" },
|
||||||
{
|
{
|
||||||
"cachedName": "LWJGL 3",
|
"cachedName": "LWJGL 3",
|
||||||
"cachedVersion": "3.3.1",
|
"cachedVersion": "3.3.1",
|
||||||
"cachedVolatile": true,
|
"cachedVolatile": true,
|
||||||
"dependencyOnly": true,
|
"dependencyOnly": true,
|
||||||
"uid": "org.lwjgl3",
|
"uid": "org.lwjgl3",
|
||||||
"version": "3.3.1"
|
"version": "3.3.1"
|
||||||
},
|
},
|
||||||
{ "uid": "net.fabricmc.fabric-loader", "version": "0.15.5" }
|
{ "uid": "net.fabricmc.fabric-loader", "version": "0.16.0" }
|
||||||
],
|
],
|
||||||
"formatVersion": 1
|
"formatVersion": 1
|
||||||
}
|
}
|
Loading…
Reference in a new issue