add yosbr to client
This commit is contained in:
parent
5eb505a251
commit
aeffda9b46
4 changed files with 19 additions and 56 deletions
|
@ -1,55 +0,0 @@
|
||||||
{
|
|
||||||
"id": "1.18.1",
|
|
||||||
"inheritsFrom": "1.18.1",
|
|
||||||
"releaseTime": "2022-02-25T18:25:26+0000",
|
|
||||||
"time": "2022-02-25T18:25:26+0000",
|
|
||||||
"type": "release",
|
|
||||||
"minecraftArguments": "--username ${auth_player_name} --version ${version_name} --gameDir ${game_directory} --assetsDir ${assets_root} --assetIndex ${assets_index_name} --uuid ${auth_uuid} --accessToken ${auth_access_token} --userType ${user_type} --versionType ${version_type}",
|
|
||||||
"libraries": [
|
|
||||||
{
|
|
||||||
"name": "net.fabricmc:tiny-mappings-parser:0.3.0+build.17",
|
|
||||||
"url": "https://maven.fabricmc.net/"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "net.fabricmc:sponge-mixin:0.11.2+mixin.0.8.5",
|
|
||||||
"url": "https://maven.fabricmc.net/"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "net.fabricmc:tiny-remapper:0.8.1",
|
|
||||||
"url": "https://maven.fabricmc.net/"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "net.fabricmc:access-widener:2.1.0",
|
|
||||||
"url": "https://maven.fabricmc.net/"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "org.ow2.asm:asm:9.2",
|
|
||||||
"url": "https://maven.fabricmc.net/"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "org.ow2.asm:asm-analysis:9.2",
|
|
||||||
"url": "https://maven.fabricmc.net/"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "org.ow2.asm:asm-commons:9.2",
|
|
||||||
"url": "https://maven.fabricmc.net/"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "org.ow2.asm:asm-tree:9.2",
|
|
||||||
"url": "https://maven.fabricmc.net/"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "org.ow2.asm:asm-util:9.2",
|
|
||||||
"url": "https://maven.fabricmc.net/"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "net.fabricmc:intermediary:1.18.1",
|
|
||||||
"url": "https://maven.fabricmc.net/"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "net.fabricmc:fabric-loader:0.13.3",
|
|
||||||
"url": "https://maven.fabricmc.net/"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"mainClass": "net.fabricmc.loader.impl.launch.knot.KnotClient"
|
|
||||||
}
|
|
|
@ -137,6 +137,11 @@ file = "mods/unlimitedperipheralworks.pw.toml"
|
||||||
hash = "7b6b429d4a71feeb83241e7f115158e4bc3390dd9dbb408affa4c99eb7b99a17"
|
hash = "7b6b429d4a71feeb83241e7f115158e4bc3390dd9dbb408affa4c99eb7b99a17"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/yosbr.pw.toml"
|
||||||
|
hash = "003dee7fef878abc298c3c6589b7b21e8922def090c9cf8259ae8c6aacc0946f"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/zoomify.pw.toml"
|
file = "mods/zoomify.pw.toml"
|
||||||
hash = "49e25ec166b7824d8f1d7feccbd08a8e904c90b089f6485b05df9173a489bd54"
|
hash = "49e25ec166b7824d8f1d7feccbd08a8e904c90b089f6485b05df9173a489bd54"
|
||||||
|
|
13
.minecraft/mods/yosbr.pw.toml
Normal file
13
.minecraft/mods/yosbr.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Your Options Shall Be Respected (YOSBR)"
|
||||||
|
filename = "yosbr-0.1.1.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "0643830cab952fc96872702e681b863b550c8530"
|
||||||
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.curseforge]
|
||||||
|
file-id = 2934596
|
||||||
|
project-id = 374274
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "fa42fea0750949917d8c97521e71fd686a0111d0b8e9a45e3c45ea2c4d8cafa2"
|
hash = "f33b08485d1ce64c30b62e2cd8cb9998dbd6295c49a8457485e76c7ff2d7faae"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
fabric = "0.13.3"
|
fabric = "0.13.3"
|
||||||
|
|
Loading…
Reference in a new issue