From b294ebaf80b3ef4a0e62ee92f9b320814e86e2f1 Mon Sep 17 00:00:00 2001 From: Jordy Goodridge Date: Sat, 25 May 2024 12:16:39 -0700 Subject: [PATCH] Add Builtin Servers --- config/builtinservers.json | 10 ++++++++++ index.toml | 14 ++++++++++++++ mods/builtin-servers.pw.toml | 13 +++++++++++++ mods/fast-ip-ping.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 5 files changed, 51 insertions(+), 1 deletion(-) create mode 100644 config/builtinservers.json create mode 100644 mods/builtin-servers.pw.toml create mode 100644 mods/fast-ip-ping.pw.toml diff --git a/config/builtinservers.json b/config/builtinservers.json new file mode 100644 index 0000000..47cdae0 --- /dev/null +++ b/config/builtinservers.json @@ -0,0 +1,10 @@ +{ + "badgeVisible": true, + "builtinServers": [ + { + "name": "TouhouDiscordcraft", + "address": "104.224.55.51", + "forced": false + } + ] +} diff --git a/index.toml b/index.toml index 073681c..a6d4d52 100644 --- a/index.toml +++ b/index.toml @@ -4,6 +4,10 @@ hash-format = "sha256" file = "config/allurement-common.toml" hash = "1e10f0bf2d27dededeaa726379e8f6375defa3df7cdadcb22244938e3c8c49e3" +[[files]] +file = "config/builtinservers.json" +hash = "acb27bebe0ffaba8871cec5f9fb041b7d57b6164ed99ebbc8d63e028b9b62d13" + [[files]] file = "config/defaultoptions/extra/config/notenoughanimations.json" hash = "503070bad750f39e08f8d87678c61487edbfece1a3353a9527b08f7197f4aea3" @@ -136,6 +140,11 @@ file = "mods/bookshelf-lib.pw.toml" hash = "64be5125bb867f68dec3ca9241395373ea49142b0fc0edf3a39bc12955b76b82" metafile = true +[[files]] +file = "mods/builtin-servers.pw.toml" +hash = "a4be16e51af6d10099097105151d01c20b536fc9166298526f67cf12f871187b" +metafile = true + [[files]] file = "mods/buzzier-bees.pw.toml" hash = "d922768e2b70ad98fcbfb9954f14d1111f30f7e526e76ae864c3b27c33d3aaeb" @@ -236,6 +245,11 @@ file = "mods/farmers-delight.pw.toml" hash = "32504030cc409f25f4864cb0387b906cd07f1c818301302faddd0de7f777d51c" metafile = true +[[files]] +file = "mods/fast-ip-ping.pw.toml" +hash = "e40f25640b4d5872b76c7324b35dd995d041fd409ca4fa4e93f8c6a1dfb4fbcc" +metafile = true + [[files]] file = "mods/ferrite-core.pw.toml" hash = "4a73f04a8986129d79ea4f283a0a33ce51af17079b6efa23596af5bc685e1c1e" diff --git a/mods/builtin-servers.pw.toml b/mods/builtin-servers.pw.toml new file mode 100644 index 0000000..67826b4 --- /dev/null +++ b/mods/builtin-servers.pw.toml @@ -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" diff --git a/mods/fast-ip-ping.pw.toml b/mods/fast-ip-ping.pw.toml new file mode 100644 index 0000000..9fad54f --- /dev/null +++ b/mods/fast-ip-ping.pw.toml @@ -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" diff --git a/pack.toml b/pack.toml index bfc926a..1ef8ec8 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "492afa1eee0b4614e262fe73f7856f6854a4f26b594503b13df86f47d8ef191d" +hash = "119c874e6f7ed90bc9c1e80385ffa9a98ef9fc26c7e9b90eec64356940047cc7" [versions] forge = "47.2.0"