From fbf9b2b35af5178810f55f1127820afd0de88182 Mon Sep 17 00:00:00 2001 From: NullBite Date: Sun, 18 Jun 2023 15:37:05 -0400 Subject: [PATCH] Move Figura keybinds to config/figura.json --- config/yosbr/config/figura.json | 5 +++++ config/yosbr/options.txt | 2 -- index.toml | 6 +++++- pack.toml | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) create mode 100644 config/yosbr/config/figura.json diff --git a/config/yosbr/config/figura.json b/config/yosbr/config/figura.json new file mode 100644 index 0000000..2ee707d --- /dev/null +++ b/config/yosbr/config/figura.json @@ -0,0 +1,5 @@ +{ + "CONFIG_VERSION": 1, + "action_wheel_button": "key.keyboard.g", + "popup_button": "key.keyboard.h" +} diff --git a/config/yosbr/options.txt b/config/yosbr/options.txt index f5b06aa..372eb07 100644 --- a/config/yosbr/options.txt +++ b/config/yosbr/options.txt @@ -13,5 +13,3 @@ onboardAccessibility:false resourcePacks:["vanilla","fabric","continuity:default","continuity:glass_pane_culling_fix","betterbeds:connectedbeds","midnightcontrols:bedrock","file/VanillaTweaks_r265009.zip"] incompatibleResourcePacks:["betterbeds:connectedbeds","midnightcontrols:bedrock"] key_key.saveToolbarActivator:key.keyboard.v -key_figura.config.action_wheel_button:key.keyboard.g -key_figura.config.popup_button:key.keyboard.h diff --git a/index.toml b/index.toml index b88c183..62a29f4 100644 --- a/index.toml +++ b/index.toml @@ -4,6 +4,10 @@ hash-format = "sha256" file = "config/yosbr/config/capes.json5" hash = "a971da7453e033badc7fce7347c807ffb9b19bb2c5247c0bb914e7275ca2cd8a" +[[files]] +file = "config/yosbr/config/figura.json" +hash = "0795fa02b93a8e4fe544cb870531ae5c150f29efa163a11943c8079824848a11" + [[files]] file = "config/yosbr/config/xaerominimap.txt" hash = "8617ce5864f1a621c27456ad72a5dfb44d826c006afdd772cf32970dc6455a47" @@ -18,7 +22,7 @@ hash = "29e8afe5258e9f0cbeb96d3e8ab0cbdb4eadacf48621a6df06a6dece25410547" [[files]] file = "config/yosbr/options.txt" -hash = "a12b550bb1fe31e3951b14c2ce622c523c877250a31798effba7bd5531da05b4" +hash = "a0cc6031ca3d886ab809375c79406aa45fd1b6eaac801fd53f6719b3494c3af3" [[files]] file = "mods/appleskin.pw.toml" diff --git a/pack.toml b/pack.toml index 2b134f6..81451ac 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 = "c2a6539a83f209dcb07e7ec74a58c1c0c1ae519ac540a6dba3bfa225b6d8772a" +hash = "9b320d41ddf2a734cea99a10dd878236ed6e069e432d17668f57be6e1af20f1a" [versions] fabric = "0.14.21"