From 9ee78230011a5bfae761fb97561ce6c315966751 Mon Sep 17 00:00:00 2001 From: Wroclaw Date: Sat, 19 Aug 2023 00:06:21 +0200 Subject: [PATCH 1/7] MiniHud, InventoryProfilesNext: Change keybinds set Config Screen (MiniHud) keybind to rshift+f9 (f9 toggles shape renderer) set autoRefill toggle (Inventory Profiles Next) keybind to f10 (from none) I believe setting these keybinds like that provides more value to the pack --- config/inventoryprofilesnext/inventoryprofiles.json | 3 +++ config/minihud.json | 2 +- index.toml | 4 ++-- pack.toml | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/config/inventoryprofilesnext/inventoryprofiles.json b/config/inventoryprofilesnext/inventoryprofiles.json index e0ccea0..5eef3e4 100644 --- a/config/inventoryprofilesnext/inventoryprofiles.json +++ b/config/inventoryprofilesnext/inventoryprofiles.json @@ -5,6 +5,9 @@ }, "highlight_foused_items_foreground": false, "enable_auto_refill": { + "main": { + "keys": "F10" + }, "value": false }, "enable_updates_check": false, diff --git a/config/minihud.json b/config/minihud.json index 3f99fb4..0e3a705 100644 --- a/config/minihud.json +++ b/config/minihud.json @@ -124,7 +124,7 @@ } }, "openConfigGui": { - "keys": "H,C" + "keys": "RIGHT_SHIFT,F9" }, "requiredKey": { "keys": "" diff --git a/index.toml b/index.toml index 6dc6545..3fb7dfb 100644 --- a/index.toml +++ b/index.toml @@ -38,7 +38,7 @@ hash = "04eebdc422a5555ac806fecd5793ec52ee00f175ed2efa431721170eaeb4dbca" [[files]] file = "config/inventoryprofilesnext/inventoryprofiles.json" -hash = "d86f4419416b0b39d64745c345f0aa19a31086a3669c125f9ee4863c96bef575" +hash = "381aa90a1af441c78c8a55ff2f20e4dc824a22794ea80b49fbe541239efe27e7" [[files]] file = "config/isxander-main-menu-credits.json" @@ -50,7 +50,7 @@ hash = "c7486c0c1e198b7227066f1926389117aab9d4705aca3911ed3aceb450669e4b" [[files]] file = "config/minihud.json" -hash = "45cc5459014ac99f55b26ed923fb26d0099de96acb9bc22799a42fc16bd3dc5e" +hash = "c5a0389846c527dba77ebf8739c36fc6b4ba8fc55aac3e0205fc9d7d55d9586f" [[files]] file = "config/openloader/advanced_options.json" diff --git a/pack.toml b/pack.toml index 8544885..65948b6 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "b50bbda5c6884476c7890a5d0f5d28ec6e7cc68c9446c35fdef2e2799265ad76" +hash = "0ba8a1b939218f51a254b90fd39a1d6910ac8dd09901768fba05d0cc1b1db25e" [versions] minecraft = "1.20.1" From a643b451804fbd5426de058a2250f59afc490de3 Mon Sep 17 00:00:00 2001 From: Wroclaw Date: Sat, 19 Aug 2023 00:09:06 +0200 Subject: [PATCH 2/7] Xaeros minimap: source from Modrinth --- index.toml | 2 +- mods/xaeros-minimap-fair-play-edition.pw.toml | 10 +++++----- pack.toml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/index.toml b/index.toml index 3fb7dfb..21702e1 100644 --- a/index.toml +++ b/index.toml @@ -369,7 +369,7 @@ metafile = true [[files]] file = "mods/xaeros-minimap-fair-play-edition.pw.toml" -hash = "664813f711c34f6d8bb8c9c2172bc285f1908e11c95bcce4f2ae6ce3746f6ca4" +hash = "c78d1262652364368237efd85456ac377a55089f4539bb51d405363ad5e6e998" metafile = true [[files]] diff --git a/mods/xaeros-minimap-fair-play-edition.pw.toml b/mods/xaeros-minimap-fair-play-edition.pw.toml index 4e484d4..7739994 100644 --- a/mods/xaeros-minimap-fair-play-edition.pw.toml +++ b/mods/xaeros-minimap-fair-play-edition.pw.toml @@ -1,16 +1,16 @@ -name = "Xaero's Minimap (Fair-play Edition)" +name = "Xaero's Minimap (Fair-Play)" filename = "Xaeros_Minimap_FP23.4.4_Fabric_1.20.jar" side = "both" [download] +url = "https://cdn.modrinth.com/data/JkSi2Fzx/versions/rKlrD9dr/Xaeros_Minimap_FP23.4.4_Fabric_1.20.jar" hash-format = "sha1" hash = "f1f16491e556f7801b76044e92ecb435e7b13e71" -mode = "metadata:curseforge" [update] -[update.curseforge] -file-id = 4586337 -project-id = 263466 +[update.modrinth] +mod-id = "JkSi2Fzx" +version = "rKlrD9dr" [option] optional = true diff --git a/pack.toml b/pack.toml index 65948b6..560cfa0 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "0ba8a1b939218f51a254b90fd39a1d6910ac8dd09901768fba05d0cc1b1db25e" +hash = "ec77018d2bc63f7a1c937a2363b600f49da7e5fa4c618156b7c7a94efe017e6b" [versions] minecraft = "1.20.1" From 474ed26a8a5f75c462fc180304739d556ca34ee3 Mon Sep 17 00:00:00 2001 From: Wroclaw Date: Sat, 19 Aug 2023 00:15:34 +0200 Subject: [PATCH 3/7] Xaeros world map: update and source from Modrinth --- index.toml | 2 +- mods/xaeros-world-map.pw.toml | 12 ++++++------ pack.toml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/index.toml b/index.toml index 21702e1..ce0542e 100644 --- a/index.toml +++ b/index.toml @@ -374,7 +374,7 @@ metafile = true [[files]] file = "mods/xaeros-world-map.pw.toml" -hash = "009538dabd2f7152d3d348a8e9a81faaeba1531e8a8e66f0a071440bc005daba" +hash = "746d31ce0ece844c209e6755097adff1c830f0490cadd0b0d410e0879947c285" metafile = true [[files]] diff --git a/mods/xaeros-world-map.pw.toml b/mods/xaeros-world-map.pw.toml index 502f335..4595dc7 100644 --- a/mods/xaeros-world-map.pw.toml +++ b/mods/xaeros-world-map.pw.toml @@ -1,16 +1,16 @@ name = "Xaero's World Map" -filename = "XaerosWorldMap_1.32.0_Fabric_1.20.jar" +filename = "XaerosWorldMap_1.33.0_Fabric_1.20.jar" side = "both" [download] +url = "https://cdn.modrinth.com/data/NcUtCpym/versions/VTlrn9zn/XaerosWorldMap_1.33.0_Fabric_1.20.jar" hash-format = "sha1" -hash = "9e25e722198fbb14eaf4261bdbbb2d44c1776509" -mode = "metadata:curseforge" +hash = "cf654d1c7c468d307959acc2f4854e61ad8d197a" [update] -[update.curseforge] -file-id = 4685564 -project-id = 317780 +[update.modrinth] +mod-id = "NcUtCpym" +version = "VTlrn9zn" [option] optional = true diff --git a/pack.toml b/pack.toml index 560cfa0..6ca0ce0 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "ec77018d2bc63f7a1c937a2363b600f49da7e5fa4c618156b7c7a94efe017e6b" +hash = "e3dd76b44260778792850490014b7af317a68473ef226d00f645bc9627e54edf" [versions] minecraft = "1.20.1" From 6fd5bbe68c825be2adbcb68b697e7e3f1ee436a3 Mon Sep 17 00:00:00 2001 From: Wroclaw Date: Sat, 19 Aug 2023 00:19:51 +0200 Subject: [PATCH 4/7] Update mods --- index.toml | 8 ++++---- mods/indium.pw.toml | 8 ++++---- mods/iris.pw.toml | 8 ++++---- mods/qsl.pw.toml | 8 ++++---- mods/sodium.pw.toml | 8 ++++---- pack.toml | 2 +- 6 files changed, 21 insertions(+), 21 deletions(-) diff --git a/index.toml b/index.toml index ce0542e..e3c41a1 100644 --- a/index.toml +++ b/index.toml @@ -204,7 +204,7 @@ metafile = true [[files]] file = "mods/indium.pw.toml" -hash = "493574c6b2cb8fccb0cdf9c4385c41ce9e0f79e24320f2ed7955e819f37b7a55" +hash = "678d1c7827d30fbe8c225e7f2b8ddc29f1dd69cced29335ee5a670477a0728a2" metafile = true [[files]] @@ -219,7 +219,7 @@ metafile = true [[files]] file = "mods/iris.pw.toml" -hash = "5aa33cf19de168fa9da2421aff76367a5b7206d9f5ffd1dbbce4bff2a47a88ef" +hash = "f2170f677cce023da0b7506a0445352d99690603d70046ec5c90231016b4d3b9" metafile = true [[files]] @@ -284,7 +284,7 @@ metafile = true [[files]] file = "mods/qsl.pw.toml" -hash = "affe1dbede9008f5e03cdf764b4c7a910fe7b9062dbeeb82d99e2497dc8603d8" +hash = "7ffa8a332d46b6b412904e52353d7095b4709de406699d75bc31dc99ce416487" metafile = true [[files]] @@ -324,7 +324,7 @@ metafile = true [[files]] file = "mods/sodium.pw.toml" -hash = "17831880d734824e34609ee8f6b6ca677b9dc093a6c6360f86d44b3c66bfd7db" +hash = "bff35d4d3b4fa8c82b5890555d8d9123c223787c545ba7c000c0208b68a72a6d" metafile = true [[files]] diff --git a/mods/indium.pw.toml b/mods/indium.pw.toml index ef6ccd8..8f68125 100644 --- a/mods/indium.pw.toml +++ b/mods/indium.pw.toml @@ -1,13 +1,13 @@ name = "Indium" -filename = "indium-1.0.24+mc1.20.1.jar" +filename = "indium-1.0.25+mc1.20.1.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/Orvt0mRa/versions/hfBawPLH/indium-1.0.24%2Bmc1.20.1.jar" +url = "https://cdn.modrinth.com/data/Orvt0mRa/versions/6UQwWURe/indium-1.0.25%2Bmc1.20.1.jar" hash-format = "sha1" -hash = "53fa0c1c9c19c0e31ec926590f38f9fb15455dc5" +hash = "5f7a6c0d6a3dfadc87d6135889ab937d09fdcaa0" [update] [update.modrinth] mod-id = "Orvt0mRa" -version = "hfBawPLH" +version = "6UQwWURe" diff --git a/mods/iris.pw.toml b/mods/iris.pw.toml index 20c3417..2a31d42 100644 --- a/mods/iris.pw.toml +++ b/mods/iris.pw.toml @@ -1,13 +1,13 @@ name = "Iris Shaders" -filename = "iris-mc1.20.1-1.6.7.jar" +filename = "iris-mc1.20.1-1.6.8.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/YL57xq9U/versions/MU0L4OZM/iris-mc1.20.1-1.6.7.jar" +url = "https://cdn.modrinth.com/data/YL57xq9U/versions/pVNPPrMY/iris-mc1.20.1-1.6.8.jar" hash-format = "sha1" -hash = "058357d913e5d19a472b93361d817c5e1129b2b9" +hash = "942b1b3ea44a7880b55e3896d398a6c44a3e65be" [update] [update.modrinth] mod-id = "YL57xq9U" -version = "MU0L4OZM" +version = "pVNPPrMY" diff --git a/mods/qsl.pw.toml b/mods/qsl.pw.toml index e3cf352..b1eacee 100644 --- a/mods/qsl.pw.toml +++ b/mods/qsl.pw.toml @@ -1,13 +1,13 @@ name = "Quilted Fabric API (QFAPI) / Quilt Standard Libraries (QSL)" -filename = "qfapi-7.1.1_qsl-6.1.1_fapi-0.86.1_mc-1.20.1.jar" +filename = "qfapi-7.1.2_qsl-6.1.1_fapi-0.87.0_mc-1.20.1.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/qvIfYCYJ/versions/ugK6veHN/qfapi-7.1.1_qsl-6.1.1_fapi-0.86.1_mc-1.20.1.jar" +url = "https://cdn.modrinth.com/data/qvIfYCYJ/versions/aWl2Qw6u/qfapi-7.1.2_qsl-6.1.1_fapi-0.87.0_mc-1.20.1.jar" hash-format = "sha1" -hash = "6c8117b9f5e502e9dbb2facda1ef4dfcc79f559a" +hash = "4bb2a214dfc06429bc1a6a41cb2837cbab3d7221" [update] [update.modrinth] mod-id = "qvIfYCYJ" -version = "ugK6veHN" +version = "aWl2Qw6u" diff --git a/mods/sodium.pw.toml b/mods/sodium.pw.toml index 1617ac9..995bac3 100644 --- a/mods/sodium.pw.toml +++ b/mods/sodium.pw.toml @@ -1,13 +1,13 @@ name = "Sodium" -filename = "sodium-fabric-mc1.20.1-0.5.1.jar" +filename = "sodium-fabric-mc1.20.1-0.5.2.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/AANobbMI/versions/OkwCNtFH/sodium-fabric-mc1.20.1-0.5.1.jar" +url = "https://cdn.modrinth.com/data/AANobbMI/versions/6SSPmLc9/sodium-fabric-mc1.20.1-0.5.2.jar" hash-format = "sha1" -hash = "64908970887e85b6aa9fe4eaa690ddcb84c3369c" +hash = "0bd317776db069f7ed1035f6b8ef628ebbe7779d" [update] [update.modrinth] mod-id = "AANobbMI" -version = "OkwCNtFH" +version = "6SSPmLc9" diff --git a/pack.toml b/pack.toml index 6ca0ce0..144bd3a 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "e3dd76b44260778792850490014b7af317a68473ef226d00f645bc9627e54edf" +hash = "a792e4d0588842613802dd69dde60ea0e70a0c02ac675156de81858980540e4f" [versions] minecraft = "1.20.1" From 599ce1c43deeee4eda519661f490149c4e3218b3 Mon Sep 17 00:00:00 2001 From: Wroclaw Date: Sat, 19 Aug 2023 00:25:14 +0200 Subject: [PATCH 5/7] Open Loader: source from Modrinth --- index.toml | 2 +- mods/open-loader.pw.toml | 8 ++++---- pack.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/index.toml b/index.toml index e3c41a1..9a3c619 100644 --- a/index.toml +++ b/index.toml @@ -264,7 +264,7 @@ metafile = true [[files]] file = "mods/open-loader.pw.toml" -hash = "89b416c27725421ec8049643427524edc947ba82fda7739f89ffa75f544a6f30" +hash = "ce489ec10a2a6d848d391452aa87d60bab75e9b657ae31ed5d4112269005a7d9" metafile = true [[files]] diff --git a/mods/open-loader.pw.toml b/mods/open-loader.pw.toml index e56d917..8bd8bc4 100644 --- a/mods/open-loader.pw.toml +++ b/mods/open-loader.pw.toml @@ -3,11 +3,11 @@ filename = "OpenLoader-Fabric-1.20.1-19.0.1.jar" side = "both" [download] +url = "https://cdn.modrinth.com/data/KwWsINvD/versions/GdaQPrvy/OpenLoader-Fabric-1.20.1-19.0.1.jar" hash-format = "sha1" hash = "8a73f113feed6c378695a12cbabe700320591e5b" -mode = "metadata:curseforge" [update] -[update.curseforge] -file-id = 4648483 -project-id = 354339 +[update.modrinth] +mod-id = "KwWsINvD" +version = "GdaQPrvy" diff --git a/pack.toml b/pack.toml index 144bd3a..97d0440 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "a792e4d0588842613802dd69dde60ea0e70a0c02ac675156de81858980540e4f" +hash = "28e1f19f5d57bb2aa096d3664016a8e9be65f160a93c3817807d61c0426c86cc" [versions] minecraft = "1.20.1" From 0381cea1410fbf366dcd795b7397b5d6bbea610d Mon Sep 17 00:00:00 2001 From: Wroclaw Date: Sat, 19 Aug 2023 00:29:41 +0200 Subject: [PATCH 6/7] Replace Fabric Language Kotlin with Quilt Language Kotlin --- index.toml | 10 +++++----- mods/fabric-language-kotlin.pw.toml | 13 ------------- mods/qkl.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 4 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 mods/fabric-language-kotlin.pw.toml create mode 100644 mods/qkl.pw.toml diff --git a/index.toml b/index.toml index 9a3c619..d5d69f1 100644 --- a/index.toml +++ b/index.toml @@ -182,11 +182,6 @@ file = "mods/enhanced-block-entities.pw.toml" hash = "b8270928d44781b9e59982d376bb3cc0d24089ceebef3c79d3e1e881ba7ece60" metafile = true -[[files]] -file = "mods/fabric-language-kotlin.pw.toml" -hash = "ff4a66502e802341a84fbb8eceed65156b14436769b1f7e27a68b22fb59c1dae" -metafile = true - [[files]] file = "mods/fadeless.pw.toml" hash = "bd5311680997fada18e6492a91770fdc0762c718b3109820d67c1b019c2f1bf8" @@ -282,6 +277,11 @@ file = "mods/presence-footsteps.pw.toml" hash = "5027329d763899c40db5e3f389cfb2262d61d0037668c331db0cec1491c585d8" metafile = true +[[files]] +file = "mods/qkl.pw.toml" +hash = "b0615e667641dd52e900c970553e0ce80748645dfaa93117bb126dccae3e3c19" +metafile = true + [[files]] file = "mods/qsl.pw.toml" hash = "7ffa8a332d46b6b412904e52353d7095b4709de406699d75bc31dc99ce416487" diff --git a/mods/fabric-language-kotlin.pw.toml b/mods/fabric-language-kotlin.pw.toml deleted file mode 100644 index a1e5ddd..0000000 --- a/mods/fabric-language-kotlin.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Fabric Language Kotlin" -filename = "fabric-language-kotlin-1.10.8+kotlin.1.9.0.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/s10JMAtS/fabric-language-kotlin-1.10.8%2Bkotlin.1.9.0.jar" -hash-format = "sha1" -hash = "06a973a9e97b6dc673dfc1c519f2118dcb068690" - -[update] -[update.modrinth] -mod-id = "Ha28R6CL" -version = "s10JMAtS" diff --git a/mods/qkl.pw.toml b/mods/qkl.pw.toml new file mode 100644 index 0000000..1579985 --- /dev/null +++ b/mods/qkl.pw.toml @@ -0,0 +1,13 @@ +name = "Quilt Kotlin Libraries (QKL)" +filename = "quilt-kotlin-libraries-2.1.2+kt.1.9.0+flk.1.10.8.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/lwVhp9o5/versions/9WIAwhe7/quilt-kotlin-libraries-2.1.2%2Bkt.1.9.0%2Bflk.1.10.8.jar" +hash-format = "sha1" +hash = "e90d951cc7c8d78ade816ef9f41cd786225182ae" + +[update] +[update.modrinth] +mod-id = "lwVhp9o5" +version = "9WIAwhe7" diff --git a/pack.toml b/pack.toml index 97d0440..41130ec 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "28e1f19f5d57bb2aa096d3664016a8e9be65f160a93c3817807d61c0426c86cc" +hash = "1634ad984a160f1f37f8e3952ce4e8da003d7831623d6ecb1035d44e34b2aa34" [versions] minecraft = "1.20.1" From b3e2c03656a1bf7d4fcafc6a8b9bfef132ff89e7 Mon Sep 17 00:00:00 2001 From: Wroclaw Date: Sat, 19 Aug 2023 00:36:26 +0200 Subject: [PATCH 7/7] Modloader: Update Quilt --- pack.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pack.toml b/pack.toml index 41130ec..2d0673e 100644 --- a/pack.toml +++ b/pack.toml @@ -10,4 +10,4 @@ hash = "1634ad984a160f1f37f8e3952ce4e8da003d7831623d6ecb1035d44e34b2aa34" [versions] minecraft = "1.20.1" -quilt = "0.20.0-beta.13" +quilt = "0.20.0-beta.14"