From 255ba7ebfe22e5cb828f5e8904a5b458d83dda4d Mon Sep 17 00:00:00 2001 From: Malasaur Date: Tue, 1 Jul 2025 10:25:36 +0200 Subject: [PATCH] Recreating pack from scratch; added FO mods --- index.toml | 241 ++++++++++++++++++++++++++++ mods/advancementinfo.pw.toml | 13 ++ mods/animatica.pw.toml | 13 ++ mods/better-mount-hud.pw.toml | 13 ++ mods/borderless-mining.pw.toml | 13 ++ mods/capes.pw.toml | 13 ++ mods/cit-resewn.pw.toml | 13 ++ mods/cloth-config.pw.toml | 13 ++ mods/continuity.pw.toml | 13 ++ mods/controlify.pw.toml | 13 ++ mods/debugify.pw.toml | 13 ++ mods/dynamic-fps.pw.toml | 13 ++ mods/e4mc.pw.toml | 13 ++ mods/ebe.pw.toml | 13 ++ mods/entity-model-features.pw.toml | 13 ++ mods/entityculling.pw.toml | 13 ++ mods/entitytexturefeatures.pw.toml | 13 ++ mods/fabric-api.pw.toml | 13 ++ mods/fabric-language-kotlin.pw.toml | 13 ++ mods/fabrishot.pw.toml | 13 ++ mods/fadeless.pw.toml | 13 ++ mods/fastquit.pw.toml | 13 ++ mods/ferrite-core.pw.toml | 13 ++ mods/immediatelyfast.pw.toml | 13 ++ mods/indium.pw.toml | 13 ++ mods/iris.pw.toml | 13 ++ mods/lambdynamiclights.pw.toml | 13 ++ mods/language-reload.pw.toml | 13 ++ mods/lithium.pw.toml | 13 ++ mods/main-menu-credits.pw.toml | 13 ++ mods/memoryleakfix.pw.toml | 13 ++ mods/mixintrace.pw.toml | 13 ++ mods/modelfix.pw.toml | 13 ++ mods/modernfix.pw.toml | 13 ++ mods/modmenu.pw.toml | 13 ++ mods/morechathistory.pw.toml | 13 ++ mods/moreculling.pw.toml | 13 ++ mods/no-chat-reports.pw.toml | 13 ++ mods/nuit-interop.pw.toml | 13 ++ mods/nuit.pw.toml | 13 ++ mods/optigui.pw.toml | 13 ++ mods/puzzle.pw.toml | 13 ++ mods/reeses-sodium-options.pw.toml | 13 ++ mods/rrls.pw.toml | 13 ++ mods/sodium-extra.pw.toml | 13 ++ mods/sodium.pw.toml | 13 ++ mods/yacl.pw.toml | 13 ++ mods/yosbr.pw.toml | 13 ++ mods/zoomify.pw.toml | 13 ++ pack.toml | 13 ++ 50 files changed, 878 insertions(+) create mode 100644 index.toml create mode 100644 mods/advancementinfo.pw.toml create mode 100644 mods/animatica.pw.toml create mode 100644 mods/better-mount-hud.pw.toml create mode 100644 mods/borderless-mining.pw.toml create mode 100644 mods/capes.pw.toml create mode 100644 mods/cit-resewn.pw.toml create mode 100644 mods/cloth-config.pw.toml create mode 100644 mods/continuity.pw.toml create mode 100644 mods/controlify.pw.toml create mode 100644 mods/debugify.pw.toml create mode 100644 mods/dynamic-fps.pw.toml create mode 100644 mods/e4mc.pw.toml create mode 100644 mods/ebe.pw.toml create mode 100644 mods/entity-model-features.pw.toml create mode 100644 mods/entityculling.pw.toml create mode 100644 mods/entitytexturefeatures.pw.toml create mode 100644 mods/fabric-api.pw.toml create mode 100644 mods/fabric-language-kotlin.pw.toml create mode 100644 mods/fabrishot.pw.toml create mode 100644 mods/fadeless.pw.toml create mode 100644 mods/fastquit.pw.toml create mode 100644 mods/ferrite-core.pw.toml create mode 100644 mods/immediatelyfast.pw.toml create mode 100644 mods/indium.pw.toml create mode 100644 mods/iris.pw.toml create mode 100644 mods/lambdynamiclights.pw.toml create mode 100644 mods/language-reload.pw.toml create mode 100644 mods/lithium.pw.toml create mode 100644 mods/main-menu-credits.pw.toml create mode 100644 mods/memoryleakfix.pw.toml create mode 100644 mods/mixintrace.pw.toml create mode 100644 mods/modelfix.pw.toml create mode 100644 mods/modernfix.pw.toml create mode 100644 mods/modmenu.pw.toml create mode 100644 mods/morechathistory.pw.toml create mode 100644 mods/moreculling.pw.toml create mode 100644 mods/no-chat-reports.pw.toml create mode 100644 mods/nuit-interop.pw.toml create mode 100644 mods/nuit.pw.toml create mode 100644 mods/optigui.pw.toml create mode 100644 mods/puzzle.pw.toml create mode 100644 mods/reeses-sodium-options.pw.toml create mode 100644 mods/rrls.pw.toml create mode 100644 mods/sodium-extra.pw.toml create mode 100644 mods/sodium.pw.toml create mode 100644 mods/yacl.pw.toml create mode 100644 mods/yosbr.pw.toml create mode 100644 mods/zoomify.pw.toml create mode 100644 pack.toml diff --git a/index.toml b/index.toml new file mode 100644 index 0000000..f92e7a8 --- /dev/null +++ b/index.toml @@ -0,0 +1,241 @@ +hash-format = "sha256" + +[[files]] +file = "mods/advancementinfo.pw.toml" +hash = "bb6c349471139b104a3d8001650ecaee747b596e1f5ca865157a8026e8182f61" +metafile = true + +[[files]] +file = "mods/animatica.pw.toml" +hash = "e94fd2f80b6029f19fb0c68d5bbf443a21645af0d668c5a544e3b3f23508fb61" +metafile = true + +[[files]] +file = "mods/better-mount-hud.pw.toml" +hash = "333dfa2b93c688ce5f9f685f77cb62e5df8b9c8d21a2c4dd4eb9232aa85dccff" +metafile = true + +[[files]] +file = "mods/borderless-mining.pw.toml" +hash = "b7ad39c3b4094f76d4e31899c662a0295c851a89819fce7f47afbab5257b39d7" +metafile = true + +[[files]] +file = "mods/capes.pw.toml" +hash = "ec2c437fe50a3f8ea6077215974ba9f769cb94eb29432156cbbe43137a74013f" +metafile = true + +[[files]] +file = "mods/cit-resewn.pw.toml" +hash = "d2e1ad62031e3700de73a87957a4acca747436a4135da695705cb5d293aa0890" +metafile = true + +[[files]] +file = "mods/cloth-config.pw.toml" +hash = "41a3dc271859b118417946d2fdb2408523563b2f4f49048073672a342fb1aebf" +metafile = true + +[[files]] +file = "mods/continuity.pw.toml" +hash = "ca80c5f6b0faca95bbc06192a3da36446ff396b5e6e0304f6779269b60bbdd9d" +metafile = true + +[[files]] +file = "mods/controlify.pw.toml" +hash = "e7cbff32cea845401608145a6719a7fa926a739c6d696c71f59e7c1ff490448f" +metafile = true + +[[files]] +file = "mods/debugify.pw.toml" +hash = "8f611c3cf31eb5f5b3395b99414d794029192d556fd8dfc4b49a097a67134ccf" +metafile = true + +[[files]] +file = "mods/dynamic-fps.pw.toml" +hash = "ce0b6c452313b669ce95d6bc7f232f72b89bf61ebb2013cac5b17a09c8132510" +metafile = true + +[[files]] +file = "mods/e4mc.pw.toml" +hash = "0890d24e42f52b39712b948ad452ac5375f2ac9d1592f02e6662d1c0887ab287" +metafile = true + +[[files]] +file = "mods/ebe.pw.toml" +hash = "c9102ad224c1496927d326707ee2cd2a2cfd6f278f05e23a19aa45395306daf6" +metafile = true + +[[files]] +file = "mods/entity-model-features.pw.toml" +hash = "724f38446c3830230388cec99fed286ff1e8580f0a82c1466c7d59bde4450c71" +metafile = true + +[[files]] +file = "mods/entityculling.pw.toml" +hash = "6879b46fb95e5075e524257995e7e54571e30df81364aeb339081a23a45ebd2d" +metafile = true + +[[files]] +file = "mods/entitytexturefeatures.pw.toml" +hash = "431846491318f66fdef523f169044383847e75d3e1ff36cccd2bf8cb10e85ae8" +metafile = true + +[[files]] +file = "mods/fabric-api.pw.toml" +hash = "2b7949e506ba69c57139127c0ccc6caf5a9ec5ec97788b81288118db3d7c2ad3" +metafile = true + +[[files]] +file = "mods/fabric-language-kotlin.pw.toml" +hash = "f217a0233c8aef84e914e1f8e90718be2496a923725215190d375ab3140379ab" +metafile = true + +[[files]] +file = "mods/fabrishot.pw.toml" +hash = "83ac3e7f70eb567845286596a8baad96b73ef3c2ee1fa378375df7a13aad7c11" +metafile = true + +[[files]] +file = "mods/fadeless.pw.toml" +hash = "d987a241a56c9e3fde315ca942c8240911b51c98d7d5bd1f089c25ddb8b6cca1" +metafile = true + +[[files]] +file = "mods/fastquit.pw.toml" +hash = "c9c33bb929d2133e53cd332660d964d2d417396039affddbaf057fb7a9d5b36d" +metafile = true + +[[files]] +file = "mods/ferrite-core.pw.toml" +hash = "86cbfa8adbbb8be527f95aca49b427f892aa780773df141dfd7f4ffd02740bbd" +metafile = true + +[[files]] +file = "mods/immediatelyfast.pw.toml" +hash = "68985a3f3d2a6f829783c1bdbd27f195556992fc2c0a9738656acccf38d8c97a" +metafile = true + +[[files]] +file = "mods/indium.pw.toml" +hash = "cb85864ff2d3936a5ab4f7e7ccf763dbda0153412ba52c95a63b29677a012aaf" +metafile = true + +[[files]] +file = "mods/iris.pw.toml" +hash = "99efc9e805ce2888680d3cacb9be65733c6d4a8cfcb77e1976205f758db24346" +metafile = true + +[[files]] +file = "mods/lambdynamiclights.pw.toml" +hash = "e727cc5823b7391db5c30bbaa3769fed77533db693011d0dc8698b0e4303b71d" +metafile = true + +[[files]] +file = "mods/language-reload.pw.toml" +hash = "37c1a6cf7cf2c6190133b51f0c8716e8d4e89aea455e54e57bcca0846168dddf" +metafile = true + +[[files]] +file = "mods/lithium.pw.toml" +hash = "a08a445002542d96a8481654c3f4b5e2d3c064f77b477aeaa3a1d1c3cd396ca8" +metafile = true + +[[files]] +file = "mods/main-menu-credits.pw.toml" +hash = "4aca2ece9ab7bb2e653f3ef1778cf91f716db71bceb9b20fa105c1424fc17cdb" +metafile = true + +[[files]] +file = "mods/memoryleakfix.pw.toml" +hash = "ede2f61d6b592f44294fa8790c2f050729c487aa86aba09034f2ef30d45e0e93" +metafile = true + +[[files]] +file = "mods/mixintrace.pw.toml" +hash = "6cd55df8041a48cb7f5f95ea4520f5ed59064e71ff9dab8b0e02bb922b68c9cb" +metafile = true + +[[files]] +file = "mods/modelfix.pw.toml" +hash = "435267c3230ba1439f50fa32c3ed3993a4123f870681451aa95acdde5d52622e" +metafile = true + +[[files]] +file = "mods/modernfix.pw.toml" +hash = "f2d4fb902274312c42ecca4fb8dc3781d4d249ab978e9e57c89eff03c577c7c4" +metafile = true + +[[files]] +file = "mods/modmenu.pw.toml" +hash = "d7145fd1bd8b4bb6a3b84652a96a68870fb3ab32230f27520bb9362fd17ec39f" +metafile = true + +[[files]] +file = "mods/morechathistory.pw.toml" +hash = "3dc86c0b4d31199f6f8579b8460686201ce8b9c87e1be5afaf50be9995add1e0" +metafile = true + +[[files]] +file = "mods/moreculling.pw.toml" +hash = "dbb344ad3e49c36d167fa05b6c5f674794306b1727220e8720d767264aee497f" +metafile = true + +[[files]] +file = "mods/no-chat-reports.pw.toml" +hash = "9ce6efc7149cdae2deb751b4ebf2d220700cc1b204e7a1d026275203387f106b" +metafile = true + +[[files]] +file = "mods/nuit-interop.pw.toml" +hash = "a0b2b689e7e6eb10cd342da48dd605cfbe09d782790a42089f31835a54e37b1a" +metafile = true + +[[files]] +file = "mods/nuit.pw.toml" +hash = "421b6b05164e623dc65e0e4133fc484fb3b87b26b040ad4b2ffb239491d8bb2d" +metafile = true + +[[files]] +file = "mods/optigui.pw.toml" +hash = "6c61882bbd734f1260d930c860ecd183e089e3d878c4faccee0f73acf65c18b1" +metafile = true + +[[files]] +file = "mods/puzzle.pw.toml" +hash = "222ba96b4e6072eaf6cc9f0efaaebb6a166ee773897228ebb7513a804e932581" +metafile = true + +[[files]] +file = "mods/reeses-sodium-options.pw.toml" +hash = "4a7d1e46795d2d83b18db85d8dbc63740a1d337e12d2b9e550378de59f2b23ab" +metafile = true + +[[files]] +file = "mods/rrls.pw.toml" +hash = "83164a6af3923e28cadf9d404f059bf74aa4f0842fc1ca0f6e7cf1e686044875" +metafile = true + +[[files]] +file = "mods/sodium-extra.pw.toml" +hash = "8ad07191dfdea31249b4416a390c1cdf1d4ff1938cf9f8a617f98f7a08c5356c" +metafile = true + +[[files]] +file = "mods/sodium.pw.toml" +hash = "ecf8e1df2361e5f1d090f83eee16c449ff1021dfb2da46474a72726406d5d535" +metafile = true + +[[files]] +file = "mods/yacl.pw.toml" +hash = "8305bf17272f0c579b0930b751c12089de9fb157dbdb5c080836ce3daad310b5" +metafile = true + +[[files]] +file = "mods/yosbr.pw.toml" +hash = "1bb9b2e75c6934b1f18648e9b37e20abcf6a4a2547c7cdb0abe88407267e0c10" +metafile = true + +[[files]] +file = "mods/zoomify.pw.toml" +hash = "f8a4208d9cb40af6ad94428f2bc83a6f0b5713e8344d04898e834faa510ff2da" +metafile = true diff --git a/mods/advancementinfo.pw.toml b/mods/advancementinfo.pw.toml new file mode 100644 index 0000000..b63627d --- /dev/null +++ b/mods/advancementinfo.pw.toml @@ -0,0 +1,13 @@ +name = "AdvancementInfo" +filename = "advancementinfo-1.20-fabric0.83.0-1.4.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/G1epq3jN/versions/gfcbMV82/advancementinfo-1.20-fabric0.83.0-1.4.jar" +hash-format = "sha512" +hash = "ff10a77f831354f757c1ba4b6906e612549f3ac0dd3b15101dae29a459937bfceabe5e7ce7cd9126e58833a69e5a4ba04993dfcf2098830b9ccf2c192dddc0e5" + +[update] +[update.modrinth] +mod-id = "G1epq3jN" +version = "gfcbMV82" diff --git a/mods/animatica.pw.toml b/mods/animatica.pw.toml new file mode 100644 index 0000000..a816200 --- /dev/null +++ b/mods/animatica.pw.toml @@ -0,0 +1,13 @@ +name = "Animatica" +filename = "animatica-0.6.1+1.20.4.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/PRN43VSY/versions/M2xzBL7h/animatica-0.6.1%2B1.20.4.jar" +hash-format = "sha512" +hash = "50b5d89d2a52a62496c6d459d528341e26d6d3836df3098b58da06a0907d28badfa4ae2ce1635ae48c729d8824f3f0ef9a32de10c77461b33cc04fe3a5da1662" + +[update] +[update.modrinth] +mod-id = "PRN43VSY" +version = "M2xzBL7h" diff --git a/mods/better-mount-hud.pw.toml b/mods/better-mount-hud.pw.toml new file mode 100644 index 0000000..72e8219 --- /dev/null +++ b/mods/better-mount-hud.pw.toml @@ -0,0 +1,13 @@ +name = "Better Mount HUD" +filename = "bettermounthud-1.2.2.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/kqJFAPU9/versions/h1QpxElt/bettermounthud-1.2.2.jar" +hash-format = "sha512" +hash = "1275717f84ece63f59714162a68b4e19ca626f843acefbfca49f4d446665559edd007db20cf4e66abf9ff1e76fe05f36bf5ca88fb1e63ef78c15a6b7fef01bb6" + +[update] +[update.modrinth] +mod-id = "kqJFAPU9" +version = "h1QpxElt" diff --git a/mods/borderless-mining.pw.toml b/mods/borderless-mining.pw.toml new file mode 100644 index 0000000..509b0e9 --- /dev/null +++ b/mods/borderless-mining.pw.toml @@ -0,0 +1,13 @@ +name = "Borderless Mining" +filename = "borderless-mining-1.1.8+1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/kYq5qkSL/versions/lhrW53q7/borderless-mining-1.1.8%2B1.20.1.jar" +hash-format = "sha512" +hash = "ca30d3fea6cae4c206789d7461edeedfb294a96e5eaebf60075baf3326e1021979cd94e29ade9096f25bfeb8cb36b6c6659d480ad24b1572c0c79efc6ee5e420" + +[update] +[update.modrinth] +mod-id = "kYq5qkSL" +version = "lhrW53q7" diff --git a/mods/capes.pw.toml b/mods/capes.pw.toml new file mode 100644 index 0000000..395c34b --- /dev/null +++ b/mods/capes.pw.toml @@ -0,0 +1,13 @@ +name = "Capes" +filename = "capes-1.5.2+1.20-fabric.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/89Wsn8GD/versions/z2zOEvPP/capes-1.5.2%2B1.20-fabric.jar" +hash-format = "sha512" +hash = "e8e0b46e6a7da55e83a3883497e29666941cf865c6166b319d56ba574a5124d864353be257c05468f3626813c28544c69fb8015fb24acc41a7ef9356b83714eb" + +[update] +[update.modrinth] +mod-id = "89Wsn8GD" +version = "z2zOEvPP" diff --git a/mods/cit-resewn.pw.toml b/mods/cit-resewn.pw.toml new file mode 100644 index 0000000..e032c02 --- /dev/null +++ b/mods/cit-resewn.pw.toml @@ -0,0 +1,13 @@ +name = "CIT Resewn" +filename = "citresewn-1.2.2+1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/otVJckYQ/versions/VzDTHJkq/citresewn-1.2.2%2B1.20.1.jar" +hash-format = "sha512" +hash = "33b0edd61adb9d337226aeefd7fdb7b1cd76fc583f3f423a3d0d64c2487bf922a86f84e8a0344f77d5a39400226b7a6859a4c1e9961de0a443372dee798a7a59" + +[update] +[update.modrinth] +mod-id = "otVJckYQ" +version = "VzDTHJkq" diff --git a/mods/cloth-config.pw.toml b/mods/cloth-config.pw.toml new file mode 100644 index 0000000..0ebc287 --- /dev/null +++ b/mods/cloth-config.pw.toml @@ -0,0 +1,13 @@ +name = "Cloth Config API" +filename = "cloth-config-11.1.136-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/9s6osm5g/versions/2xQdCMyG/cloth-config-11.1.136-fabric.jar" +hash-format = "sha512" +hash = "2da85c071c854223cc30c8e46794391b77e53f28ecdbbde59dc83b3dbbdfc74be9e68da9ed464e7f98b4361033899ba4f681ebff1f35edc2c60e599a59796f1c" + +[update] +[update.modrinth] +mod-id = "9s6osm5g" +version = "2xQdCMyG" diff --git a/mods/continuity.pw.toml b/mods/continuity.pw.toml new file mode 100644 index 0000000..1c96ae9 --- /dev/null +++ b/mods/continuity.pw.toml @@ -0,0 +1,13 @@ +name = "Continuity" +filename = "continuity-3.0.0+1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/1IjD5062/versions/qGTDcjHM/continuity-3.0.0%2B1.20.1.jar" +hash-format = "sha512" +hash = "7205cae3c534fd5d5328a9659146911381c06e54da995aabd11745ad72def5bd5120b7cb792fab2e8dcaa4670c23bdba21079b8f6da94152cfc6ea4b415edcbf" + +[update] +[update.modrinth] +mod-id = "1IjD5062" +version = "qGTDcjHM" diff --git a/mods/controlify.pw.toml b/mods/controlify.pw.toml new file mode 100644 index 0000000..f1bcbeb --- /dev/null +++ b/mods/controlify.pw.toml @@ -0,0 +1,13 @@ +name = "Controlify (Controller support)" +filename = "controlify-2.1.2+1.20.1-fabric.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/DOUdJVEm/versions/gYWWawgz/controlify-2.1.2%2B1.20.1-fabric.jar" +hash-format = "sha512" +hash = "0e239c6622957479a9f59266dc2295950698403e25e01f33192b038cab5c9e2d2985bc76fa0d13351116b6a6e93d8791756996cd32221f4a01fbb6d7b7133403" + +[update] +[update.modrinth] +mod-id = "DOUdJVEm" +version = "gYWWawgz" diff --git a/mods/debugify.pw.toml b/mods/debugify.pw.toml new file mode 100644 index 0000000..4852348 --- /dev/null +++ b/mods/debugify.pw.toml @@ -0,0 +1,13 @@ +name = "Debugify" +filename = "Debugify-1.20.1+2.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/QwxR6Gcd/versions/6XDJoCks/Debugify-1.20.1%2B2.0.jar" +hash-format = "sha512" +hash = "4cbeeafd7daadcf8a54526b6f415eac39c8bd1459d44967f484c499f407b9625c10faa5c8f825946d97529d5d64fd7504669bc13ebc4c3eb2a143aa20b50e4bd" + +[update] +[update.modrinth] +mod-id = "QwxR6Gcd" +version = "6XDJoCks" diff --git a/mods/dynamic-fps.pw.toml b/mods/dynamic-fps.pw.toml new file mode 100644 index 0000000..6efac40 --- /dev/null +++ b/mods/dynamic-fps.pw.toml @@ -0,0 +1,13 @@ +name = "Dynamic FPS" +filename = "dynamic-fps-3.9.5+minecraft-1.20.0-fabric.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/LQ3K71Q1/versions/D9mrJwm0/dynamic-fps-3.9.5%2Bminecraft-1.20.0-fabric.jar" +hash-format = "sha512" +hash = "8f6769b6ae3736e2481f0b4caea385ad6656b60b2493a1a746a3f0678e976494f7a0488ac4baa80531a38e8d64b1a61654ee97c238dc9b0e12347bdc6623520e" + +[update] +[update.modrinth] +mod-id = "LQ3K71Q1" +version = "D9mrJwm0" diff --git a/mods/e4mc.pw.toml b/mods/e4mc.pw.toml new file mode 100644 index 0000000..d62bf02 --- /dev/null +++ b/mods/e4mc.pw.toml @@ -0,0 +1,13 @@ +name = "e4mc" +filename = "e4mc_minecraft-fabric-5.4.1.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/qANg5Jrr/versions/baNcxaPZ/e4mc_minecraft-fabric-5.4.1.jar" +hash-format = "sha512" +hash = "39436cd5094b22bd0669f08ea0883b910f16873717f6a8e3fbd92e1bf5dc9037aacf5f3d60d338c09a89f498f69cf7472da4dffa38e728961944f517b3ef7e7c" + +[update] +[update.modrinth] +mod-id = "qANg5Jrr" +version = "baNcxaPZ" diff --git a/mods/ebe.pw.toml b/mods/ebe.pw.toml new file mode 100644 index 0000000..a262cfe --- /dev/null +++ b/mods/ebe.pw.toml @@ -0,0 +1,13 @@ +name = "Enhanced Block Entities" +filename = "enhancedblockentities-0.9+1.20.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/OVuFYfre/versions/i3v1Skck/enhancedblockentities-0.9%2B1.20.jar" +hash-format = "sha512" +hash = "7e8b402fd25efd396bc7f0f25a663808ae9890accc227850c454dfcdc975657f22afceb15878e781485622434a6f6d60aff2a60264aa4425edd52ebe052a0de5" + +[update] +[update.modrinth] +mod-id = "OVuFYfre" +version = "i3v1Skck" diff --git a/mods/entity-model-features.pw.toml b/mods/entity-model-features.pw.toml new file mode 100644 index 0000000..8fc0572 --- /dev/null +++ b/mods/entity-model-features.pw.toml @@ -0,0 +1,13 @@ +name = "[EMF] Entity Model Features" +filename = "entity_model_features_fabric_1.20.1-2.4.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/4I1XuqiY/versions/X2NBK99f/entity_model_features_fabric_1.20.1-2.4.1.jar" +hash-format = "sha512" +hash = "6b078e98ed5bf6eb6437a2230b15b32bb1579973ccdb418f3778eb1e745289ccc5e202cb0145558fa815a864847ba7396cfe5ba44df561e651d3da5cee7dd33b" + +[update] +[update.modrinth] +mod-id = "4I1XuqiY" +version = "X2NBK99f" diff --git a/mods/entityculling.pw.toml b/mods/entityculling.pw.toml new file mode 100644 index 0000000..769bffe --- /dev/null +++ b/mods/entityculling.pw.toml @@ -0,0 +1,13 @@ +name = "Entity Culling" +filename = "entityculling-fabric-1.8.0-mc1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/JrOhNEba/entityculling-fabric-1.8.0-mc1.20.1.jar" +hash-format = "sha512" +hash = "0781c1aa6e37b533eb6bb8e3ead674d21301aa706612398739c006899ac1b04c6bcc62a25e6ad3587b3c2f05211f88a01eb8c1b202929108237448b8b9909ba5" + +[update] +[update.modrinth] +mod-id = "NNAgCjsB" +version = "JrOhNEba" diff --git a/mods/entitytexturefeatures.pw.toml b/mods/entitytexturefeatures.pw.toml new file mode 100644 index 0000000..efd71f0 --- /dev/null +++ b/mods/entitytexturefeatures.pw.toml @@ -0,0 +1,13 @@ +name = "[ETF] Entity Texture Features" +filename = "entity_texture_features_fabric_1.20.1-6.2.9.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/BVzZfTc1/versions/WvkMQbYb/entity_texture_features_fabric_1.20.1-6.2.9.jar" +hash-format = "sha512" +hash = "56d65ccc56ee45e6a5aeb330bad0e59ddbec47fb3468dad1e42db8952ab70f2fd2eeda1046ff4394ac89e35941261623ee71a7a0e580fffa4f86971f615bbfa8" + +[update] +[update.modrinth] +mod-id = "BVzZfTc1" +version = "WvkMQbYb" diff --git a/mods/fabric-api.pw.toml b/mods/fabric-api.pw.toml new file mode 100644 index 0000000..95ad673 --- /dev/null +++ b/mods/fabric-api.pw.toml @@ -0,0 +1,13 @@ +name = "Fabric API" +filename = "fabric-api-0.92.6+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/UapVHwiP/fabric-api-0.92.6%2B1.20.1.jar" +hash-format = "sha512" +hash = "2bd2ed0cee22305b7ff49597c103a57c8fbe5f64be54a906796d48b589862626c951ff4cbf5cb1ed764a4d6479d69c3077594e693b7a291240eeea2bb3132b0c" + +[update] +[update.modrinth] +mod-id = "P7dR8mSH" +version = "UapVHwiP" diff --git a/mods/fabric-language-kotlin.pw.toml b/mods/fabric-language-kotlin.pw.toml new file mode 100644 index 0000000..5bfa988 --- /dev/null +++ b/mods/fabric-language-kotlin.pw.toml @@ -0,0 +1,13 @@ +name = "Fabric Language Kotlin" +filename = "fabric-language-kotlin-1.13.4+kotlin.2.2.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/mccDBWqV/fabric-language-kotlin-1.13.4%2Bkotlin.2.2.0.jar" +hash-format = "sha512" +hash = "26b6b4499bf872ebc2c666227b2ed721ce0e33a8e8b19632971250e5cb6e0b9f35aef15a07ce53cf4755285d9d38c4e05a5f1357bad544d44b9e30b87c0a0055" + +[update] +[update.modrinth] +mod-id = "Ha28R6CL" +version = "mccDBWqV" diff --git a/mods/fabrishot.pw.toml b/mods/fabrishot.pw.toml new file mode 100644 index 0000000..001f073 --- /dev/null +++ b/mods/fabrishot.pw.toml @@ -0,0 +1,13 @@ +name = "Fabrishot" +filename = "fabrishot-1.10.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/3qsfQtE9/versions/Rduo9X24/fabrishot-1.10.1.jar" +hash-format = "sha512" +hash = "e1c0417297f4b1e8289ecdec73f660560c8dd623cc536cabb3fca451049de0f8d57c6f09617415091cf9be43cc26bb253801feae9e6ac707a3c1038eb484fad3" + +[update] +[update.modrinth] +mod-id = "3qsfQtE9" +version = "Rduo9X24" diff --git a/mods/fadeless.pw.toml b/mods/fadeless.pw.toml new file mode 100644 index 0000000..f04f374 --- /dev/null +++ b/mods/fadeless.pw.toml @@ -0,0 +1,13 @@ +name = "Fadeless" +filename = "fadeless-1.0.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/ncKjyGm3/versions/j53ChsnW/fadeless-1.0.1.jar" +hash-format = "sha512" +hash = "8baece2486a29354276fbfbcb267ada333c26c59b3bd662101c309aea15689e06411d5e43e557601fb53288258a7b4239f34d573131972b098aaf69ff943ac96" + +[update] +[update.modrinth] +mod-id = "ncKjyGm3" +version = "j53ChsnW" diff --git a/mods/fastquit.pw.toml b/mods/fastquit.pw.toml new file mode 100644 index 0000000..363abf9 --- /dev/null +++ b/mods/fastquit.pw.toml @@ -0,0 +1,13 @@ +name = "FastQuit" +filename = "fastquit-3.0.0+1.20+.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/x1hIzbuY/versions/tNgyOUMr/fastquit-3.0.0%2B1.20%2B.jar" +hash-format = "sha512" +hash = "aa4710b43b9ed8a15f39d83fd0f6fc84f5c1e2348b2bad2e88ab0c0793d308162035f6bbed03488eefe719fe565ed37d6310c710f07349c10502ae5937555133" + +[update] +[update.modrinth] +mod-id = "x1hIzbuY" +version = "tNgyOUMr" diff --git a/mods/ferrite-core.pw.toml b/mods/ferrite-core.pw.toml new file mode 100644 index 0000000..c44ceae --- /dev/null +++ b/mods/ferrite-core.pw.toml @@ -0,0 +1,13 @@ +name = "FerriteCore" +filename = "ferritecore-6.0.1-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/uXXizFIs/versions/unerR5MN/ferritecore-6.0.1-fabric.jar" +hash-format = "sha512" +hash = "9b7dc686bfa7937815d88c7bbc6908857cd6646b05e7a96ddbdcada328a385bd4ba056532cd1d7df9d2d7f4265fd48bd49ff683f217f6d4e817177b87f6bc457" + +[update] +[update.modrinth] +mod-id = "uXXizFIs" +version = "unerR5MN" diff --git a/mods/immediatelyfast.pw.toml b/mods/immediatelyfast.pw.toml new file mode 100644 index 0000000..bae42eb --- /dev/null +++ b/mods/immediatelyfast.pw.toml @@ -0,0 +1,13 @@ +name = "ImmediatelyFast" +filename = "ImmediatelyFast-Fabric-1.5.0+1.20.4.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/5ZwdcRci/versions/6QvRWWbF/ImmediatelyFast-Fabric-1.5.0%2B1.20.4.jar" +hash-format = "sha512" +hash = "39984da8bd7daf0d71ddfb74b1a0ea6f60e8a332705b2d2342d1d0c4f8029f384bca43df7a3d6a6f999b2ac32e9d98f70b4907ce29cfcf02a00a3ece5a7538b9" + +[update] +[update.modrinth] +mod-id = "5ZwdcRci" +version = "6QvRWWbF" diff --git a/mods/indium.pw.toml b/mods/indium.pw.toml new file mode 100644 index 0000000..a664869 --- /dev/null +++ b/mods/indium.pw.toml @@ -0,0 +1,13 @@ +name = "Indium" +filename = "indium-1.0.36+mc1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/Orvt0mRa/versions/nQHYSjxO/indium-1.0.36%2Bmc1.20.1.jar" +hash-format = "sha512" +hash = "7c5a1851f1fc08ae69318e151d07151fabba6cda2a24616c9251e1a4e5b969453e88b97d60f926271d60e3511bfc6fa05a64a108466efb7f29bec4519547e0c9" + +[update] +[update.modrinth] +mod-id = "Orvt0mRa" +version = "nQHYSjxO" diff --git a/mods/iris.pw.toml b/mods/iris.pw.toml new file mode 100644 index 0000000..3c5de12 --- /dev/null +++ b/mods/iris.pw.toml @@ -0,0 +1,13 @@ +name = "Iris Shaders" +filename = "iris-1.7.6+mc1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/YL57xq9U/versions/s5eFLITc/iris-1.7.6%2Bmc1.20.1.jar" +hash-format = "sha512" +hash = "f1337b0441c31269bd3bfcb28647d521326a83e73128c1ac8d065615f8a5a4ca1e8c96a468b356584236ece5b164ec8d8a52b1878064f4e391ecf4f32885e301" + +[update] +[update.modrinth] +mod-id = "YL57xq9U" +version = "s5eFLITc" diff --git a/mods/lambdynamiclights.pw.toml b/mods/lambdynamiclights.pw.toml new file mode 100644 index 0000000..da2d05b --- /dev/null +++ b/mods/lambdynamiclights.pw.toml @@ -0,0 +1,13 @@ +name = "LambDynamicLights" +filename = "lambdynamiclights-4.1.3+1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/yBW8D80W/versions/Zxi6kGDV/lambdynamiclights-4.1.3%2B1.20.1.jar" +hash-format = "sha512" +hash = "f1fc41c4c99df4fe6eea97070dc8b54a28830fa6a6b33f33833f25741babfe38d12a2bdcae5ccc4b5a115a427d46e22e2487431e23d86080efad3a2f571a1831" + +[update] +[update.modrinth] +mod-id = "yBW8D80W" +version = "Zxi6kGDV" diff --git a/mods/language-reload.pw.toml b/mods/language-reload.pw.toml new file mode 100644 index 0000000..2ae9b9b --- /dev/null +++ b/mods/language-reload.pw.toml @@ -0,0 +1,13 @@ +name = "Language Reload" +filename = "language-reload-1.7.4+1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/uLbm7CG6/versions/7g8j3tHH/language-reload-1.7.4%2B1.20.1.jar" +hash-format = "sha512" +hash = "0df0c486b02a86e33a29e48615d5379b5824104a9c34ce76d7072c7cb41a5578e2195fc5bd21c8627869f8101f378b97d620632335dc360e784f67e954ab0290" + +[update] +[update.modrinth] +mod-id = "uLbm7CG6" +version = "7g8j3tHH" diff --git a/mods/lithium.pw.toml b/mods/lithium.pw.toml new file mode 100644 index 0000000..565754c --- /dev/null +++ b/mods/lithium.pw.toml @@ -0,0 +1,13 @@ +name = "Lithium" +filename = "lithium-fabric-mc1.20.1-0.11.3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/gvQqBUqZ/versions/vuuAe7ZA/lithium-fabric-mc1.20.1-0.11.3.jar" +hash-format = "sha512" +hash = "dc9bc65146f41cf99c46b46216dd3645be7c45cfeb2bc7cdceaa11bcd57771cdf2c30e84ce057f12b8dbf0d54fb808143cf46d92626370011ba5112bec18e720" + +[update] +[update.modrinth] +mod-id = "gvQqBUqZ" +version = "vuuAe7ZA" diff --git a/mods/main-menu-credits.pw.toml b/mods/main-menu-credits.pw.toml new file mode 100644 index 0000000..c20c31e --- /dev/null +++ b/mods/main-menu-credits.pw.toml @@ -0,0 +1,13 @@ +name = "Main Menu Credits" +filename = "main-menu-credits-1.1.2.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/qJDfP7WN/versions/hWX5REu6/main-menu-credits-1.1.2.jar" +hash-format = "sha512" +hash = "ffd34a0fb7d0eda309af8deb0a06cae8c367e954e4452fef50a25bf2e3639aa998b4d1dcf0f74be61e51d7ccca175a80631927878a07103ca9da40492fd43467" + +[update] +[update.modrinth] +mod-id = "qJDfP7WN" +version = "hWX5REu6" diff --git a/mods/memoryleakfix.pw.toml b/mods/memoryleakfix.pw.toml new file mode 100644 index 0000000..43d59e7 --- /dev/null +++ b/mods/memoryleakfix.pw.toml @@ -0,0 +1,13 @@ +name = "Memory Leak Fix" +filename = "memoryleakfix-fabric-1.17+-1.1.5.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/NRjRiSSD/versions/5xvCCRjJ/memoryleakfix-fabric-1.17%2B-1.1.5.jar" +hash-format = "sha512" +hash = "a7bf7429340d076f4b30602bc714280c3f5cb8e814e76e89296c8155e3355b33304a148e9218378a3383127e95b7ba47402506c687f1d58609704fe8cc60ab93" + +[update] +[update.modrinth] +mod-id = "NRjRiSSD" +version = "5xvCCRjJ" diff --git a/mods/mixintrace.pw.toml b/mods/mixintrace.pw.toml new file mode 100644 index 0000000..66065eb --- /dev/null +++ b/mods/mixintrace.pw.toml @@ -0,0 +1,13 @@ +name = "MixinTrace" +filename = "mixintrace-1.1.1+1.17.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/sGmHWmeL/versions/1.1.1%2B1.17/mixintrace-1.1.1%2B1.17.jar" +hash-format = "sha512" +hash = "ea9034b60bc1c64629a9bcad2e619907692fe6e7464026236c55cc5a4892a20d21dd6318ad0380ab2ec245f7077939b6717d2ed58e00708c17470be14f5e0b5f" + +[update] +[update.modrinth] +mod-id = "sGmHWmeL" +version = "LGYOH4RN" diff --git a/mods/modelfix.pw.toml b/mods/modelfix.pw.toml new file mode 100644 index 0000000..e51aac3 --- /dev/null +++ b/mods/modelfix.pw.toml @@ -0,0 +1,13 @@ +name = "Model Gap Fix" +filename = "modelfix-1.15-fabric.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/QdG47OkI/versions/GkLb4bRl/modelfix-1.15-fabric.jar" +hash-format = "sha512" +hash = "8724fe22274465f38129f81babb97b7fff68e89b0c88e22a2acbd801ddbeb0210864c2774377fe7b69b917db5889677c1b0d67084f4847cab0f7bd3203e187d4" + +[update] +[update.modrinth] +mod-id = "QdG47OkI" +version = "GkLb4bRl" diff --git a/mods/modernfix.pw.toml b/mods/modernfix.pw.toml new file mode 100644 index 0000000..e3c268d --- /dev/null +++ b/mods/modernfix.pw.toml @@ -0,0 +1,13 @@ +name = "ModernFix" +filename = "modernfix-fabric-5.23.1+mc1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/nmDcB62a/versions/sHT8jMZl/modernfix-fabric-5.23.1%2Bmc1.20.1.jar" +hash-format = "sha512" +hash = "8d34f6907b2e5718bdc74b18a90908ab0ce682eeda44f67318917162e99dcb8f78ddbf6da3ce7411859b2a1733f88a0f4c03eb9b124841d29df6efaf0bfd5b7b" + +[update] +[update.modrinth] +mod-id = "nmDcB62a" +version = "sHT8jMZl" diff --git a/mods/modmenu.pw.toml b/mods/modmenu.pw.toml new file mode 100644 index 0000000..dbe985d --- /dev/null +++ b/mods/modmenu.pw.toml @@ -0,0 +1,13 @@ +name = "Mod Menu" +filename = "modmenu-7.2.2.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/mOgUt4GM/versions/lEkperf6/modmenu-7.2.2.jar" +hash-format = "sha512" +hash = "9a7837e04bb34376611b207a3b20e5fe1c82a4822b42929d5b410809ec4b88ff3cac8821c4568f880775bafa3c079dfc7800f8471356a4046248b12607e855eb" + +[update] +[update.modrinth] +mod-id = "mOgUt4GM" +version = "lEkperf6" diff --git a/mods/morechathistory.pw.toml b/mods/morechathistory.pw.toml new file mode 100644 index 0000000..cd833f4 --- /dev/null +++ b/mods/morechathistory.pw.toml @@ -0,0 +1,13 @@ +name = "More Chat History" +filename = "morechathistory-1.3.0.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/8qkXwOnk/versions/PLfxrDkh/morechathistory-1.3.0.jar" +hash-format = "sha512" +hash = "b8c097418f9b60b3dce19e6f0a5d2f7ca864f7ac543e589061c898fec141df147296c199fec71f52a5d5d078a6f9ff891704f9d81dcab8653d80885adb551726" + +[update] +[update.modrinth] +mod-id = "8qkXwOnk" +version = "PLfxrDkh" diff --git a/mods/moreculling.pw.toml b/mods/moreculling.pw.toml new file mode 100644 index 0000000..bb2e162 --- /dev/null +++ b/mods/moreculling.pw.toml @@ -0,0 +1,13 @@ +name = "More Culling" +filename = "moreculling-1.20.4-0.24.0.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/51shyZVL/versions/3m5znPWm/moreculling-1.20.4-0.24.0.jar" +hash-format = "sha512" +hash = "3a8accedfa48ce86b4091ce7994d63b2c7d1f6654119a5dc8430bd7370084bf04801c71600bb2b1546a58aef972797048f86eebbff2a666905a86c2b1cf7632e" + +[update] +[update.modrinth] +mod-id = "51shyZVL" +version = "3m5znPWm" diff --git a/mods/no-chat-reports.pw.toml b/mods/no-chat-reports.pw.toml new file mode 100644 index 0000000..7865ba7 --- /dev/null +++ b/mods/no-chat-reports.pw.toml @@ -0,0 +1,13 @@ +name = "No Chat Reports" +filename = "NoChatReports-FABRIC-1.20.1-v2.2.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/qQyHxfxd/versions/HeZZR2kF/NoChatReports-FABRIC-1.20.1-v2.2.2.jar" +hash-format = "sha512" +hash = "3213e37fc12205e49f69a6c295c8c3237d8464d63dedbfbac4901892752741d22ebf7e1b40d6683143e70ca158fc95b00c2af177a1263038edce9a46b6cbeb79" + +[update] +[update.modrinth] +mod-id = "qQyHxfxd" +version = "HeZZR2kF" diff --git a/mods/nuit-interop.pw.toml b/mods/nuit-interop.pw.toml new file mode 100644 index 0000000..470d766 --- /dev/null +++ b/mods/nuit-interop.pw.toml @@ -0,0 +1,13 @@ +name = "Nuit Interop (formerly FabricSkyBoxes Interop)" +filename = "fsb-interop-1.3.6+mc1.20.1-build.50.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/HpdHOPOp/versions/JRvZ5VhS/fsb-interop-1.3.6%2Bmc1.20.1-build.50.jar" +hash-format = "sha512" +hash = "922e5048e64b82181147cebda117408dabdc0119cd101172a7c24047a936b7add14a7db21b3aa73c6f0262b97cddd7f3768bdb30e08aae3fd88913e8f9fa5ee0" + +[update] +[update.modrinth] +mod-id = "HpdHOPOp" +version = "JRvZ5VhS" diff --git a/mods/nuit.pw.toml b/mods/nuit.pw.toml new file mode 100644 index 0000000..4df4998 --- /dev/null +++ b/mods/nuit.pw.toml @@ -0,0 +1,13 @@ +name = "Nuit (formerly FabricSkyboxes)" +filename = "fabricskyboxes-0.7.3+mc1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/YBz7DOs8/versions/cezLH6eB/fabricskyboxes-0.7.3%2Bmc1.20.1.jar" +hash-format = "sha512" +hash = "e71c12b81f10b42c06fac9719a2135c6d34f298fb12d926bce9aca6af8655b76ccb31dce9561543499a019e43e93cf4036dc051fe2a97ca2a8fe112f646a99a5" + +[update] +[update.modrinth] +mod-id = "YBz7DOs8" +version = "cezLH6eB" diff --git a/mods/optigui.pw.toml b/mods/optigui.pw.toml new file mode 100644 index 0000000..5cdaa55 --- /dev/null +++ b/mods/optigui.pw.toml @@ -0,0 +1,13 @@ +name = "OptiGUI" +filename = "optigui-2.3.0-beta.6.1-modrinth+1.20.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/JuksLGBQ/versions/VOkFcxqC/optigui-2.3.0-beta.6.1-modrinth%2B1.20.jar" +hash-format = "sha512" +hash = "9ee3e3675f1ed345e51392980ec4cf67d6fe9c11085ad70da6b31e199f8b35fc90a1f8719506838ae16cc03d0586f93ecfe4096939348f6c78fb433b2b699c0c" + +[update] +[update.modrinth] +mod-id = "JuksLGBQ" +version = "VOkFcxqC" diff --git a/mods/puzzle.pw.toml b/mods/puzzle.pw.toml new file mode 100644 index 0000000..1321f63 --- /dev/null +++ b/mods/puzzle.pw.toml @@ -0,0 +1,13 @@ +name = "Puzzle" +filename = "puzzle-1.5.2+1.20.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/3IuO68q1/versions/F5UKlslF/puzzle-1.5.2%2B1.20.jar" +hash-format = "sha512" +hash = "425bba203c953aefc5bcc33a706bb1e85802edae881315aa736371036120597baa6edd58ec1e557638246d8ab10a7f90586352eb62dcc8754d2c13f24e42b014" + +[update] +[update.modrinth] +mod-id = "3IuO68q1" +version = "F5UKlslF" diff --git a/mods/reeses-sodium-options.pw.toml b/mods/reeses-sodium-options.pw.toml new file mode 100644 index 0000000..39b46e6 --- /dev/null +++ b/mods/reeses-sodium-options.pw.toml @@ -0,0 +1,13 @@ +name = "Reese's Sodium Options" +filename = "reeses_sodium_options-1.7.2+mc1.20.1-build.101.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/Bh37bMuy/versions/Rc9pkPug/reeses_sodium_options-1.7.2%2Bmc1.20.1-build.101.jar" +hash-format = "sha512" +hash = "efb5eab3caea346f9d13ea7c73e856f286bba1c87508c7250deada7bf4e9ad179a12e9861f61145d5c9578d88f740abf19c564f14579aac5da1f46bf6f086977" + +[update] +[update.modrinth] +mod-id = "Bh37bMuy" +version = "Rc9pkPug" diff --git a/mods/rrls.pw.toml b/mods/rrls.pw.toml new file mode 100644 index 0000000..9ec8a52 --- /dev/null +++ b/mods/rrls.pw.toml @@ -0,0 +1,13 @@ +name = "Remove Reloading Screen" +filename = "rrls-4.0.6.1+mc1.20.1-fabric.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/ZP7xHXtw/versions/VHNE9K3D/rrls-4.0.6.1%2Bmc1.20.1-fabric.jar" +hash-format = "sha512" +hash = "713a2c044a767f15edca518bff03ddb974ff15832fc8f7e3b059a906f27fd8e3c5684053ee086db1a449925a879272d000c75a9c53d0380a348743d3020481ee" + +[update] +[update.modrinth] +mod-id = "ZP7xHXtw" +version = "VHNE9K3D" diff --git a/mods/sodium-extra.pw.toml b/mods/sodium-extra.pw.toml new file mode 100644 index 0000000..b024ac6 --- /dev/null +++ b/mods/sodium-extra.pw.toml @@ -0,0 +1,13 @@ +name = "Sodium Extra" +filename = "sodium-extra-0.5.9+mc1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/PtjYWJkn/versions/mDbF0LZT/sodium-extra-0.5.9%2Bmc1.20.1.jar" +hash-format = "sha512" +hash = "c47b765f8e062ca7e3471fe5e74aabdf56160d5b67b64dfcca8c177ede914715097ae4e94defe2a6b02bf86ccba1e7bf471073c71bb126e51adf21e54c5864e3" + +[update] +[update.modrinth] +mod-id = "PtjYWJkn" +version = "mDbF0LZT" diff --git a/mods/sodium.pw.toml b/mods/sodium.pw.toml new file mode 100644 index 0000000..54741df --- /dev/null +++ b/mods/sodium.pw.toml @@ -0,0 +1,13 @@ +name = "Sodium" +filename = "sodium-fabric-0.5.13+mc1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/AANobbMI/versions/OihdIimA/sodium-fabric-0.5.13%2Bmc1.20.1.jar" +hash-format = "sha512" +hash = "81c64f9c2d3402dfa43ee54d8f5a054f5243bfb08984e3addcab9fe885073c79c43c1c8c41e8f30b625d26a656f82a8e5f370bbbbf222ff1c08f4b324edb7ea4" + +[update] +[update.modrinth] +mod-id = "AANobbMI" +version = "OihdIimA" diff --git a/mods/yacl.pw.toml b/mods/yacl.pw.toml new file mode 100644 index 0000000..7ce8a8a --- /dev/null +++ b/mods/yacl.pw.toml @@ -0,0 +1,13 @@ +name = "YetAnotherConfigLib (YACL)" +filename = "yet_another_config_lib_v3-3.6.6+1.20.1-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/1eAoo2KR/versions/dvS5DjUA/yet_another_config_lib_v3-3.6.6%2B1.20.1-fabric.jar" +hash-format = "sha512" +hash = "20f282b3cdaec7c83a96840edb756336677c5816ed943145022f1ce1eafac0c9aa7c621939e15abe6f4309626738bc56d3d1b8434f5175d22e7409108630b02b" + +[update] +[update.modrinth] +mod-id = "1eAoo2KR" +version = "dvS5DjUA" diff --git a/mods/yosbr.pw.toml b/mods/yosbr.pw.toml new file mode 100644 index 0000000..7c450b3 --- /dev/null +++ b/mods/yosbr.pw.toml @@ -0,0 +1,13 @@ +name = "Your Options Shall Be Respected (YOSBR)" +filename = "yosbr-0.1.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/WwbubTsV/versions/KMOzdYko/yosbr-0.1.2.jar" +hash-format = "sha512" +hash = "254f2225f6446523aa8c8274e83b31e27f3b2afc8fe4f490fb1b169dd518e10c7993acda5db0ab597474ddf9d69506b5e794242fada1e2f89ed7bf9d412a8f78" + +[update] +[update.modrinth] +mod-id = "WwbubTsV" +version = "KMOzdYko" diff --git a/mods/zoomify.pw.toml b/mods/zoomify.pw.toml new file mode 100644 index 0000000..ecbf611 --- /dev/null +++ b/mods/zoomify.pw.toml @@ -0,0 +1,13 @@ +name = "Zoomify" +filename = "Zoomify-2.14.4+1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/w7ThoJFB/versions/VsZyF8DS/Zoomify-2.14.4%2B1.20.1.jar" +hash-format = "sha512" +hash = "89ac40fd2bf8fe36725c6fefbf670e8fec39a2775b5615b007492bcbd0a06ba5ee1409b630a82c3fb09819a7f05cdb54f4c4091f56902f391c74885abee31202" + +[update] +[update.modrinth] +mod-id = "w7ThoJFB" +version = "VsZyF8DS" diff --git a/pack.toml b/pack.toml new file mode 100644 index 0000000..340a520 --- /dev/null +++ b/pack.toml @@ -0,0 +1,13 @@ +name = "Fabulous" +author = "Malasaur" +version = "1.0.0" +pack-format = "packwiz:1.1.0" + +[index] +file = "index.toml" +hash-format = "sha256" +hash = "b6cde9a8b3714606e0d3c9a4aa54f4e1b1696d09fb38fd119017d8f712b2208a" + +[versions] +fabric = "0.16.14" +minecraft = "1.20.1"