From 71413e7f38e01db24357dec2c43bfdbfbb904305 Mon Sep 17 00:00:00 2001 From: Yonah Date: Mon, 3 Aug 2026 19:45:31 +0900 Subject: [PATCH] mods: add easy-disenchanting Requested by neko. --- index.toml | 5 +++++ mods/easy-disenchanting.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/easy-disenchanting.pw.toml diff --git a/index.toml b/index.toml index b650e50..69a3f93 100644 --- a/index.toml +++ b/index.toml @@ -368,6 +368,11 @@ file = "mods/easy-anvils.pw.toml" hash = "725e73d14e1710ae5fecc2282865fce2ad26a000df86d9bf3ad4c7da1662ef9a" metafile = true +[[files]] +file = "mods/easy-disenchanting.pw.toml" +hash = "318c32e6252f6912193221f911b9dbe08741c0774dd34d79eee1c39dc5278753" +metafile = true + [[files]] file = "mods/easy-magic.pw.toml" hash = "a4512a9edc48e8a1dfb20794457bf8c1e897d944bb5455fb00ef521ff02d067c" diff --git a/mods/easy-disenchanting.pw.toml b/mods/easy-disenchanting.pw.toml new file mode 100644 index 0000000..8a712c8 --- /dev/null +++ b/mods/easy-disenchanting.pw.toml @@ -0,0 +1,13 @@ +name = "Easy Disenchanting" +filename = "easydisenchanting-neoforge-1.0.0-1.21.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/oytHeCkq/versions/DusvW4Bw/easydisenchanting-neoforge-1.0.0-1.21.1.jar" +hash-format = "sha512" +hash = "47bfc5bc16463943584e8b70e65dc14fd235b07ba0b9c6c8fa26afc98cec88f5992a8d13e97ac9fa9191b621b11cf0df71577ef2c2cad273f5269cff56997507" + +[update] +[update.modrinth] +mod-id = "oytHeCkq" +version = "DusvW4Bw" diff --git a/pack.toml b/pack.toml index fc93c98..f35d5e5 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 = "2b6eb3ea17f3e25f52502b59e3d18017f53cc4b7c8853a31765cbfa55cae3c81" +hash = "e25dd0b0595c6345c2db7390690e776c1aa52526dfa46b0c9638dd495e516d32" [versions] minecraft = "1.21.1"