From d5743d90b46c2d1584c78f000bd41c71eea5beda Mon Sep 17 00:00:00 2001 From: materus Date: Sat, 26 Jul 2025 22:13:25 +0200 Subject: [PATCH] Replace TMRV with JEI --- index.toml | 10 +++++----- mods/jei.pw.toml | 13 +++++++++++++ mods/tmrv.pw.toml | 13 ------------- pack.toml | 2 +- 4 files changed, 19 insertions(+), 19 deletions(-) create mode 100644 mods/jei.pw.toml delete mode 100644 mods/tmrv.pw.toml diff --git a/index.toml b/index.toml index a9d4e6b..7aedd5c 100644 --- a/index.toml +++ b/index.toml @@ -1510,6 +1510,11 @@ file = "mods/jaopca.pw.toml" hash = "ee0c30de0a6e37f4bc54b186adad9c7d92f2e52ad38563bfda9892dac08b9d38" metafile = true +[[files]] +file = "mods/jei.pw.toml" +hash = "d4ce1e57da773c6157f3208eadc40d5962be2bb1d2747eae169debb6d50a543f" +metafile = true + [[files]] file = "mods/journeymap-integration.pw.toml" hash = "3821402f6ea538edf6f958ca67b81fa999379d4d36f6fcea24b44a80f70a450d" @@ -2385,11 +2390,6 @@ file = "mods/titanium.pw.toml" hash = "351aef144aa70ab4f41b3dcf044e0929631227f1ad118f22e611e13ff91fdfe4" metafile = true -[[files]] -file = "mods/tmrv.pw.toml" -hash = "a670e30e6a4ca146bc13cd21238899b01eb877daa2bd6ebfef4a2e97cd4925d2" -metafile = true - [[files]] file = "mods/toms-peripherals.pw.toml" hash = "8f24c32dfb990b6741be6085cc2e478b675bafdb368a059fd431e39f3253af9e" diff --git a/mods/jei.pw.toml b/mods/jei.pw.toml new file mode 100644 index 0000000..37c7d9d --- /dev/null +++ b/mods/jei.pw.toml @@ -0,0 +1,13 @@ +name = "Just Enough Items" +filename = "jei-1.20.1-forge-15.20.0.112.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/u6dRKJwZ/versions/4r3Kp7U7/jei-1.20.1-forge-15.20.0.112.jar" +hash-format = "sha512" +hash = "12e3d1ff7cc7db7bb8fef6fe1fbc5136ccd80b5094f47d6cd08119368aec72a967d372caa8d786a4f6782c8ee70a109628f0942bb62736352cf4121d21e1b36b" + +[update] +[update.modrinth] +mod-id = "u6dRKJwZ" +version = "4r3Kp7U7" diff --git a/mods/tmrv.pw.toml b/mods/tmrv.pw.toml deleted file mode 100644 index d12600f..0000000 --- a/mods/tmrv.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "TooManyRecipeViewers" -filename = "toomanyrecipeviewers-0.6.0+mc.20.1.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/yFypjcfd/versions/HDeMQWHN/toomanyrecipeviewers-0.6.0%2Bmc.20.1.jar" -hash-format = "sha512" -hash = "06d33975a4a36111a04b2a163728c8c6580f85f41aa4c8e598d23113f59d9d51cc6064985a7808bc84b9b73c1a245ac958b2a9d9ddf6dcbd82b6c93c06e4008b" - -[update] -[update.modrinth] -mod-id = "yFypjcfd" -version = "HDeMQWHN" diff --git a/pack.toml b/pack.toml index 54ec735..8ec28c1 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 = "663c1a70b7bf9fd7d3ee53f0d4001b8c8007b54c7e471ed89676ed2d2755e8f9" +hash = "aa2ac945f0857c696f73eb8f01442cfa68841a493a3867a104b7317972ebae95" [versions] forge = "47.4.4"