Update 2022-05-20

This commit is contained in:
Petr Mrázek 2022-05-20 02:01:03 +02:00
parent 3315b437f6
commit 31632f90e3
4 changed files with 70 additions and 2 deletions

View file

@ -8,7 +8,7 @@
},
{
"name": "Fabric Loader",
"sha256": "52c38dfbc362eece34fc46d949f4d95a77b3d0e0491d1fe3ea3e16f7f195b034",
"sha256": "630ca69a71b3edf0018cb12670bf2b1f89fe420c03bc13f5341c0e8a437493fe",
"uid": "net.fabricmc.fabric-loader"
},
{

View file

@ -0,0 +1,57 @@
{
"formatVersion": 1,
"libraries": [
{
"name": "net.fabricmc:tiny-mappings-parser:0.3.0+build.17",
"url": "https://maven.fabricmc.net/"
},
{
"name": "net.fabricmc:sponge-mixin:0.11.4+mixin.0.8.5",
"url": "https://maven.fabricmc.net/"
},
{
"name": "net.fabricmc:tiny-remapper:0.8.2",
"url": "https://maven.fabricmc.net/"
},
{
"name": "net.fabricmc:access-widener:2.1.0",
"url": "https://maven.fabricmc.net/"
},
{
"name": "org.ow2.asm:asm:9.3",
"url": "https://maven.fabricmc.net/"
},
{
"name": "org.ow2.asm:asm-analysis:9.3",
"url": "https://maven.fabricmc.net/"
},
{
"name": "org.ow2.asm:asm-commons:9.3",
"url": "https://maven.fabricmc.net/"
},
{
"name": "org.ow2.asm:asm-tree:9.3",
"url": "https://maven.fabricmc.net/"
},
{
"name": "org.ow2.asm:asm-util:9.3",
"url": "https://maven.fabricmc.net/"
},
{
"name": "net.fabricmc:fabric-loader:0.14.6",
"url": "https://maven.fabricmc.net"
}
],
"mainClass": "net.fabricmc.loader.impl.launch.knot.KnotClient",
"name": "Fabric Loader",
"order": 10,
"releaseTime": "2022-05-19T23:37:20+00:00",
"requires": [
{
"uid": "net.fabricmc.intermediary"
}
],
"type": "release",
"uid": "net.fabricmc.fabric-loader",
"version": "0.14.6"
}

View file

@ -5,6 +5,17 @@
"versions": [
{
"recommended": true,
"releaseTime": "2022-05-19T23:37:20+00:00",
"requires": [
{
"uid": "net.fabricmc.intermediary"
}
],
"sha256": "9a84d7e4ecb21dcf55ca932a4195461aeade35d759cd07ac45c26c2d3f602e58",
"type": "release",
"version": "0.14.6"
},
{
"releaseTime": "2022-05-08T16:22:56+00:00",
"requires": [
{

View file

@ -7,7 +7,7 @@
"name": "Fabric Loader",
"projectUrl": "https://fabricmc.net",
"recommended": [
"0.14.5"
"0.14.6"
],
"uid": "net.fabricmc.fabric-loader"
}