diff --git a/index.toml b/index.toml index 39bb62f..37879c5 100644 --- a/index.toml +++ b/index.toml @@ -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" diff --git a/mods/fix-alt-gr.pw.toml b/mods/fix-alt-gr.pw.toml new file mode 100644 index 0000000..20b4bd0 --- /dev/null +++ b/mods/fix-alt-gr.pw.toml @@ -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" diff --git a/pack.toml b/pack.toml index f1bc979..016b3f2 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 = "906d432315d09a3bde9001d64b2636fc58c189a2fd3a63730fafd9e981acebfc" +hash = "608bffba3c17a451af9669974d8363673d55ce1d884a4909bc618047c8019931" [versions] fabric = "0.14.6"