Add fixes for ae2
This commit is contained in:
parent
f9870b4656
commit
9d093f1b10
4 changed files with 37 additions and 1 deletions
10
index.toml
10
index.toml
|
@ -9,6 +9,16 @@ file = "mods/3dskinlayers.pw.toml"
|
|||
hash = "6548800a7f3043473a8ea5f0dd07231d890344dd9bf117ef7ea0e98f1057f0fe"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/ae2-emi-crafting.pw.toml"
|
||||
hash = "f9de150fd28847bbae0649278f098babfb0ea4961caf93bec38835c4574e5ab3"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/ae2-mousetweaks-fix.pw.toml"
|
||||
hash = "2b4bc7596c0c4ea12e17728530b201aa4b56284c68fc2d5b138a5ddc55ceee3c"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/ae2.pw.toml"
|
||||
hash = "fc542a3a2ee9c2e1b92e302da6c26b967a803e1992588029bc26238223fe63cd"
|
||||
|
|
13
mods/ae2-emi-crafting.pw.toml
Normal file
13
mods/ae2-emi-crafting.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "AE2 EMI Crafting Integration"
|
||||
filename = "ae2-emi-crafting-1.3.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/eVAp8Nkw/versions/lEmazn2j/ae2-emi-crafting-1.3.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "51fdb5e5fa57275b9b87b315d791e92633453f2d9880d8cd6cccc25f785264d1d4781c8bfd2521a6e84588c50ab036189dba1f18df9e8f801a600c63076f2568"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "eVAp8Nkw"
|
||||
version = "lEmazn2j"
|
13
mods/ae2-mousetweaks-fix.pw.toml
Normal file
13
mods/ae2-mousetweaks-fix.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "AE2 + Mouse Tweaks Fix"
|
||||
filename = "AE2-MouseTweaks-Fix-2.0.0+1.20.1+fabric.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/r3Ge6Tj5/versions/jJpmiNJP/AE2-MouseTweaks-Fix-2.0.0%2B1.20.1%2Bfabric.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "b670d8003c32dfb7a83a5f6d61d240d1e19d61d16294585d70deeedacfe023abe99d5e648ea0e4245663d2d011dd28dea13f8c1654d68cf6c639d909b9111b8d"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "r3Ge6Tj5"
|
||||
version = "jJpmiNJP"
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "d1ff81fcdc4620790ba650c83c33054e3ed780d7f7f3de98e4b6bd9935db794d"
|
||||
hash = "855eef508467f8e8588821b27dc3e3ba74499a92da60efc7f4eee2e484ab3a2d"
|
||||
|
||||
[versions]
|
||||
fabric = "0.16.10"
|
||||
|
|
Loading…
Add table
Reference in a new issue