From deb5be593cac366b2c8d2a831868abd2e0d736b7 Mon Sep 17 00:00:00 2001 From: NullBite Date: Thu, 26 Oct 2023 00:45:24 -0400 Subject: [PATCH] Add Keybind Fix this allows conflicting keybinds (C should be able to be both zoom *and* creative hotbar) --- index.toml | 5 +++++ mods/keybind-fix.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/keybind-fix.pw.toml diff --git a/index.toml b/index.toml index fee7588..001fe69 100644 --- a/index.toml +++ b/index.toml @@ -246,6 +246,11 @@ file = "mods/jei.pw.toml" hash = "3851cfa6f95cac87314de473dd4179271c8dab6c639652dc83ac688169c00124" metafile = true +[[files]] +file = "mods/keybind-fix.pw.toml" +hash = "48777d535f2dbe76ec2adb6a001ab4442e40e0e403570eb5dc9a49e6957e40a1" +metafile = true + [[files]] file = "mods/krypton.pw.toml" hash = "71ef7cc16632c0039fe194183b5885968c6d740aaa67a58000653ae0cb40b882" diff --git a/mods/keybind-fix.pw.toml b/mods/keybind-fix.pw.toml new file mode 100644 index 0000000..79578c2 --- /dev/null +++ b/mods/keybind-fix.pw.toml @@ -0,0 +1,13 @@ +name = "Keybind Fix" +filename = "keybind_fix-1.0.0.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/vuWNr14n/versions/4VeEKlR8/keybind_fix-1.0.0.jar" +hash-format = "sha1" +hash = "d99355fe589dfb41b2d7d7e2c20b733ca3a086d8" + +[update] +[update.modrinth] +mod-id = "vuWNr14n" +version = "4VeEKlR8" diff --git a/pack.toml b/pack.toml index 87864f8..ee93627 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 = "a6777a73764e9894683c8499cc6a3d57156354cbc8a8ff41dd7438789160b7b7" +hash = "c2dad364573de4d94401ba78f82cbf5719011360be7fdca02c62cb8f99bccde1" [versions] minecraft = "1.20.1"