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 9fd08f6..0aa31af 100644 --- a/index.toml +++ b/index.toml @@ -16,6 +16,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" @@ -28,6 +36,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" diff --git a/pack.toml b/pack.toml index 849dee7..41ede10 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 = "09cdd6116949017cb42c2fa208f345acd5300fd1caa028b822e3204e14653bea" +hash = "2609c565ac145e8f9d19358c4680d70c222708fde4c58a35aeb85c8c9ad77177" [versions] minecraft = "1.20.1"