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,