diff --git a/index.toml b/index.toml index af0b95d..d09730e 100644 --- a/index.toml +++ b/index.toml @@ -180,7 +180,7 @@ metafile = true [[files]] file = "mods/dynamic-fps.pw.toml" -hash = "679dc8c14612e1fcad5c5d44e651c59885ab6abe6fac73fed51edd428deeb759" +hash = "9a19ad339f15917996d1651abb17370316bbbcdd220b33ab76ce360579ccbe81" metafile = true [[files]] @@ -233,6 +233,16 @@ file = "mods/entitytexturefeatures.pw.toml" hash = "504721c50cfd308cf35fbf9cae057d540f46417cf64397481ecdb24b34b54991" metafile = true +[[files]] +file = "mods/fabric-api.pw.toml" +hash = "86698b1faa9bf449eab492509239372302311092104be467108d7e05127e91f1" +metafile = true + +[[files]] +file = "mods/fabric-language-kotlin.pw.toml" +hash = "4daf4333e077af7302ee17b14c7d45c245b89be171e2f5f9659033a458371cbb" +metafile = true + [[files]] file = "mods/fabricskyboxes-interop.pw.toml" hash = "ed4487cc1613cc53daa5188730653a4720728971553315dcea7205b28f914f1c" @@ -320,7 +330,7 @@ metafile = true [[files]] file = "mods/lilac.pw.toml" -hash = "40da6c11ac0a856fb0fa5688bf7df6538bba3cb0c0258b6611ce56fb8a0f0f69" +hash = "baca3b76ab9bf92fe2335a39285822ba68e47650eeb3ae145a6fea0061c6c9e9" metafile = true [[files]] @@ -343,6 +353,11 @@ file = "mods/midnightcontrols.pw.toml" hash = "96aa6aa1291191030918c56a6342f1ca6902cbbcf2cb6ba2762b0bcc1d81fa65" metafile = true +[[files]] +file = "mods/midnightlib.pw.toml" +hash = "bc79745faf3cfec5d60e239817905c2bebfb692f8ae3ff3671fc8afd4800227e" +metafile = true + [[files]] file = "mods/minihud.pw.toml" hash = "2de740eca139e92be3371b5ae003627a9ecd7bcf96d5713152b06a8734c2bdce" @@ -388,21 +403,6 @@ file = "mods/puzzle.pw.toml" hash = "a6e087aa1beacb72cbfd77e442c78329b8a3c8af71cd3833078ff4cc7186d64f" metafile = true -[[files]] -file = "mods/qkl.pw.toml" -hash = "343b1adc3a66a5b058f94c5047eb208fb692b953444f6cd1dcf599b3086d22f2" -metafile = true - -[[files]] -file = "mods/qsl.pw.toml" -hash = "9e9da779b67e9a944da81e921ff76c3388dfe9a475a3ff4f597b27af814cd28a" -metafile = true - -[[files]] -file = "mods/quilt-loading-screen.pw.toml" -hash = "e08fdeed1d56d03938bc66e2f34fefe5df150afb6e8ec4d318f354d6413ec0ba" -metafile = true - [[files]] file = "mods/reeses-sodium-options.pw.toml" hash = "0f9916dcded3aac68d56113e9617bbe3db5ec9036bd9bba784bc40a961b0c9f0" @@ -450,7 +450,7 @@ metafile = true [[files]] file = "mods/wthit.pw.toml" -hash = "637bc677b6dcf9cfe79ca5882a988df8b58515ea67e64db7495c3b47cb02a0bf" +hash = "630ca771b99fe6b9c96a6623facac119793969a110bc8104cd320eabbb62055e" metafile = true [[files]] @@ -470,7 +470,7 @@ metafile = true [[files]] file = "mods/yosbr.pw.toml" -hash = "11f5dcc17f9628867eafb30708e6872a569ff0eb8888d4e4d99cf1af073057b5" +hash = "6f6334f336a876088431df70e2bba6ac52ca2ddeb73a4880ce88d6954b09af00" metafile = true [[files]] diff --git a/mods/dynamic-fps.pw.toml b/mods/dynamic-fps.pw.toml index 98afbd1..593136a 100644 --- a/mods/dynamic-fps.pw.toml +++ b/mods/dynamic-fps.pw.toml @@ -1,13 +1,13 @@ name = "Dynamic FPS" -filename = "dynamic-fps-3.7.6+minecraft-1.20.0-quilt.jar" +filename = "dynamic-fps-3.7.6+minecraft-1.20.0-fabric.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/LQ3K71Q1/versions/70gU5DhH/dynamic-fps-3.7.6%2Bminecraft-1.20.0-quilt.jar" +url = "https://cdn.modrinth.com/data/LQ3K71Q1/versions/l1WIlBBy/dynamic-fps-3.7.6%2Bminecraft-1.20.0-fabric.jar" hash-format = "sha1" -hash = "3e9d08f66159ce9c6d8ccd6068de147bc981ee9c" +hash = "948837e629b7536e6ea491e569319afaff91a6f4" [update] [update.modrinth] mod-id = "LQ3K71Q1" -version = "70gU5DhH" +version = "l1WIlBBy" diff --git a/mods/fabric-api.pw.toml b/mods/fabric-api.pw.toml new file mode 100644 index 0000000..5831ed8 --- /dev/null +++ b/mods/fabric-api.pw.toml @@ -0,0 +1,13 @@ +name = "Fabric API" +filename = "fabric-api-0.92.2+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/P7uGFii0/fabric-api-0.92.2%2B1.20.1.jar" +hash-format = "sha1" +hash = "625ee015ee426d9b677382a7bb661383d89c0807" + +[update] +[update.modrinth] +mod-id = "P7dR8mSH" +version = "P7uGFii0" diff --git a/mods/fabric-language-kotlin.pw.toml b/mods/fabric-language-kotlin.pw.toml new file mode 100644 index 0000000..8f3e1fa --- /dev/null +++ b/mods/fabric-language-kotlin.pw.toml @@ -0,0 +1,13 @@ +name = "Fabric Language Kotlin" +filename = "fabric-language-kotlin-1.13.0+kotlin.2.1.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/csX9r2wS/fabric-language-kotlin-1.13.0%2Bkotlin.2.1.0.jar" +hash-format = "sha1" +hash = "e3d4ebcc5aef85967ba622f9631e0897cbcd4e2c" + +[update] +[update.modrinth] +mod-id = "Ha28R6CL" +version = "csX9r2wS" diff --git a/mods/lilac.pw.toml b/mods/lilac.pw.toml index 8c04496..cccacd3 100644 --- a/mods/lilac.pw.toml +++ b/mods/lilac.pw.toml @@ -1,6 +1,6 @@ name = "LiLaC" filename = "lilac-1.0.0-beta.3.jar" -side = "client" +side = "both" [download] url = "https://cdn.modrinth.com/data/Rtp2Lyr5/versions/UuwX5TxU/lilac-1.0.0-beta.3.jar" diff --git a/mods/midnightlib.pw.toml b/mods/midnightlib.pw.toml new file mode 100644 index 0000000..07c107d --- /dev/null +++ b/mods/midnightlib.pw.toml @@ -0,0 +1,13 @@ +name = "MidnightLib" +filename = "midnightlib-fabric-1.4.1.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/codAaoxh/versions/YXz8kIQl/midnightlib-fabric-1.4.1.1.jar" +hash-format = "sha1" +hash = "23ab09b69c30e296d35fc957c2e9168b10a94001" + +[update] +[update.modrinth] +mod-id = "codAaoxh" +version = "YXz8kIQl" diff --git a/mods/qkl.pw.toml b/mods/qkl.pw.toml deleted file mode 100644 index 04328c4..0000000 --- a/mods/qkl.pw.toml +++ /dev/null @@ -1,14 +0,0 @@ -name = "Quilt Kotlin Libraries (QKL)" -filename = "quilt-kotlin-libraries-core-5.0.0+kt.2.0.21+flk.1.12.3.jar" -side = "both" -pin = true - -[download] -url = "https://cdn.modrinth.com/data/lwVhp9o5/versions/7dqvUqlm/quilt-kotlin-libraries-core-5.0.0%2Bkt.2.0.21%2Bflk.1.12.3.jar" -hash-format = "sha1" -hash = "bcc6e8e4cb5640f647f2c25d80ba17c969017ce8" - -[update] -[update.modrinth] -mod-id = "lwVhp9o5" -version = "7dqvUqlm" diff --git a/mods/qsl.pw.toml b/mods/qsl.pw.toml deleted file mode 100644 index b152daf..0000000 --- a/mods/qsl.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Quilted Fabric API (QFAPI) / Quilt Standard Libraries (QSL)" -filename = "qfapi-7.6.0_qsl-6.2.0_fapi-0.92.2_mc-1.20.1.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/qvIfYCYJ/versions/zEhzQDsY/qfapi-7.6.0_qsl-6.2.0_fapi-0.92.2_mc-1.20.1.jar" -hash-format = "sha1" -hash = "7cf55b386c622364e348518d345d014ec51ccad5" - -[update] -[update.modrinth] -mod-id = "qvIfYCYJ" -version = "zEhzQDsY" diff --git a/mods/quilt-loading-screen.pw.toml b/mods/quilt-loading-screen.pw.toml deleted file mode 100644 index 6c5f704..0000000 --- a/mods/quilt-loading-screen.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Quilt Loading Screen" -filename = "quilt_loading_screen-6.1.0+1.20.1.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/VPU6VYVP/versions/CxbdfZp6/quilt_loading_screen-6.1.0%2B1.20.1.jar" -hash-format = "sha1" -hash = "95ad28ba01e197aa24a1510eb947653eae56109e" - -[update] -[update.modrinth] -mod-id = "VPU6VYVP" -version = "CxbdfZp6" diff --git a/mods/wthit.pw.toml b/mods/wthit.pw.toml index 4b4d04b..9851fc5 100644 --- a/mods/wthit.pw.toml +++ b/mods/wthit.pw.toml @@ -1,13 +1,13 @@ name = "WTHIT" -filename = "wthit-quilt-8.15.3.jar" +filename = "wthit-fabric-8.15.3.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/6AQIaxuO/versions/gnFMpIP9/wthit-quilt-8.15.3.jar" +url = "https://cdn.modrinth.com/data/6AQIaxuO/versions/TF5vSfOO/wthit-fabric-8.15.3.jar" hash-format = "sha1" -hash = "4be5cd3842e16cd838dd1b4845a65787fd95d6a0" +hash = "a324dcd7e36fc901bcc3ab173fe2cb5ab954d5c3" [update] [update.modrinth] mod-id = "6AQIaxuO" -version = "gnFMpIP9" +version = "TF5vSfOO" diff --git a/mods/yosbr.pw.toml b/mods/yosbr.pw.toml index a99c459..679fe0d 100644 --- a/mods/yosbr.pw.toml +++ b/mods/yosbr.pw.toml @@ -1,6 +1,6 @@ name = "Your Options Shall Be Respected (YOSBR)" filename = "yosbr-0.1.2.jar" -side = "client" +side = "both" [download] url = "https://cdn.modrinth.com/data/WwbubTsV/versions/KMOzdYko/yosbr-0.1.2.jar" diff --git a/pack.toml b/pack.toml index 24e521b..07f4f54 100644 --- a/pack.toml +++ b/pack.toml @@ -6,11 +6,11 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "e29b63ac81414e0e03b93658afe28cb32da2c24d675d6f9884c78ee35a19b599" +hash = "61ee1efb2d522958db7a56f0689526bdee7a830319ab865f89cc2e75b78ab279" [versions] +fabric = "0.16.9" minecraft = "1.20.1" -quilt = "0.27.1-beta.1" [options] acceptable-game-versions = ["1.20"]