This commit is contained in:
2026-02-23 21:48:28 +01:00
parent 68fcf7fbde
commit 76e9b1b59e
15427 changed files with 620572 additions and 11184 deletions

View File

@@ -0,0 +1,22 @@
# Configuration file
general {
# Whether or not the user should be able to delete, modify or change the order of the default servers. [default: true]
B:allowModifications=true
# DO NOT EDIT! [default: ]
S:prevDefaultServers <
>
# The default servers. Format: ip|name [default: ]
S:servers <
>
# The remote location to fetch the default servers from. The returned content must be in JSON format (formatted as a map where the keys are the server names and the values the corresponding ip-adresses). [default: ]
S:url=https://raw.githubusercontent.com/GTNewHorizons/GT-New-Horizons-Modpack/master/servers.json
# Whether or not the default servers should be fetched from a remote location. [default: false]
B:useURL=true
}