mirror of
https://gitlab.com/Merith-TK/vanillia-modpack.git
synced 2024-11-22 14:19:31 +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"
|
||||
|
||||
[versions]
|
||||
fabric = "0.15.11"
|
||||
fabric = "0.16.0"
|
||||
minecraft = "1.21"
|
||||
|
||||
[options]
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
{
|
||||
"components": [
|
||||
{ "uid": "net.minecraft", "version": "1.20.4" },
|
||||
{
|
||||
"cachedName": "LWJGL 3",
|
||||
"cachedVersion": "3.3.1",
|
||||
"cachedVolatile": true,
|
||||
"dependencyOnly": true,
|
||||
"uid": "org.lwjgl3",
|
||||
"version": "3.3.1"
|
||||
},
|
||||
{ "uid": "net.fabricmc.fabric-loader", "version": "0.15.5" }
|
||||
],
|
||||
"formatVersion": 1
|
||||
}
|
||||
"components": [
|
||||
{ "uid": "net.minecraft", "version": "1.21" },
|
||||
{
|
||||
"cachedName": "LWJGL 3",
|
||||
"cachedVersion": "3.3.1",
|
||||
"cachedVolatile": true,
|
||||
"dependencyOnly": true,
|
||||
"uid": "org.lwjgl3",
|
||||
"version": "3.3.1"
|
||||
},
|
||||
{ "uid": "net.fabricmc.fabric-loader", "version": "0.16.0" }
|
||||
],
|
||||
"formatVersion": 1
|
||||
}
|
Loading…
Reference in a new issue