diff --git a/install.json b/install.json index cb307a6..ae0930b 100644 --- a/install.json +++ b/install.json @@ -4,16 +4,16 @@ { "Id": "config:both", "IsZip": true, - "ZipPath": "modpack-files-main/both", + "ZipPath": "{first}/both", "DestPath": "", - "SourceUrl": "https://git.pilzinsel64.de/litw-refined/modpack-files/-/archive/{version}/modpack-files-main.zip?ref_type=tags" + "SourceUrl": "https://git.pilzinsel64.de/litw-refined/modpack-files/-/archive/{version}/modpack-files.zip" }, { "Id": "config:client", "IsZip": true, - "ZipPath": "modpack-files-main/client", + "ZipPath": "{first}/client", "DestPath": "", - "SourceUrl": "https://git.pilzinsel64.de/litw-refined/modpack-files/-/archive/{version}/modpack-files-main.zip?ref_type=tags", + "SourceUrl": "https://git.pilzinsel64.de/litw-refined/modpack-files/-/archive/{version}/modpack-files.zip", "Side": "Client" }, { @@ -34,9 +34,9 @@ { "Id": "config:server", "IsZip": true, - "ZipPath": "modpack-files-main/server", + "ZipPath": "{first}/server", "DestPath": "", - "SourceUrl": "https://git.pilzinsel64.de/litw-refined/modpack-files/-/archive/{version}/modpack-files-main.zip?ref_type=tags", + "SourceUrl": "https://git.pilzinsel64.de/litw-refined/modpack-files/-/archive/{version}/modpack-files.zip", "Side": "Server" }, {