From 4b570b94baa073dcdfe0d5efca577b35492f8695 Mon Sep 17 00:00:00 2001 From: Merith Date: Tue, 2 Aug 2022 08:07:40 +0000 Subject: [PATCH] add qsl --- .minecraft/index.toml | 5 +++++ .minecraft/mods/qsl.pw.toml | 13 +++++++++++++ .minecraft/pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 .minecraft/mods/qsl.pw.toml diff --git a/.minecraft/index.toml b/.minecraft/index.toml index 8aa613d..2eceba9 100644 --- a/.minecraft/index.toml +++ b/.minecraft/index.toml @@ -282,6 +282,11 @@ file = "mods/plasmo-voice.pw.toml" hash = "364bbca879792e3c5103a217313d6c70028017ac0e72af9f65af2116b2edf770" metafile = true +[[files]] +file = "mods/qsl.pw.toml" +hash = "2056e66a16b6e3bbef4e56eaeddc744e92acee372ebd8a3c7c90750170e61665" +metafile = true + [[files]] file = "mods/reeses-sodium-options.pw.toml" hash = "b17d25b273caec976c340d196d09482b908d8ae43e389132c787714100ea8186" diff --git a/.minecraft/mods/qsl.pw.toml b/.minecraft/mods/qsl.pw.toml new file mode 100644 index 0000000..9dc433b --- /dev/null +++ b/.minecraft/mods/qsl.pw.toml @@ -0,0 +1,13 @@ +name = "Quilted Fabric API / Quilt Standard Libraries" +filename = "qsl-1.1.0-beta.19_qfapi-1.0.0-beta.22_fapi-0.56.0_mc-1.18.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/qvIfYCYJ/versions/1.0.0-beta.22+0.56.0-1.18.2/qsl-1.1.0-beta.19_qfapi-1.0.0-beta.22_fapi-0.56.0_mc-1.18.2.jar" +hash-format = "sha1" +hash = "6060fadea5527fe591c1ad9979373ca5f459a8c1" + +[update] +[update.modrinth] +mod-id = "qvIfYCYJ" +version = "IhFPlQD2" diff --git a/.minecraft/pack.toml b/.minecraft/pack.toml index 0eeab95..80477b5 100644 --- a/.minecraft/pack.toml +++ b/.minecraft/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "414560bdd6cce7c6f648431c5db7689e7341bf07178b5787bf67adc20055191f" +hash = "dc7f5c65dadfd0db0b351dd5f61c1006664ab6d6e6880d295ba44e4e12c3c573" [versions] minecraft = "1.18.2"