Add mod: ToolTipFix
not sure why it was removed while the pack was updated to minecraft 1.20.1
This commit is contained in:
parent
9e4e53f467
commit
4f280a226f
3 changed files with 19 additions and 1 deletions
5
index.toml
generated
5
index.toml
generated
|
@ -337,6 +337,11 @@ file = "mods/tool-stats.pw.toml"
|
|||
hash = "9ebb2e67e9aa0a4ce7e66a06d19b80ac503399eba4a66f8e7af52359345e2633"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/tooltipfix.pw.toml"
|
||||
hash = "fe592547ec2aedf1de7add34f747f7845e103de228e2426328e9e60fe93298cc"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/viafabricplus.pw.toml"
|
||||
hash = "cbf6b0490eec789ecc3bcbf2443b5a78b865fb3549096f1628cc15cc5c7df051"
|
||||
|
|
13
mods/tooltipfix.pw.toml
Normal file
13
mods/tooltipfix.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "ToolTipFix"
|
||||
filename = "tooltipfix-1.1.1-1.20.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/2RKFTmiB/versions/B2L4LeMV/tooltipfix-1.1.1-1.20.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "de704792c691e3d19316c87c21c9ad2bee6c66c3"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "2RKFTmiB"
|
||||
version = "B2L4LeMV"
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "4034efe06d8e5a64561be3f7b853eb0b9a1f9115bc03696a69b28b7775d81fea"
|
||||
hash = "dae63eae694857e9a6775462c8dde05d7f36bc2ddf9245f1763552e19901cb41"
|
||||
|
||||
[versions]
|
||||
minecraft = "1.20.1"
|
||||
|
|
Loading…
Reference in a new issue