SLCP - Some Long Config Puller
PS: We used AI to develop this Mod.
What is SLCP
SLCP is a fabric mod designed to automatically download files from the Internet. We designed it to update mods' configs and the server list in the Multiplayer menu. So it called "Some Long Config Puller".
Requirements
Config
Open the game instance folder,a folder called config,slcp folder in it,and then you can find config.json. You can configure it like this:
[
{
"LICENSE": {
"url": "https://www.apache.org/licenses/LICENSE-2.0.txt",
"output": "./config/slcp/",
"isServerDat": false
}
},
{
"serverlist": {
"url": "https://exam.ple/servers.dat",
"output": "./",
"isServerDat": true
}
},
{
"aaa": {
"url": "https://exam.ple/something.file",
"output": "./",
"isServerDat": false
}
}
]
If isServerDat is true, this mod will merge the servers.dat file from the Internet to your own server list in your Multiplayer menu.
Thanks to
No gallery available for this project.