Add Builtin Servers

This commit is contained in:
Jordy Goodridge 2024-05-25 12:16:39 -07:00
parent bbc2a50ff6
commit b294ebaf80
5 changed files with 51 additions and 1 deletions

View File

@ -0,0 +1,10 @@
{
"badgeVisible": true,
"builtinServers": [
{
"name": "TouhouDiscordcraft",
"address": "104.224.55.51",
"forced": false
}
]
}

View File

@ -4,6 +4,10 @@ hash-format = "sha256"
file = "config/allurement-common.toml" file = "config/allurement-common.toml"
hash = "1e10f0bf2d27dededeaa726379e8f6375defa3df7cdadcb22244938e3c8c49e3" hash = "1e10f0bf2d27dededeaa726379e8f6375defa3df7cdadcb22244938e3c8c49e3"
[[files]]
file = "config/builtinservers.json"
hash = "acb27bebe0ffaba8871cec5f9fb041b7d57b6164ed99ebbc8d63e028b9b62d13"
[[files]] [[files]]
file = "config/defaultoptions/extra/config/notenoughanimations.json" file = "config/defaultoptions/extra/config/notenoughanimations.json"
hash = "503070bad750f39e08f8d87678c61487edbfece1a3353a9527b08f7197f4aea3" hash = "503070bad750f39e08f8d87678c61487edbfece1a3353a9527b08f7197f4aea3"
@ -136,6 +140,11 @@ file = "mods/bookshelf-lib.pw.toml"
hash = "64be5125bb867f68dec3ca9241395373ea49142b0fc0edf3a39bc12955b76b82" hash = "64be5125bb867f68dec3ca9241395373ea49142b0fc0edf3a39bc12955b76b82"
metafile = true metafile = true
[[files]]
file = "mods/builtin-servers.pw.toml"
hash = "a4be16e51af6d10099097105151d01c20b536fc9166298526f67cf12f871187b"
metafile = true
[[files]] [[files]]
file = "mods/buzzier-bees.pw.toml" file = "mods/buzzier-bees.pw.toml"
hash = "d922768e2b70ad98fcbfb9954f14d1111f30f7e526e76ae864c3b27c33d3aaeb" hash = "d922768e2b70ad98fcbfb9954f14d1111f30f7e526e76ae864c3b27c33d3aaeb"
@ -236,6 +245,11 @@ file = "mods/farmers-delight.pw.toml"
hash = "32504030cc409f25f4864cb0387b906cd07f1c818301302faddd0de7f777d51c" hash = "32504030cc409f25f4864cb0387b906cd07f1c818301302faddd0de7f777d51c"
metafile = true metafile = true
[[files]]
file = "mods/fast-ip-ping.pw.toml"
hash = "e40f25640b4d5872b76c7324b35dd995d041fd409ca4fa4e93f8c6a1dfb4fbcc"
metafile = true
[[files]] [[files]]
file = "mods/ferrite-core.pw.toml" file = "mods/ferrite-core.pw.toml"
hash = "4a73f04a8986129d79ea4f283a0a33ce51af17079b6efa23596af5bc685e1c1e" hash = "4a73f04a8986129d79ea4f283a0a33ce51af17079b6efa23596af5bc685e1c1e"

View File

@ -0,0 +1,13 @@
name = "Builtin Servers"
filename = "builtin-servers-2.1+1.20-forge.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/IupkwRPf/versions/bHFzotWC/builtin-servers-2.1%2B1.20-forge.jar"
hash-format = "sha1"
hash = "9df9c9bb790d1ce578bc09265375fe65a86ca3c0"
[update]
[update.modrinth]
mod-id = "IupkwRPf"
version = "bHFzotWC"

13
mods/fast-ip-ping.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "fast-ip-ping"
filename = "fast-ip-ping-mc1.20.4-forge-v1.0.1.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/9mtu0sUO/versions/f6pkJC6p/fast-ip-ping-mc1.20.4-forge-v1.0.1.jar"
hash-format = "sha1"
hash = "d2ae47cc0e30f9dd354de6af5db0a65401dab631"
[update]
[update.modrinth]
mod-id = "9mtu0sUO"
version = "f6pkJC6p"

View File

@ -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 = "492afa1eee0b4614e262fe73f7856f6854a4f26b594503b13df86f47d8ef191d" hash = "119c874e6f7ed90bc9c1e80385ffa9a98ef9fc26c7e9b90eec64356940047cc7"
[versions] [versions]
forge = "47.2.0" forge = "47.2.0"