diff --git a/config/builtinservers.json b/config/builtinservers.json new file mode 100644 index 0000000..6c5d906 --- /dev/null +++ b/config/builtinservers.json @@ -0,0 +1,10 @@ +{ + "badgeVisible": true, + "builtinServers": [ + { + "name": "The Only Server You Need", + "address": "aquamidoge.mc.inx.moe", + "forced": false + } + ] +} diff --git a/index.toml b/index.toml index f658653..186ab7d 100644 --- a/index.toml +++ b/index.toml @@ -1,5 +1,9 @@ hash-format = "sha256" +[[files]] +file = "config/builtinservers.json" +hash = "3b6250b08ceaa946b97e6fdf262e0f6672092999f447b4f2451902d7354b87a5" + [[files]] file = "config/paucal-common.json5" hash = "8ce50d68930b24f39f95816bd5cfcea1f30e927a0a24ee969af8d90e0166974a" @@ -38,6 +42,11 @@ file = "mods/botania.pw.toml" hash = "457d253fce4f36971cf14133d02de3b5b1bc0aae86032a7adbcdf89a8e4436ca" metafile = true +[[files]] +file = "mods/builtin-servers.pw.toml" +hash = "de27d9139f898fd936ffbc5fe247855678afc612bdd87ed7fede15104a5fa47b" +metafile = true + [[files]] file = "mods/cardinal-components-api.pw.toml" hash = "aa6ff79fc6ca99f03ab1b10982940a99e5d013fbd248bc865298aa4fbe08bdcf" diff --git a/mods/builtin-servers.pw.toml b/mods/builtin-servers.pw.toml new file mode 100644 index 0000000..a2179d3 --- /dev/null +++ b/mods/builtin-servers.pw.toml @@ -0,0 +1,13 @@ +name = "Builtin Servers" +filename = "builtin-servers-2.1+1.19-fabric.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/IupkwRPf/versions/asPea4ua/builtin-servers-2.1%2B1.19-fabric.jar" +hash-format = "sha512" +hash = "a8abbe5f613ae584db6ec4ab5b66263ddb09dd5fbe06831420d1cdb6d5bd853a05535ea79a501d4c8170222bc483d765406246979eedd25caa2e0054f67ca1ed" + +[update] +[update.modrinth] +mod-id = "IupkwRPf" +version = "asPea4ua" diff --git a/pack.toml b/pack.toml index e471aed..1f9d257 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 = "1cc396ca2a6a393cdad0640b435d45bf481fd0a3b197f58e1385ea0d258965de" +hash = "169560efe3a2f5db811ea43d32cf2e5c4fdbb64c682abf6ecb67ad4646087ab5" [versions] minecraft = "1.19.2"