add mod fixing ctrl/shift being stuck sometimes
see MC-127862 for more information
This commit is contained in:
parent
8a46ca8094
commit
16286edf4c
3 changed files with 14 additions and 1 deletions
|
@ -169,6 +169,11 @@ file = "mods/fallingleaves.pw.toml"
|
|||
hash = "2c50cbfecc65d79312c01d4eacbc806ff33e7baedd50c851b96028af04135afe"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/fix-alt-gr.pw.toml"
|
||||
hash = "d2ccb8f7ac3dadfdc14b2aaf8605c0a1e9d2b1b75d1c2aaef3bc9ca7bf604288"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/indium.pw.toml"
|
||||
hash = "502cd535f6cda8e1e0b0cf83a785e8d8f5702f18b8902ae0c765952d8cfe0b4a"
|
||||
|
|
8
mods/fix-alt-gr.pw.toml
Normal file
8
mods/fix-alt-gr.pw.toml
Normal file
|
@ -0,0 +1,8 @@
|
|||
name = "Fix AltGr"
|
||||
filename = "fix-alt-gr-1.0.0.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://github.com/MikolajKolek/fix-alt-gr/releases/download/1.0.0/fix-alt-gr-1.0.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "c8cf3328fa477bc2a99a2582404a190e1a028c79"
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "906d432315d09a3bde9001d64b2636fc58c189a2fd3a63730fafd9e981acebfc"
|
||||
hash = "608bffba3c17a451af9669974d8363673d55ce1d884a4909bc618047c8019931"
|
||||
|
||||
[versions]
|
||||
fabric = "0.14.6"
|
||||
|
|
Loading…
Reference in a new issue