Add mod: Tool Stats

This commit is contained in:
Wroclaw 2023-08-05 23:56:42 +02:00
parent ad73bc2e1e
commit 236ee70c75
4 changed files with 37 additions and 1 deletions

10
index.toml generated
View file

@ -129,6 +129,11 @@ file = "mods/better-stats.pw.toml"
hash = "8d3280ea80fed62e07bdeda49bb606bf69b51ee7cc80a5f7ae130a5a4c086b00" hash = "8d3280ea80fed62e07bdeda49bb606bf69b51ee7cc80a5f7ae130a5a4c086b00"
metafile = true metafile = true
[[files]]
file = "mods/bookshelf-lib.pw.toml"
hash = "418b4902c5d870ee27a952cc3c39ddfa931f2d40c55c7e963f35849402955c2c"
metafile = true
[[files]] [[files]]
file = "mods/cloth-config.pw.toml" file = "mods/cloth-config.pw.toml"
hash = "b6348f94ec939f563285dc96683e61da8fc17ab2f2897be2751fa24789513691" hash = "b6348f94ec939f563285dc96683e61da8fc17ab2f2897be2751fa24789513691"
@ -294,6 +299,11 @@ file = "mods/suggestion-tweaker.pw.toml"
hash = "926f8ca9ff61c89b1f6c5d26d8cf8a436334555498143c8a384bedc3676c90c8" hash = "926f8ca9ff61c89b1f6c5d26d8cf8a436334555498143c8a384bedc3676c90c8"
metafile = true metafile = true
[[files]]
file = "mods/tool-stats.pw.toml"
hash = "9ebb2e67e9aa0a4ce7e66a06d19b80ac503399eba4a66f8e7af52359345e2633"
metafile = true
[[files]] [[files]]
file = "mods/viafabricplus.pw.toml" file = "mods/viafabricplus.pw.toml"
hash = "cbf6b0490eec789ecc3bcbf2443b5a78b865fb3549096f1628cc15cc5c7df051" hash = "cbf6b0490eec789ecc3bcbf2443b5a78b865fb3549096f1628cc15cc5c7df051"

View file

@ -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"

13
mods/tool-stats.pw.toml Normal file
View file

@ -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"

View file

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index] [index]
file = "index.toml" file = "index.toml"
hash-format = "sha256" hash-format = "sha256"
hash = "d3c6050d3e0d2e90abd379be37790c2d4ecb840f9dccb873eb316d26252db073" hash = "adcb4f1d115793e20aef96e8b985524341b6e687042249418c481fc2a8d411c2"
[versions] [versions]
minecraft = "1.20.1" minecraft = "1.20.1"