Skip to content

Commit

Permalink
Update 2024-10-10
Browse files Browse the repository at this point in the history
  • Loading branch information
PrismAutomata committed Oct 10, 2024
1 parent 2199512 commit 9429be6
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
{
"name": "Fabric Loader",
"sha256": "accbd6e9a544a97c9e6842dd761135573ba11b918492947ee4c7157b7d980801",
"sha256": "acde2b3aec67b0675fb75d2e2e012f28f9ce63edbcb2439e683d0fc2b4377a01",
"uid": "net.fabricmc.fabric-loader"
},
{
Expand Down
45 changes: 45 additions & 0 deletions net.fabricmc.fabric-loader/0.16.7.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"formatVersion": 1,
"libraries": [
{
"name": "org.ow2.asm:asm:9.7.1",
"url": "https://maven.fabricmc.net/"
},
{
"name": "org.ow2.asm:asm-analysis:9.7.1",
"url": "https://maven.fabricmc.net/"
},
{
"name": "org.ow2.asm:asm-commons:9.7.1",
"url": "https://maven.fabricmc.net/"
},
{
"name": "org.ow2.asm:asm-tree:9.7.1",
"url": "https://maven.fabricmc.net/"
},
{
"name": "org.ow2.asm:asm-util:9.7.1",
"url": "https://maven.fabricmc.net/"
},
{
"name": "net.fabricmc:sponge-mixin:0.15.3+mixin.0.8.7",
"url": "https://maven.fabricmc.net/"
},
{
"name": "net.fabricmc:fabric-loader:0.16.7",
"url": "https://maven.fabricmc.net"
}
],
"mainClass": "net.fabricmc.loader.impl.launch.knot.KnotClient",
"name": "Fabric Loader",
"order": 10,
"releaseTime": "2024-10-10T15:53:58+00:00",
"requires": [
{
"uid": "net.fabricmc.intermediary"
}
],
"type": "release",
"uid": "net.fabricmc.fabric-loader",
"version": "0.16.7"
}
14 changes: 13 additions & 1 deletion net.fabricmc.fabric-loader/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
"name": "Fabric Loader",
"uid": "net.fabricmc.fabric-loader",
"versions": [
{
"recommended": true,
"releaseTime": "2024-10-10T15:53:58+00:00",
"requires": [
{
"uid": "net.fabricmc.intermediary"
}
],
"sha256": "3dda3c825d059f62d7165ff4e63e6ac496bc6cecab40228298032f8891c8c9ed",
"type": "release",
"version": "0.16.7"
},
{
"recommended": false,
"releaseTime": "2024-10-09T18:41:05+00:00",
Expand All @@ -16,7 +28,7 @@
"version": "0.16.6"
},
{
"recommended": true,
"recommended": false,
"releaseTime": "2024-09-07T14:18:33+00:00",
"requires": [
{
Expand Down
2 changes: 1 addition & 1 deletion net.fabricmc.fabric-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"name": "Fabric Loader",
"projectUrl": "https://fabricmc.net",
"recommended": [
"0.16.5"
"0.16.7"
],
"uid": "net.fabricmc.fabric-loader"
}

0 comments on commit 9429be6

Please sign in to comment.