fix file paths

This commit is contained in:
2025-04-23 13:13:32 +02:00
parent ae050d829f
commit 44cca52fa7

View File

@@ -4,16 +4,16 @@
{ {
"Id": "config:both", "Id": "config:both",
"IsZip": true, "IsZip": true,
"ZipPath": "modpack-files-main/both", "ZipPath": "{first}/both",
"DestPath": "", "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", "Id": "config:client",
"IsZip": true, "IsZip": true,
"ZipPath": "modpack-files-main/client", "ZipPath": "{first}/client",
"DestPath": "", "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" "Side": "Client"
}, },
{ {
@@ -34,9 +34,9 @@
{ {
"Id": "config:server", "Id": "config:server",
"IsZip": true, "IsZip": true,
"ZipPath": "modpack-files-main/server", "ZipPath": "{first}/server",
"DestPath": "", "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" "Side": "Server"
}, },
{ {