forked from hkc/vanilla-extended
Add AppleSkin and Auth Me
This commit is contained in:
parent
65089ee97b
commit
2b758c34fc
10
index.toml
10
index.toml
|
@ -14,6 +14,16 @@ file = "mods/ambientsounds.pw.toml"
|
|||
hash = "611dd38f46108493b1d0b63cb3580d522b42d43e6680ab07de74f51224e18a10"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/appleskin.pw.toml"
|
||||
hash = "9460d497d821c589a08bbec71b094ce4fd8540324ee9a3f95aecc5ea1cb6399f"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/auth-me.pw.toml"
|
||||
hash = "7627410d9fb01f5bfb031bca29d2e2ab6fc10c7599e7a317cf60e0795105c9da"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/badpackets.pw.toml"
|
||||
hash = "025ce95e52fae5b52f3d93a11a2186b6d58bc292dc9655b3f47e7d0d1de9479d"
|
||||
|
|
|
@ -0,0 +1,13 @@
|
|||
name = "AppleSkin"
|
||||
filename = "appleskin-fabric-mc1.21-3.0.5.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/EsAfCjCV/versions/fG1xJao0/appleskin-fabric-mc1.21-3.0.5.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "32176384779f6e223ce6c68bfa3c505222be0d5a21606a195562b471d29b2f7af253bb42756dd66373475bb75582fc11c72d8bd2f311bd0f0ad06816e4f61a29"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "EsAfCjCV"
|
||||
version = "fG1xJao0"
|
|
@ -0,0 +1,13 @@
|
|||
name = "Auth Me"
|
||||
filename = "authme-8.0.0+1.21.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/yjgIrBjZ/versions/WrVFwS4j/authme-8.0.0%2B1.21.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "7ae26ca9a9eef4ee854b4b4d993f573e21ba80855c1abe9fb57b62c6f3d0e5e422109cecd97599a96948b00e17345f1c397f49c82b1e4feccc54a303bc92e794"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "yjgIrBjZ"
|
||||
version = "WrVFwS4j"
|
Loading…
Reference in New Issue