From 94af6aed2863a43bb6669705113165faf252ad88 Mon Sep 17 00:00:00 2001 From: hkc Date: Wed, 6 Mar 2024 19:30:40 +0300 Subject: [PATCH] JEI -> REI --- index.toml | 15 +++++---------- mods/jei.pw.toml | 13 ------------- mods/just-enough-resources-jer.pw.toml | 18 ------------------ mods/rei.pw.toml | 18 ++++++++++++++++++ pack.toml | 2 +- 5 files changed, 24 insertions(+), 42 deletions(-) delete mode 100644 mods/jei.pw.toml delete mode 100644 mods/just-enough-resources-jer.pw.toml create mode 100644 mods/rei.pw.toml diff --git a/index.toml b/index.toml index fddcb17..7ecaa65 100644 --- a/index.toml +++ b/index.toml @@ -380,21 +380,11 @@ file = "mods/jamlib.pw.toml" hash = "4a37864ebe44ddf66f7a127683adc76515d3dc97f8d8dba6fe362c43a1f39464" metafile = true -[[files]] -file = "mods/jei.pw.toml" -hash = "b5b076663f62cfb0c3d8ee8e304711d6fbfa043f72a4706dc88edb927da6f046" -metafile = true - [[files]] file = "mods/jump-sounds.pw.toml" hash = "276fd92c3251af063bf6b998d36be659899ac07884224e59422567571835c43c" metafile = true -[[files]] -file = "mods/just-enough-resources-jer.pw.toml" -hash = "8e50de92544b0cedd0e61f891faa3b7d32096f06d44eb7278791a8d0e9c7da48" -metafile = true - [[files]] file = "mods/kiwi.pw.toml" hash = "2c146ecdfde54c7c10eaad2e27c06b1a4c812544a6e253c61a139964d60f6302" @@ -560,6 +550,11 @@ file = "mods/quad.pw.toml" hash = "9f244ca3dae5a47d1208ac1196e8975002d90d3abd5cdd8cbb71d26bf71bd379" metafile = true +[[files]] +file = "mods/rei.pw.toml" +hash = "b2183e0185031927b35f2e78ce5c16428a758b982592417fa1488675569dcacc" +metafile = true + [[files]] file = "mods/relaxed-instabreak.pw.toml" hash = "0953651a5384fca18642830e53164ccabe3094cdda33b9e64c458b6a578d6a40" diff --git a/mods/jei.pw.toml b/mods/jei.pw.toml deleted file mode 100644 index d9eb36c..0000000 --- a/mods/jei.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Just Enough Items" -filename = "jei-1.20.1-fabric-15.3.0.4.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/u6dRKJwZ/versions/NsbSea5x/jei-1.20.1-fabric-15.3.0.4.jar" -hash-format = "sha1" -hash = "d5e29fead4928513444b6005968fb6a6aa6aa8e8" - -[update] -[update.modrinth] -mod-id = "u6dRKJwZ" -version = "NsbSea5x" diff --git a/mods/just-enough-resources-jer.pw.toml b/mods/just-enough-resources-jer.pw.toml deleted file mode 100644 index 963857c..0000000 --- a/mods/just-enough-resources-jer.pw.toml +++ /dev/null @@ -1,18 +0,0 @@ -name = "Just Enough Resources (JER)" -filename = "JustEnoughResources-Fabric-1.20.1-1.4.0.247.jar" -side = "client" - -[option] -optional = true -default = true -description = "JEI Resources addon" - -[download] -url = "https://cdn.modrinth.com/data/uEfK2CXF/versions/9HWvOVzO/JustEnoughResources-Fabric-1.20.1-1.4.0.247.jar" -hash-format = "sha1" -hash = "505b27e4e902645d8104133a2a5d9ea409b645b1" - -[update] -[update.modrinth] -mod-id = "uEfK2CXF" -version = "9HWvOVzO" diff --git a/mods/rei.pw.toml b/mods/rei.pw.toml new file mode 100644 index 0000000..a181f93 --- /dev/null +++ b/mods/rei.pw.toml @@ -0,0 +1,18 @@ +name = "Roughly Enough Items (REI)" +filename = "RoughlyEnoughItems-12.0.684-fabric.jar" +side = "client" + +[option] +optional = true +default = true +description = "JEI Alternative: crafting recipes, other stuff" + +[download] +url = "https://cdn.modrinth.com/data/nfn13YXA/versions/23HREXEg/RoughlyEnoughItems-12.0.684-fabric.jar" +hash-format = "sha1" +hash = "447ea5038e0a8189cc2b537cb956b8d42770af7c" + +[update] +[update.modrinth] +mod-id = "nfn13YXA" +version = "23HREXEg" diff --git a/pack.toml b/pack.toml index 901d5cb..90b6e3f 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 = "5cba6a47ed44a382c642735a8ae453349f9fe225c7b39e6a6e3090677ff3abf3" +hash = "37c24cea1b10cfaaff191f9690434204269b4b3581eb347174485ae87a2c9ddc" [versions] fabric = "0.15.7"