From c179471be296155c317505ca6c4095ed0e0cae9f Mon Sep 17 00:00:00 2001 From: Pilzinsel64 Date: Fri, 9 Aug 2024 14:29:53 +0200 Subject: [PATCH] migrate links to private gitlab instance --- install.json | 12 ++++++------ updates.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/install.json b/install.json index 8aa2eec..590d7e8 100644 --- a/install.json +++ b/install.json @@ -3,23 +3,23 @@ "Actions": [ { "IsZip": true, - "ZipPath": "LITW-Refined-Modpack-files-main/both", + "ZipPath": "modpack-files-main/both", "DestPath": "", - "DownloadUrl": "https://github.com/LITW-Refined/LITW-Refined-Modpack/archive/refs/heads/files/main.zip" + "DownloadUrl": "https://git.pilzinsel64.de/litw-refined/modpack/-/archive/files/main/modpack-files-main.zip" }, { "IsZip": true, - "ZipPath": "LITW-Refined-Modpack-files-main/client", + "ZipPath": "modpack-files-main/client", "Side": "Client", "DestPath": "", - "DownloadUrl": "https://github.com/LITW-Refined/LITW-Refined-Modpack/archive/refs/heads/files/main.zip" + "DownloadUrl": "https://git.pilzinsel64.de/litw-refined/modpack/-/archive/files/main/modpack-files-main.zip" }, { "IsZip": true, - "ZipPath": "LITW-Refined-Modpack-files-main/server", + "ZipPath": "modpack-files-main/server", "Side": "Server", "DestPath": "", - "DownloadUrl": "https://github.com/LITW-Refined/LITW-Refined-Modpack/archive/refs/heads/files/main.zip" + "DownloadUrl": "https://git.pilzinsel64.de/litw-refined/modpack/-/archive/files/main/modpack-files-main.zip" }, { "DestPath": "mods/+unimixins-all.jar", diff --git a/updates.json b/updates.json index b365085..5393cf3 100644 --- a/updates.json +++ b/updates.json @@ -67,7 +67,7 @@ { "Type": "Update", "DestPath": "config/hodgepodge.cfg", - "DownloadUrl": "https://github.com/LITW-Refined/LITW-Refined-Modpack/raw/files/main/both/config/hodgepodge.cfg" + "DownloadUrl": "https://git.pilzinsel64.de/litw-refined/modpack/raw/files/main/both/config/hodgepodge.cfg" } ] },