diff --git a/.minecraft/index.toml b/.minecraft/index.toml index e2822c5..b729e99 100644 --- a/.minecraft/index.toml +++ b/.minecraft/index.toml @@ -85,11 +85,6 @@ file = "mods/dark-loading-screen.pw.toml" hash = "ffcd22c001bb119abc9242031b3498c8bf2d43a4a0fa58458f8ca6167e205af7" metafile = true -[[files]] -file = "mods/emi.pw.toml" -hash = "891b4d44dbba7a8d73cdf9de40c81f639811ada9f9a2d8a2b533a80163f9f00d" -metafile = true - [[files]] file = "mods/fabric-api.pw.toml" hash = "80b25da4c9d32821038eda3860339b8cc66a46bd6edd375df4eddf535d097353" @@ -260,6 +255,11 @@ file = "mods/rightclickharvest.pw.toml" hash = "17b6e5194807872ec027e757b3f0dd51b64e1ff487d9242a96adc85ef4811a23" metafile = true +[[files]] +file = "mods/roughly-enough-items.pw.toml" +hash = "607a572b261275eb0a90133208e8fbef990b886e91a417008726c7b6eafdba27" +metafile = true + [[files]] file = "mods/simple-voice-chat.pw.toml" hash = "e69463aed8a2ffe236fad62c17e3ae4af38f0784b7eeabbc755338fbad4456e7" diff --git a/.minecraft/mods/emi.pw.toml b/.minecraft/mods/emi.pw.toml deleted file mode 100644 index f329f52..0000000 --- a/.minecraft/mods/emi.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "EMI" -filename = "emi-0.6.3+1.19.3.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/fRiHVvU7/versions/FSHwx86x/emi-0.6.3%2B1.19.3.jar" -hash-format = "sha1" -hash = "b701c7d092bb9448dfd13e710fe645f59559c312" - -[update] -[update.modrinth] -mod-id = "fRiHVvU7" -version = "FSHwx86x" diff --git a/.minecraft/mods/roughly-enough-items.pw.toml b/.minecraft/mods/roughly-enough-items.pw.toml new file mode 100644 index 0000000..4dd9f1e --- /dev/null +++ b/.minecraft/mods/roughly-enough-items.pw.toml @@ -0,0 +1,13 @@ +name = "Roughly Enough Items (REI)" +filename = "RoughlyEnoughItems-10.0.586.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/nfn13YXA/versions/Sdo3y9uD/RoughlyEnoughItems-10.0.586.jar" +hash-format = "sha1" +hash = "29d1fcf37a6ef7e486b5f57bf59b9cbf413cee6c" + +[update] +[update.modrinth] +mod-id = "nfn13YXA" +version = "Sdo3y9uD" diff --git a/.minecraft/pack.toml b/.minecraft/pack.toml index 904e90b..f188a5e 100644 --- a/.minecraft/pack.toml +++ b/.minecraft/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "c69a237de1f0293a86758edf670cc652b03555f7cd1f43cc0033825de484c78b" +hash = "e04adc7b91dbf06562e4bbd741435b1d9bf7b69f88aa03fd1bd2704e72fdd5fe" [versions] fabric = "0.14.13"