add durability tooltip
This commit is contained in:
parent
e8d7517ed4
commit
e7ac84fee3
10
index.toml
10
index.toml
@ -462,6 +462,11 @@ file = "mods/drogstyle.pw.toml"
|
|||||||
hash = "3cb69f9380e633b3187fef3c0855ffc8f8bee0477626d37329ba8a90c8c20ec9"
|
hash = "3cb69f9380e633b3187fef3c0855ffc8f8bee0477626d37329ba8a90c8c20ec9"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/durability-tooltip.pw.toml"
|
||||||
|
hash = "9e3edbc66f06eac2f4486b52223cd19ad80a4c967162615959ddd183064d0f12"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/dynamic-fps.pw.toml"
|
file = "mods/dynamic-fps.pw.toml"
|
||||||
hash = "689ddf2293756df17ff80a4ed9ff181419f1f3fdfd450036f31e717db15e9447"
|
hash = "689ddf2293756df17ff80a4ed9ff181419f1f3fdfd450036f31e717db15e9447"
|
||||||
@ -1072,6 +1077,11 @@ file = "mods/styled-nicknames.pw.toml"
|
|||||||
hash = "e6f4e06c4d4442c08a9f64772a3e078209d57a5d81f6c8ee0fde0da006789a3a"
|
hash = "e6f4e06c4d4442c08a9f64772a3e078209d57a5d81f6c8ee0fde0da006789a3a"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/supermartijn642s-config-lib.pw.toml"
|
||||||
|
hash = "075b0a946ee6bc32d2eadde90257bdf53d09493978b3b7add5af49716691799e"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/supplementaries.pw.toml"
|
file = "mods/supplementaries.pw.toml"
|
||||||
hash = "f8555ccd1d7a77c815e1b6bc198abc48a9e69527f8715c83ae1f017437dd73af"
|
hash = "f8555ccd1d7a77c815e1b6bc198abc48a9e69527f8715c83ae1f017437dd73af"
|
||||||
|
13
mods/durability-tooltip.pw.toml
Normal file
13
mods/durability-tooltip.pw.toml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
name = "Durability Tooltip"
|
||||||
|
filename = "durabilitytooltip-1.1.5-fabric-mc1.20.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/smUP7V3r/versions/WmJeyttw/durabilitytooltip-1.1.5-fabric-mc1.20.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "cfee9a225e8b2b123594815150a4df9484a7d1e8"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "smUP7V3r"
|
||||||
|
version = "WmJeyttw"
|
13
mods/supermartijn642s-config-lib.pw.toml
Normal file
13
mods/supermartijn642s-config-lib.pw.toml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
name = "SuperMartijn642's Config Lib"
|
||||||
|
filename = "supermartijn642configlib-1.1.8a-fabric-mc1.20.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/LN9BxssP/versions/Ur02nrUT/supermartijn642configlib-1.1.8a-fabric-mc1.20.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "964df96c16afe775efd467b22f24458915805ad8"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "LN9BxssP"
|
||||||
|
version = "Ur02nrUT"
|
@ -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 = "92a81800963c41a7df29d4f4b580d75c1033a91a99255a88a18744fcd3806cfc"
|
hash = "e9d78527d45e4ae7b63cdd4e4fe0d29ea4fe4d6456d1a452daadca49b734025c"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
fabric = "0.15.3"
|
fabric = "0.15.3"
|
||||||
|
Loading…
Reference in New Issue
Block a user