Compare commits

...

2 commits

Author SHA1 Message Date
236ee70c75 Add mod: Tool Stats 2023-08-05 23:56:42 +02:00
ad73bc2e1e Add mod: Better Statistics Screen 2023-08-05 23:53:10 +02:00
5 changed files with 55 additions and 1 deletions

15
index.toml generated
View file

@ -124,6 +124,16 @@ file = "mods/better-advancements.pw.toml"
hash = "f2a3a436d5498e539230aa1936ac1009e4b140eda402b654b4a160431e7f517a" hash = "f2a3a436d5498e539230aa1936ac1009e4b140eda402b654b4a160431e7f517a"
metafile = true metafile = true
[[files]]
file = "mods/better-stats.pw.toml"
hash = "8d3280ea80fed62e07bdeda49bb606bf69b51ee7cc80a5f7ae130a5a4c086b00"
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"
@ -289,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"

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

@ -0,0 +1,13 @@
name = "Better Statistics Screen"
filename = "betterstats-2.10.3+1.20.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/n6PXGAoM/versions/WLBCUkWu/betterstats-2.10.3%2B1.20.1.jar"
hash-format = "sha1"
hash = "12fcb4fe11aa763afae26b8691de8cf8a4dcf82a"
[update]
[update.modrinth]
mod-id = "n6PXGAoM"
version = "WLBCUkWu"

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 = "1f9d133f0edf6bf2d87a16a0645a4a1c9ae482ccead187946c825a7af8d566c2" hash = "adcb4f1d115793e20aef96e8b985524341b6e687042249418c481fc2a8d411c2"
[versions] [versions]
minecraft = "1.20.1" minecraft = "1.20.1"