Config Type: Remote - TerraFirmaCraft-The-Final-Frontier/FileDirector GitHub Wiki

Fetching FileDirector configs remotely

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+