From 4a2987b0a55830c3b300f20cb390afee69990954 Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Mon, 1 Apr 2024 16:02:54 +0200 Subject: [PATCH] fix additions steps --- .rmanifest | 60 +++++++++++++++++++++++++----------------------------- 1 file changed, 28 insertions(+), 32 deletions(-) diff --git a/.rmanifest b/.rmanifest index 21bba45..ab79434 100644 --- a/.rmanifest +++ b/.rmanifest @@ -43,14 +43,13 @@ class Manifest { additions: [ { file: `%install_path%/mods/skinlayers3d-fabric-1.6.2-mc1.20.1.jar`, - steps: { - http_downloads: [ - { - url: "https://cdn.modrinth.com/data/zV5r3pPn/versions/KHhjRppT/skinlayers3d-fabric-1.6.2-mc1.20.1.jar", - path: `%install_path%/mods/skinlayers3d-fabric-1.6.2-mc1.20.1.jar`, - } - ] - } + steps: [ + { + type: "http_file", + url: "https://cdn.modrinth.com/data/zV5r3pPn/versions/KHhjRppT/skinlayers3d-fabric-1.6.2-mc1.20.1.jar", + path: `%install_path%/mods/skinlayers3d-fabric-1.6.2-mc1.20.1.jar`, + } + ] } ] }, @@ -60,14 +59,13 @@ class Manifest { additions: [ { file: `%install_path%/mods/firstperson-fabric-2.3.4-mc1.20.1.jar`, - steps: { - http_downloads: [ - { - url: "https://cdn.modrinth.com/data/H5XMjpHi/versions/UtdDBPeE/firstperson-fabric-2.3.4-mc1.20.1.jar", - path: `%install_path%/mods/firstperson-fabric-2.3.4-mc1.20.1.jar`, - } - ] - } + steps: [ + { + type: "http_file", + url: "https://cdn.modrinth.com/data/H5XMjpHi/versions/UtdDBPeE/firstperson-fabric-2.3.4-mc1.20.1.jar", + path: `%install_path%/mods/firstperson-fabric-2.3.4-mc1.20.1.jar`, + } + ] } ] }, @@ -77,14 +75,13 @@ class Manifest { additions: [ { file: `%install_path%/shaderpacks/ComplementaryReimagined_r5.1.1.zip`, - steps: { - http_downloads: [ - { - url: "https://cdn.modrinth.com/data/HVnmMxH1/versions/D5fox3fg/ComplementaryReimagined_r5.1.1.zip", - path: `%install_path%/shaderpacks/ComplementaryReimagined_r5.1.1.zip`, - } - ] - } + steps: [ + { + type: "http_file", + url: "https://cdn.modrinth.com/data/HVnmMxH1/versions/D5fox3fg/ComplementaryReimagined_r5.1.1.zip", + path: `%install_path%/shaderpacks/ComplementaryReimagined_r5.1.1.zip`, + } + ] } ] }, @@ -94,14 +91,13 @@ class Manifest { additions: [ { file: `%install_path%/mods/plasmovoice-fabric-1.20.1-2.0.8.jar`, - steps: { - http_downloads: [ - { - url: "https://cdn.modrinth.com/data/1bZhdhsH/versions/WcH8MqNA/plasmovoice-fabric-1.20.1-2.0.8.jar", - path: `%install_path%/mods/plasmovoice-fabric-1.20.1-2.0.8.jar`, - } - ] - } + steps: [ + { + type: "http_file", + url: "https://cdn.modrinth.com/data/1bZhdhsH/versions/WcH8MqNA/plasmovoice-fabric-1.20.1-2.0.8.jar", + path: `%install_path%/mods/plasmovoice-fabric-1.20.1-2.0.8.jar`, + } + ] } ], default: true,