From 65a28ffd968f8c3795c94ab4c70ae2463fe6f737 Mon Sep 17 00:00:00 2001 From: NullBite Date: Sun, 22 Oct 2023 18:36:05 -0400 Subject: [PATCH 1/2] Remove REI --- index.toml | 5 ----- mods/rei.pw.toml | 13 ------------- pack.toml | 2 +- 3 files changed, 1 insertion(+), 19 deletions(-) delete mode 100644 mods/rei.pw.toml diff --git a/index.toml b/index.toml index 2737b3d..69be319 100644 --- a/index.toml +++ b/index.toml @@ -318,11 +318,6 @@ file = "mods/reeses-sodium-options.pw.toml" hash = "44b0a2294e1693230308e53b529d671a0303e94b623ba2c2650cdf5760a5a335" metafile = true -[[files]] -file = "mods/rei.pw.toml" -hash = "c58c05a65fca731fca51d0f07f9a67f14b44341b6374fa948c6acfcb09f7ceee" -metafile = true - [[files]] file = "mods/screenshot-to-clipboard.pw.toml" hash = "672f3809a2053eef01aea4015ca4b0d4be6c507622172c091c17833b8d2ffb39" diff --git a/mods/rei.pw.toml b/mods/rei.pw.toml deleted file mode 100644 index e12dd52..0000000 --- a/mods/rei.pw.toml +++ /dev/null @@ -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" diff --git a/pack.toml b/pack.toml index 99714a7..3aeb769 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "6a9b159e5f48d145a6d761ac5108e975d3b0cb434b95897acd55205bdfcb1bc6" +hash = "e599c3f24fc485748b23f09138b05c2713ce771aac83c1d5dbfc330cbe3f9491" [versions] minecraft = "1.20.1" From b3f1e427f61014c7dc47fb0f2a6a67026f2ac5d5 Mon Sep 17 00:00:00 2001 From: NullBite Date: Sun, 22 Oct 2023 18:37:39 -0400 Subject: [PATCH 2/2] Add EMI with JEI compat --- index.toml | 10 ++++++++++ mods/emi.pw.toml | 13 +++++++++++++ mods/jei.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 4 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 mods/emi.pw.toml create mode 100644 mods/jei.pw.toml diff --git a/index.toml b/index.toml index 69be319..fe26468 100644 --- a/index.toml +++ b/index.toml @@ -158,6 +158,11 @@ file = "mods/e4mc.pw.toml" hash = "7685618d499e7cf9e0296dab7b06dd8520019c1d3c147ffab5d3da9ea7791549" metafile = true +[[files]] +file = "mods/emi.pw.toml" +hash = "61d4f489d43922fb32e1868ddce2129ecfaddb40e42029908d41142057a28f89" +metafile = true + [[files]] file = "mods/entity-model-features.pw.toml" hash = "ceabdf57ccfdf9aefc04e6f3bc10e06d6a3320037a0ff60f5990501c9a5d6302" @@ -223,6 +228,11 @@ file = "mods/iris.pw.toml" hash = "87ea5bf588ed195eaee3bcbd2432b5671692a203b25b688ffcbfeea6d2cea775" metafile = true +[[files]] +file = "mods/jei.pw.toml" +hash = "3851cfa6f95cac87314de473dd4179271c8dab6c639652dc83ac688169c00124" +metafile = true + [[files]] file = "mods/krypton.pw.toml" hash = "71ef7cc16632c0039fe194183b5885968c6d740aaa67a58000653ae0cb40b882" diff --git a/mods/emi.pw.toml b/mods/emi.pw.toml new file mode 100644 index 0000000..3d16a31 --- /dev/null +++ b/mods/emi.pw.toml @@ -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" diff --git a/mods/jei.pw.toml b/mods/jei.pw.toml new file mode 100644 index 0000000..abbc5ed --- /dev/null +++ b/mods/jei.pw.toml @@ -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" diff --git a/pack.toml b/pack.toml index 3aeb769..fcd5c35 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "e599c3f24fc485748b23f09138b05c2713ce771aac83c1d5dbfc330cbe3f9491" +hash = "9c239d8ba955a400780f6020979346d3703576964e6e36747b1c968cd63b53d4" [versions] minecraft = "1.20.1"