Add Keybind Fix

this allows conflicting keybinds (C should be able to be both zoom *and*
creative hotbar)
This commit is contained in:
NullBite 2023-10-26 00:45:24 -04:00
parent 0634d95cdf
commit deb5be593c
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A
3 changed files with 19 additions and 1 deletions

View File

@ -246,6 +246,11 @@ file = "mods/jei.pw.toml"
hash = "3851cfa6f95cac87314de473dd4179271c8dab6c639652dc83ac688169c00124" hash = "3851cfa6f95cac87314de473dd4179271c8dab6c639652dc83ac688169c00124"
metafile = true metafile = true
[[files]]
file = "mods/keybind-fix.pw.toml"
hash = "48777d535f2dbe76ec2adb6a001ab4442e40e0e403570eb5dc9a49e6957e40a1"
metafile = true
[[files]] [[files]]
file = "mods/krypton.pw.toml" file = "mods/krypton.pw.toml"
hash = "71ef7cc16632c0039fe194183b5885968c6d740aaa67a58000653ae0cb40b882" hash = "71ef7cc16632c0039fe194183b5885968c6d740aaa67a58000653ae0cb40b882"

13
mods/keybind-fix.pw.toml Normal file
View File

@ -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"

View File

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index] [index]
file = "index.toml" file = "index.toml"
hash-format = "sha256" hash-format = "sha256"
hash = "a6777a73764e9894683c8499cc6a3d57156354cbc8a8ff41dd7438789160b7b7" hash = "c2dad364573de4d94401ba78f82cbf5719011360be7fdca02c62cb8f99bccde1"
[versions] [versions]
minecraft = "1.20.1" minecraft = "1.20.1"