install: finish install

This commit is contained in:
2024-06-17 18:57:52 +02:00
parent ed7df32888
commit 9153ff79df

View File

@@ -2,12 +2,15 @@
"Actions": [ "Actions": [
{ {
"IsZip": true, "IsZip": true,
"ZipPath": "files/both",
"DestPath": "mods/IvToolkit.jar", "DestPath": "mods/IvToolkit.jar",
"DownloadUrl": "https://cloud.pilzinsel64.de/s/48YB75qBsfTqqS3/download?path=%2Fmods&files=IvToolkit.jar" "DownloadUrl": "https://github.com/LITW-Refined/LITW-Refined-Modpack/archive/refs/heads/main.zip"
}, },
{ {
"IsZip": true,
"ZipPath": "files/client",
"DestPath": "mods/IvToolkit.jar", "DestPath": "mods/IvToolkit.jar",
"DownloadUrl": "https://cloud.pilzinsel64.de/s/48YB75qBsfTqqS3/download?path=%2Fmods&files=IvToolkit.jar" "DownloadUrl": "https://github.com/LITW-Refined/LITW-Refined-Modpack/archive/refs/heads/main.zip"
} }
] ]
} }