forked from Janrupf/mod-director
-
Notifications
You must be signed in to change notification settings - Fork 5
Config Type: Remote
ACGaming edited this page Mar 16, 2023
·
2 revisions
With this config type, you can point local FileDirector configs to any FileDirector configs hosted on the internet.
First of all, your config file needs to end with .remote.json
.
Then, the format needs to be the following:
{
"url": "https://myconfig.com/download/mod.curse.json"
}
url
is the only supported key and needs to contain the full file name + extension inside the URL.
This feature is supported in version 1.6.0+