Add Server Pinger Fixer
This commit is contained in:
parent
0a15901a23
commit
c336fa2cae
3 changed files with 19 additions and 1 deletions
5
index.toml
generated
5
index.toml
generated
|
@ -250,6 +250,11 @@ file = "mods/roughly-enough-items.pw.toml"
|
||||||
hash = "201ab0485fc28e1b4a8fb04f620bfe94e19a3495131b939b67a701068de7f325"
|
hash = "201ab0485fc28e1b4a8fb04f620bfe94e19a3495131b939b67a701068de7f325"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/serverpingerfixer.pw.toml"
|
||||||
|
hash = "e4fcc1fc82a41c6ab58a926cd61950c290479c8e1c8531bfebaa72eb3d899817"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/shulkerboxtooltip.pw.toml"
|
file = "mods/shulkerboxtooltip.pw.toml"
|
||||||
hash = "93c211301d7e69fff02f0057580d90302bed89dd79a433c33b458d6379865290"
|
hash = "93c211301d7e69fff02f0057580d90302bed89dd79a433c33b458d6379865290"
|
||||||
|
|
13
mods/serverpingerfixer.pw.toml
Normal file
13
mods/serverpingerfixer.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Server Pinger Fixer"
|
||||||
|
filename = "serverpingerfixer-1.0.1.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/iqK5uv72/versions/VSIi6KML/serverpingerfixer-1.0.1.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "a6045f77005d7813b6488d30751091f1fa96b6ab"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "iqK5uv72"
|
||||||
|
version = "VSIi6KML"
|
|
@ -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 = "bb692ac5752d90eae9ebf120d78b260a9d1bec078fdbcb36282a1cefc648f2bf"
|
hash = "13a726d0ccecfa3ce3fdc88a3a2e6b2932a84e154d426f6a18914b41e657e721"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
minecraft = "1.20.1"
|
minecraft = "1.20.1"
|
||||||
|
|
Loading…
Reference in a new issue