diff --git a/config/yosbr/config/litematica.json b/config/yosbr/config/litematica.json new file mode 100644 index 0000000..30cbae5 --- /dev/null +++ b/config/yosbr/config/litematica.json @@ -0,0 +1,7 @@ +{ + "Hotkeys": { + "openGuiMainMenu": { + "keys": "" + } + } +} diff --git a/config/yosbr/config/minihud.json b/config/yosbr/config/minihud.json new file mode 100644 index 0000000..673618d --- /dev/null +++ b/config/yosbr/config/minihud.json @@ -0,0 +1,21 @@ +{ + "Generic": { + "mainRenderingToggle": { + "enabled": false, + "hotkey": { + "keys": "H,T", + "settings": { + "activate_on": "PRESS", + "context": "INGAME", + "allow_empty": false, + "allow_extra_keys": false, + "order_sensitive": true, + "exclusive": false, + "cancel": true + } + } + } + }, + "config_version": 1 +} + diff --git a/config/yosbr/config/tweakeroo.json b/config/yosbr/config/tweakeroo.json new file mode 100644 index 0000000..dcaee55 --- /dev/null +++ b/config/yosbr/config/tweakeroo.json @@ -0,0 +1,10 @@ +{ + "DisableToggles": { + "disablePortalGuiClosing": { + "enabled": true, + "hotkey": { + "keys": "" + } + } + } +} diff --git a/index.toml b/index.toml index 434a292..3f4ce8c 100644 --- a/index.toml +++ b/index.toml @@ -20,6 +20,14 @@ hash = "783c458bf3501796a8f07e396a5bb0d623c7f694c82974fefc228eb921bb82f3" file = "config/yosbr/config/inventoryprofilesnext/inventoryprofiles.json" hash = "000b31b1c42d90dbc3cd9964df47b9093e698ac08c002771c924b340529e6a18" +[[files]] +file = "config/yosbr/config/litematica.json" +hash = "660a48ce63d51851782f9b750f6d8861254db88403a68e53ae681f048ce12f91" + +[[files]] +file = "config/yosbr/config/minihud.json" +hash = "5fd286fe131243fda8c1bac1ecdc51046a75da8325ea6b9c360edb4b1e0f16b8" + [[files]] file = "config/yosbr/config/puzzle.json" hash = "f4f3a9663a482ff424c2db4212fc6f6842c1af3bfb97ebe5c5d7e35e33974e78" @@ -32,6 +40,10 @@ hash = "93659cc038fc404d0cab2eb840121b47f5287206a9e6aa00858ed70372b84187" file = "config/yosbr/config/roughlyenoughitems/config.json5" hash = "c072599a7c36a2e240d61ea78ee02b57dec67ae1cfb6dfe70f8ea58537099d40" +[[files]] +file = "config/yosbr/config/tweakeroo.json" +hash = "e447b1be8e496c94829e795ec3342e304970222b7539a31c9f9a7693d33bdfc0" + [[files]] file = "config/yosbr/config/xaerominimap.txt" hash = "8617ce5864f1a621c27456ad72a5dfb44d826c006afdd772cf32970dc6455a47" @@ -304,16 +316,31 @@ file = "mods/lilac.pw.toml" hash = "40da6c11ac0a856fb0fa5688bf7df6538bba3cb0c0258b6611ce56fb8a0f0f69" metafile = true +[[files]] +file = "mods/litematica.pw.toml" +hash = "87a313a3e048b2dffb8d501e4cb4afd275f263d8b0fbcdeb6f55d7d0efbdef8f" +metafile = true + [[files]] file = "mods/lithium.pw.toml" hash = "c239c951796882b9c93e649a0dba4f2d95804441faaed707b686381b7a5c67da" metafile = true +[[files]] +file = "mods/malilib.pw.toml" +hash = "1acd996072e196d8bf814766bcbd074c726d8ed95d0be773ce2ce04ca2d60e95" +metafile = true + [[files]] file = "mods/midnightcontrols.pw.toml" hash = "5f6bbdeff1476501410b0e6f304a3d37183d9774bd1b182c20ffd186bb140ba2" metafile = true +[[files]] +file = "mods/minihud.pw.toml" +hash = "1bdf87c5dd44a752e0fa20ba3b42eb2671d3271c20da595115ae9b7ca63b1ada" +metafile = true + [[files]] file = "mods/mixintrace.pw.toml" hash = "b89656eaf7e4404d8d2c5b1e1155aae85a839939f83cab6d1b5e791412ad5f86" @@ -409,6 +436,11 @@ file = "mods/starlight.pw.toml" hash = "218f67d6bcaae849582618cd3e5eb1d4cac0fd6045115f64340620300e160c11" metafile = true +[[files]] +file = "mods/tweakeroo.pw.toml" +hash = "75b8ac35dee78b95e98d995a1d22e2b122e39425b2ab8838334b8cac849ca0f4" +metafile = true + [[files]] file = "mods/where-is-it.pw.toml" hash = "c19f0bf43ceb5415585dcec715a63d1430b563067e33cf9194850d18d5bf7265" diff --git a/mods/litematica.pw.toml b/mods/litematica.pw.toml new file mode 100644 index 0000000..a53a449 --- /dev/null +++ b/mods/litematica.pw.toml @@ -0,0 +1,13 @@ +name = "Litematica" +filename = "litematica-fabric-1.20.1-0.15.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "427b04faee05fab436c52c3618e8e391a010b648" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4626718 +project-id = 308892 diff --git a/mods/malilib.pw.toml b/mods/malilib.pw.toml new file mode 100644 index 0000000..2afdcac --- /dev/null +++ b/mods/malilib.pw.toml @@ -0,0 +1,13 @@ +name = "MaLiLib" +filename = "malilib-fabric-1.20.1-0.16.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "e68382cb8065919026b47090491bab92be13ee78" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4723020 +project-id = 303119 diff --git a/mods/minihud.pw.toml b/mods/minihud.pw.toml new file mode 100644 index 0000000..a84f433 --- /dev/null +++ b/mods/minihud.pw.toml @@ -0,0 +1,13 @@ +name = "MiniHUD" +filename = "minihud-fabric-1.20.1-0.27.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "ab371c460a00cb18bfe41c49e5645dfe0e133d65" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4593082 +project-id = 244260 diff --git a/mods/tweakeroo.pw.toml b/mods/tweakeroo.pw.toml new file mode 100644 index 0000000..ba2f057 --- /dev/null +++ b/mods/tweakeroo.pw.toml @@ -0,0 +1,13 @@ +name = "Tweakeroo" +filename = "tweakeroo-fabric-1.20.1-0.17.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "2a18f5905f9e10c6a3b45388b4401ec135b3b3cf" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4623488 +project-id = 297344 diff --git a/pack.toml b/pack.toml index 13feb4f..c065890 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 = "f35a5155152bdd11bdfb4289886484adf2b391fff9a79e711d9e5eacd6f55415" +hash = "5d2d9b2585b41cfc19a78cbe1a89af5c7e386b047b5219b9c02de8836238d546" [versions] minecraft = "1.20.1"