From 236ee70c75bc8603d09e0f7b4e94b39fa93ca94e Mon Sep 17 00:00:00 2001 From: Wroclaw Date: Sat, 5 Aug 2023 23:56:42 +0200 Subject: [PATCH] Add mod: Tool Stats --- index.toml | 10 ++++++++++ mods/bookshelf-lib.pw.toml | 13 +++++++++++++ mods/tool-stats.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 4 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 mods/bookshelf-lib.pw.toml create mode 100644 mods/tool-stats.pw.toml diff --git a/index.toml b/index.toml index bfb5bec..b9d8a17 100644 --- a/index.toml +++ b/index.toml @@ -129,6 +129,11 @@ file = "mods/better-stats.pw.toml" hash = "8d3280ea80fed62e07bdeda49bb606bf69b51ee7cc80a5f7ae130a5a4c086b00" metafile = true +[[files]] +file = "mods/bookshelf-lib.pw.toml" +hash = "418b4902c5d870ee27a952cc3c39ddfa931f2d40c55c7e963f35849402955c2c" +metafile = true + [[files]] file = "mods/cloth-config.pw.toml" hash = "b6348f94ec939f563285dc96683e61da8fc17ab2f2897be2751fa24789513691" @@ -294,6 +299,11 @@ file = "mods/suggestion-tweaker.pw.toml" hash = "926f8ca9ff61c89b1f6c5d26d8cf8a436334555498143c8a384bedc3676c90c8" metafile = true +[[files]] +file = "mods/tool-stats.pw.toml" +hash = "9ebb2e67e9aa0a4ce7e66a06d19b80ac503399eba4a66f8e7af52359345e2633" +metafile = true + [[files]] file = "mods/viafabricplus.pw.toml" hash = "cbf6b0490eec789ecc3bcbf2443b5a78b865fb3549096f1628cc15cc5c7df051" diff --git a/mods/bookshelf-lib.pw.toml b/mods/bookshelf-lib.pw.toml new file mode 100644 index 0000000..47cbe7f --- /dev/null +++ b/mods/bookshelf-lib.pw.toml @@ -0,0 +1,13 @@ +name = "Bookshelf" +filename = "Bookshelf-Fabric-1.20.1-20.0.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/uy4Cnpcm/versions/5lVi4B89/Bookshelf-Fabric-1.20.1-20.0.2.jar" +hash-format = "sha1" +hash = "2044df2038fbdb30d9be1645dd648dbfce2901d1" + +[update] +[update.modrinth] +mod-id = "uy4Cnpcm" +version = "5lVi4B89" diff --git a/mods/tool-stats.pw.toml b/mods/tool-stats.pw.toml new file mode 100644 index 0000000..be293ae --- /dev/null +++ b/mods/tool-stats.pw.toml @@ -0,0 +1,13 @@ +name = "Tool Stats" +filename = "ToolStats-Fabric-1.20.1-16.0.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/vuGFx44e/versions/vXQ0PMih/ToolStats-Fabric-1.20.1-16.0.1.jar" +hash-format = "sha1" +hash = "daf23462956df20ee1e382f8cf6c559a34c20578" + +[update] +[update.modrinth] +mod-id = "vuGFx44e" +version = "vXQ0PMih" diff --git a/pack.toml b/pack.toml index 9397dea..83b0871 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 = "d3c6050d3e0d2e90abd379be37790c2d4ecb840f9dccb873eb316d26252db073" +hash = "adcb4f1d115793e20aef96e8b985524341b6e687042249418c481fc2a8d411c2" [versions] minecraft = "1.20.1"