Add Keybind Fix
this allows conflicting keybinds (C should be able to be both zoom *and* creative hotbar)
This commit is contained in:
parent
0634d95cdf
commit
deb5be593c
@ -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
13
mods/keybind-fix.pw.toml
Normal 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"
|
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user