Skip to content

Commit

Permalink
mod(client): added ae2 emi integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Conquerix committed May 10, 2024
1 parent d630a61 commit a970e23
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
5 changes: 5 additions & 0 deletions client/index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,11 @@ file = "mods/adventurez.pw.toml"
hash = "1ff9974ec2f43d1ca32c90cae5fb0159a7b8116c1a8c58a0d8a235e27110c1e6"
metafile = true

[[files]]
file = "mods/ae2-emi-crafting.pw.toml"
hash = "b754342449d8c7d9bcc7cd7f425dd0bd29fb22431529b8238e62e94de412ba04"
metafile = true

[[files]]
file = "mods/ae2.pw.toml"
hash = "1e494492653e881a139969a339e444b76ebfc53f1fe90769e03c374aa446e327"
Expand Down
13 changes: 13 additions & 0 deletions client/mods/ae2-emi-crafting.pw.toml
Original file line number Diff line number Diff line change
@@ -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 = "sha1"
hash = "1a8d8e4a58c9be517c05c14f36c7d663f65a569f"

[update]
[update.modrinth]
mod-id = "eVAp8Nkw"
version = "lEmazn2j"
2 changes: 1 addition & 1 deletion client/pack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "eef21a90ff2b12f590c0f940eb14bfe4e773e393e0c81a05862a7eb4d271140c"
hash = "5c7f1d82cbd39fe662d1108aafd6e086f965bfad6d25bb2b7cf86920b3f9e0de"

[versions]
fabric = "0.15.10"
Expand Down

0 comments on commit a970e23

Please sign in to comment.