From d0f2a8370b401d6a12c09d7840dc83ab67e636f0 Mon Sep 17 00:00:00 2001 From: xtex Date: Sun, 26 Nov 2023 08:17:20 +0800 Subject: [PATCH] mods: add durabilityviewer Signed-off-by: xtex --- index.toml | 5 +++++ mods/durabilityviewer.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/durabilityviewer.pw.toml diff --git a/index.toml b/index.toml index 57bf036..7a15d4b 100644 --- a/index.toml +++ b/index.toml @@ -214,6 +214,11 @@ file = "mods/debugify.pw.toml" hash = "4ba45966a267b774f5d83442c3c43d740f55e11a910e117e50c046b4f77b5c66" metafile = true +[[files]] +file = "mods/durabilityviewer.pw.toml" +hash = "dd14faa78d5204f09aa6e2edc27953927f72c0ebb7e8deb81ba3fe4fa734b9f5" +metafile = true + [[files]] file = "mods/dynamic-fps.pw.toml" hash = "6e6ee1bf66d6977728d3bf5404338c87a0a4ad5260833efcd912aaaca776cf8f" diff --git a/mods/durabilityviewer.pw.toml b/mods/durabilityviewer.pw.toml new file mode 100644 index 0000000..0c0a38b --- /dev/null +++ b/mods/durabilityviewer.pw.toml @@ -0,0 +1,13 @@ +name = "Durability Viewer" +filename = "durabilityviewer-1.20-fabric0.83.0-1.10.5.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/LTM1f0yY/versions/iVlTsxR7/durabilityviewer-1.20-fabric0.83.0-1.10.5.jar" +hash-format = "sha1" +hash = "5c1014cb01880a99f3eb098334e3ba2de486c114" + +[update] +[update.modrinth] +mod-id = "LTM1f0yY" +version = "iVlTsxR7" diff --git a/pack.toml b/pack.toml index 8585a63..77f61b9 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 = "a69eab94c04d9edaa530335f117f905dc38570facd078e5c49923e5740fdb37f" +hash = "00016e7543c5438c0083beffe371ad5bb93b74b8a77dd4d05d915a804fefa9d4" [versions] minecraft = "1.20.1"