add builtin servers
This commit is contained in:
parent
3d8e5edf1a
commit
298ab79430
4 changed files with 33 additions and 1 deletions
10
config/builtinservers.json
Normal file
10
config/builtinservers.json
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"badgeVisible": true,
|
||||||
|
"builtinServers": [
|
||||||
|
{
|
||||||
|
"name": "The Only Server You Need",
|
||||||
|
"address": "aquamidoge.mc.inx.moe",
|
||||||
|
"forced": false
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
|
@ -1,5 +1,9 @@
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/builtinservers.json"
|
||||||
|
hash = "3b6250b08ceaa946b97e6fdf262e0f6672092999f447b4f2451902d7354b87a5"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/paucal-common.json5"
|
file = "config/paucal-common.json5"
|
||||||
hash = "8ce50d68930b24f39f95816bd5cfcea1f30e927a0a24ee969af8d90e0166974a"
|
hash = "8ce50d68930b24f39f95816bd5cfcea1f30e927a0a24ee969af8d90e0166974a"
|
||||||
|
@ -38,6 +42,11 @@ file = "mods/botania.pw.toml"
|
||||||
hash = "457d253fce4f36971cf14133d02de3b5b1bc0aae86032a7adbcdf89a8e4436ca"
|
hash = "457d253fce4f36971cf14133d02de3b5b1bc0aae86032a7adbcdf89a8e4436ca"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/builtin-servers.pw.toml"
|
||||||
|
hash = "de27d9139f898fd936ffbc5fe247855678afc612bdd87ed7fede15104a5fa47b"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/cardinal-components-api.pw.toml"
|
file = "mods/cardinal-components-api.pw.toml"
|
||||||
hash = "aa6ff79fc6ca99f03ab1b10982940a99e5d013fbd248bc865298aa4fbe08bdcf"
|
hash = "aa6ff79fc6ca99f03ab1b10982940a99e5d013fbd248bc865298aa4fbe08bdcf"
|
||||||
|
|
13
mods/builtin-servers.pw.toml
Normal file
13
mods/builtin-servers.pw.toml
Normal file
|
@ -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"
|
|
@ -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 = "1cc396ca2a6a393cdad0640b435d45bf481fd0a3b197f58e1385ea0d258965de"
|
hash = "169560efe3a2f5db811ea43d32cf2e5c4fdbb64c682abf6ecb67ad4646087ab5"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
minecraft = "1.19.2"
|
minecraft = "1.19.2"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue