From 1039e58fdf34660a890996d2f815ec93c72abd8e Mon Sep 17 00:00:00 2001 From: Merith Date: Fri, 14 Feb 2025 18:47:44 -0800 Subject: [PATCH] overrides to force it to load --- .../config/fabric_loader_dependencies.json | 11 ++++++++ .minecraft/index.toml | 25 ++++++++++++++++++- .minecraft/mods/inline.pw.toml | 13 ++++++++++ .minecraft/mods/patchouli.pw.toml | 13 ++++++++++ .minecraft/mods/paucal.pw.toml | 13 ++++++++++ .minecraft/pack.toml | 2 +- 6 files changed, 75 insertions(+), 2 deletions(-) create mode 100644 .minecraft/config/fabric_loader_dependencies.json create mode 100644 .minecraft/mods/inline.pw.toml create mode 100644 .minecraft/mods/patchouli.pw.toml create mode 100644 .minecraft/mods/paucal.pw.toml diff --git a/.minecraft/config/fabric_loader_dependencies.json b/.minecraft/config/fabric_loader_dependencies.json new file mode 100644 index 0000000..b1ad7d7 --- /dev/null +++ b/.minecraft/config/fabric_loader_dependencies.json @@ -0,0 +1,11 @@ +{ + "version": 1, + "overrides": { + "hexcasting": { + "-depends": { + "cardinal-components-item": "IGNORED", + "cardinal-components-block": "IGNORED" + } + } + } + } \ No newline at end of file diff --git a/.minecraft/index.toml b/.minecraft/index.toml index 6d12e5c..7ed2010 100644 --- a/.minecraft/index.toml +++ b/.minecraft/index.toml @@ -1,8 +1,12 @@ hash-format = "sha256" +[[files]] +file = "config/fabric_loader_dependencies.json" +hash = "1a2a9e7c4b0744a9bc3321e6e292260bf1395fea940d9e5ff52d33b6e9bb7257" + [[files]] file = "config/simplemenu.json5" -hash = "3f41fbf9725193271ebba21a0e16e99a15bb0331f8449925c8484f7becc22587" +hash = "0c0284a0d51413f4688c0e98fcc9095ec3de4479dce9c7ef9a5dd43361e8c9b1" [[files]] file = "config/simplemenu/icon/icon_32x32.png" @@ -12,6 +16,10 @@ hash = "6cfd7ed95f1d805d383de2a0743dd0dedb22f15939302e969b304d7e967760e7" file = "config/yosbr/config/betterf3.json" hash = "8254cc98fc6b737bac12f0e368d8918169fb1c2cf6116961cff1bc7d465ee316" +[[files]] +file = "config/yosbr/config/immersive_mc-client.json" +hash = "2dfb0feedfff93889c44dba4fe0626de69dc882e569de20af435e99bdc26b436" + [[files]] file = "config/yosbr/config/luckperms/luckperms.conf" hash = "1e324a30c0efe883cc65f2bb3bae1b02c01d7156533c43ff820c232a2a067e15" @@ -168,6 +176,11 @@ file = "mods/immersivemc.pw.toml" hash = "88686f13a04783dffb842499f1632ba2f25a2a6919c9115b2b7f338fb67f8265" metafile = true +[[files]] +file = "mods/inline.pw.toml" +hash = "d8c819fde97f9129ff0e9a6402e18598eb7d844c0193007a08aa88f3c0e3e507" +metafile = true + [[files]] file = "mods/inventory-tabs.pw.toml" hash = "cf11a2f3584998ee7f7708e84d5b4d7ca06f3a74566628e213b632a521ae27fe" @@ -263,6 +276,16 @@ file = "mods/paradise-lost.pw.toml" hash = "e950c7b54e6888450cf526fb99cbbda3e7091855d9fdc5c905965d55aefbf64c" metafile = true +[[files]] +file = "mods/patchouli.pw.toml" +hash = "3c2fe6485d980a094a5094263d9d54dd59bd4cfd37439109be561894342a82f8" +metafile = true + +[[files]] +file = "mods/paucal.pw.toml" +hash = "49ef3ff0a74c6338f2160c4ee683ae34f745a38c0c87f2d7527e4f88406113fe" +metafile = true + [[files]] file = "mods/placeholder-api.pw.toml" hash = "3c5a5fe2267f93188d7e41f7a06ea09a64b40224b90f601e42cf666c16f12268" diff --git a/.minecraft/mods/inline.pw.toml b/.minecraft/mods/inline.pw.toml new file mode 100644 index 0000000..eb744ea --- /dev/null +++ b/.minecraft/mods/inline.pw.toml @@ -0,0 +1,13 @@ +name = "Inline" +filename = "inline-fabric-1.20.1-1.0.2.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/fin1PX4m/versions/Bskomaui/inline-fabric-1.20.1-1.0.2.jar" +hash-format = "sha512" +hash = "15c8497a4370958283c3eac30103eda644538060b5eca71274c1a3c47011727b0f218c7ca977c456bb140d5328f91800cc1f6fcce82c404ac7a4d0017e8ca84d" + +[update] +[update.modrinth] +mod-id = "fin1PX4m" +version = "Bskomaui" diff --git a/.minecraft/mods/patchouli.pw.toml b/.minecraft/mods/patchouli.pw.toml new file mode 100644 index 0000000..9f422eb --- /dev/null +++ b/.minecraft/mods/patchouli.pw.toml @@ -0,0 +1,13 @@ +name = "Patchouli" +filename = "Patchouli-1.20.1-84.1-FABRIC.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/nU0bVIaL/versions/Muu5nGmj/Patchouli-1.20.1-84.1-FABRIC.jar" +hash-format = "sha512" +hash = "a08ae7db9381bf44ff5a22e5fa0cc44ff744fe220df6c88863eded09274786609e8705dc6a31f70c072127c81255a413d37aa479dd2aaf07bc7ed0c822e0a070" + +[update] +[update.modrinth] +mod-id = "nU0bVIaL" +version = "Muu5nGmj" diff --git a/.minecraft/mods/paucal.pw.toml b/.minecraft/mods/paucal.pw.toml new file mode 100644 index 0000000..615c0b4 --- /dev/null +++ b/.minecraft/mods/paucal.pw.toml @@ -0,0 +1,13 @@ +name = "PAUCAL" +filename = "paucal-0.6.0+1.20.1-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/TZo2wHFe/versions/dabyDTwJ/paucal-0.6.0%2B1.20.1-fabric.jar" +hash-format = "sha512" +hash = "5ab76a177c66113a1a1a6aaf738077c711d4b73807814d530f753961967398d5908ef1857b3290e633a3917bf7a93f9dc8cf2fb9767b26b8efbe8e295922d571" + +[update] +[update.modrinth] +mod-id = "TZo2wHFe" +version = "dabyDTwJ" diff --git a/.minecraft/pack.toml b/.minecraft/pack.toml index 812f188..05a708f 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 = "31d40e0f3e4ff4bfb4371c58ae510478e9978bdae655179691e3e3773fbcc1ea" +hash = "087ac88d48f9be0dec9e537e7dde6ecdcc0590f86117520c26a1f72d8f0dca66" [versions] fabric = "0.16.10"