Compare commits

...

2 Commits

Author SHA1 Message Date
b3f1e427f6
Add EMI with JEI compat 2023-10-22 18:37:39 -04:00
65a28ffd96
Remove REI 2023-10-22 18:36:05 -04:00
5 changed files with 37 additions and 19 deletions

View File

@ -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"
@ -318,11 +328,6 @@ file = "mods/reeses-sodium-options.pw.toml"
hash = "44b0a2294e1693230308e53b529d671a0303e94b623ba2c2650cdf5760a5a335" hash = "44b0a2294e1693230308e53b529d671a0303e94b623ba2c2650cdf5760a5a335"
metafile = true metafile = true
[[files]]
file = "mods/rei.pw.toml"
hash = "c58c05a65fca731fca51d0f07f9a67f14b44341b6374fa948c6acfcb09f7ceee"
metafile = true
[[files]] [[files]]
file = "mods/screenshot-to-clipboard.pw.toml" file = "mods/screenshot-to-clipboard.pw.toml"
hash = "672f3809a2053eef01aea4015ca4b0d4be6c507622172c091c17833b8d2ffb39" hash = "672f3809a2053eef01aea4015ca4b0d4be6c507622172c091c17833b8d2ffb39"

13
mods/emi.pw.toml Normal file
View 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
View 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"

View File

@ -1,13 +0,0 @@
name = "Roughly Enough Items (REI)"
filename = "RoughlyEnoughItems-12.0.665.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/nfn13YXA/versions/hRM5B1Am/RoughlyEnoughItems-12.0.665.jar"
hash-format = "sha1"
hash = "16940571733214d11c008915fca75b1231b3f303"
[update]
[update.modrinth]
mod-id = "nfn13YXA"
version = "hRM5B1Am"

View File

@ -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 = "6a9b159e5f48d145a6d761ac5108e975d3b0cb434b95897acd55205bdfcb1bc6" hash = "9c239d8ba955a400780f6020979346d3703576964e6e36747b1c968cd63b53d4"
[versions] [versions]
minecraft = "1.20.1" minecraft = "1.20.1"