Add EMI with JEI compat
This commit is contained in:
parent
65a28ffd96
commit
b3f1e427f6
10
index.toml
10
index.toml
@ -158,6 +158,11 @@ file = "mods/e4mc.pw.toml"
|
|||||||
hash = "7685618d499e7cf9e0296dab7b06dd8520019c1d3c147ffab5d3da9ea7791549"
|
hash = "7685618d499e7cf9e0296dab7b06dd8520019c1d3c147ffab5d3da9ea7791549"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/emi.pw.toml"
|
||||||
|
hash = "61d4f489d43922fb32e1868ddce2129ecfaddb40e42029908d41142057a28f89"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/entity-model-features.pw.toml"
|
file = "mods/entity-model-features.pw.toml"
|
||||||
hash = "ceabdf57ccfdf9aefc04e6f3bc10e06d6a3320037a0ff60f5990501c9a5d6302"
|
hash = "ceabdf57ccfdf9aefc04e6f3bc10e06d6a3320037a0ff60f5990501c9a5d6302"
|
||||||
@ -223,6 +228,11 @@ file = "mods/iris.pw.toml"
|
|||||||
hash = "87ea5bf588ed195eaee3bcbd2432b5671692a203b25b688ffcbfeea6d2cea775"
|
hash = "87ea5bf588ed195eaee3bcbd2432b5671692a203b25b688ffcbfeea6d2cea775"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/jei.pw.toml"
|
||||||
|
hash = "3851cfa6f95cac87314de473dd4179271c8dab6c639652dc83ac688169c00124"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/krypton.pw.toml"
|
file = "mods/krypton.pw.toml"
|
||||||
hash = "71ef7cc16632c0039fe194183b5885968c6d740aaa67a58000653ae0cb40b882"
|
hash = "71ef7cc16632c0039fe194183b5885968c6d740aaa67a58000653ae0cb40b882"
|
||||||
|
13
mods/emi.pw.toml
Normal file
13
mods/emi.pw.toml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
name = "EMI"
|
||||||
|
filename = "emi-1.0.23+1.20.1+fabric.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/fRiHVvU7/versions/HlfhF7AQ/emi-1.0.23%2B1.20.1%2Bfabric.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "199e6f30d68aac02bde11ac20e5c119fa15c6669"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "fRiHVvU7"
|
||||||
|
version = "HlfhF7AQ"
|
13
mods/jei.pw.toml
Normal file
13
mods/jei.pw.toml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
name = "Just Enough Items"
|
||||||
|
filename = "jei-1.20.1-fabric-15.2.0.27.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/u6dRKJwZ/versions/lIRFslED/jei-1.20.1-fabric-15.2.0.27.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "c39352c9790d589a0ec7adcccd220e3388ca1296"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "u6dRKJwZ"
|
||||||
|
version = "lIRFslED"
|
@ -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 = "e599c3f24fc485748b23f09138b05c2713ce771aac83c1d5dbfc330cbe3f9491"
|
hash = "9c239d8ba955a400780f6020979346d3703576964e6e36747b1c968cd63b53d4"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
minecraft = "1.20.1"
|
minecraft = "1.20.1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user