TerraFirmaCraft-The-Final-Frontier / FileDirector

Automated mod/file downloading.
https://www.curseforge.com/minecraft/mc-mods/filedirector
MIT License
8 stars 5 forks source link

Correction on the wiki here : https://github.com/TerraFirmaCraft-The-Final-Frontier/FileDirector/wiki/Modpack #9

Closed quentin452 closed 11 months ago

quentin452 commented 11 months ago

It seem that there are errors

you should change

{
    "packName": "My Modpack",
    "icon":
    {
        "path": "my-logo.png",
        "width": 64,
        "height": 64
    }
    "localVersion": "1.2.4"
}

by

{
    "packName": "My Modpack",
    "icon":
    {
        "path": "my-logo.png",
        "width": 64,
        "height": 64
    },
    "localVersion": "1.2.4"
}

and

{
    "packName": "My Modpack",
    "icon":
    {
        "path": "my-logo.png",
        "width": 64,
        "height": 64
    }
    "remoteVersion": "https://gist.githubusercontent.com/ACGaming/24f9fae4e87ffe55fccbd4bd38347339/raw/0cd99def858c9cc22d087057f3efc5e8e24cd72f/version_test.txt"
}

by

{
    "packName": "My Modpack",
    "icon":
    {
        "path": "my-logo.png",
        "width": 64,
        "height": 64
    },
    "remoteVersion": "https://gist.githubusercontent.com/ACGaming/24f9fae4e87ffe55fccbd4bd38347339/raw/0cd99def858c9cc22d087057f3efc5e8e24cd72f/version_test.txt"
}
Lylythii commented 11 months ago

Updated just now