[client] added AuthMe & Bad Packets
This commit is contained in:
parent
478492d2a9
commit
c0800c83fc
10
index.toml
10
index.toml
|
@ -35,6 +35,16 @@ file = "mods/athena-ctm.pw.toml"
|
||||||
hash = "ce1fe1e69721bf56e277be993505956c88c3036e8d826a85eb83d9a3cf8305aa"
|
hash = "ce1fe1e69721bf56e277be993505956c88c3036e8d826a85eb83d9a3cf8305aa"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/auth-me.pw.toml"
|
||||||
|
hash = "e954c2f9ea9195ef558f0cb7dbc7057f2086348fc4a78186bc399145c18b4bb9"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/badpackets.pw.toml"
|
||||||
|
hash = "e5a68e0e0d90aac1d965ab7cab5858c474e875be9012a7c8a3adf96420faa726"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/balm.pw.toml"
|
file = "mods/balm.pw.toml"
|
||||||
hash = "ab6a6dc2a3fa157464f0294d8b5d3e6b8b882c9b520c7f7e0ca8329094ed1dfa"
|
hash = "ab6a6dc2a3fa157464f0294d8b5d3e6b8b882c9b520c7f7e0ca8329094ed1dfa"
|
||||||
|
|
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Auth Me"
|
||||||
|
filename = "authme-7.0.2+1.20.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/yjgIrBjZ/versions/RiTU8rGC/authme-7.0.2%2B1.20.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "5e430805cf3dfd79fc5f0995f97604edac1491cd"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "yjgIrBjZ"
|
||||||
|
version = "RiTU8rGC"
|
|
@ -0,0 +1,13 @@
|
||||||
|
name = "bad packets"
|
||||||
|
filename = "badpackets-fabric-0.4.3.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/ftdbN0KK/versions/JjLWLyDz/badpackets-fabric-0.4.3.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "87b7ef4e9c9bff0fd8cdcc79156e9c7ac7b26690"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "ftdbN0KK"
|
||||||
|
version = "JjLWLyDz"
|
|
@ -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 = "66c62dfce57171b9b5a289de803457a4dbcd5471e2c3bc159098cb94030339a0"
|
hash = "789db0c2a0110d6040fc147e6b4cf3a40dff4873508607ef51fb35f31a9bbb61"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
fabric = "0.15.7"
|
fabric = "0.15.7"
|
||||||
|
|
Loading…
Reference in New Issue