fix additions steps

This commit is contained in:
SrGooglo 2024-04-01 16:02:54 +02:00
parent aaa3245b04
commit 4a2987b0a5
1 changed files with 28 additions and 32 deletions

View File

@ -43,15 +43,14 @@ class Manifest {
additions: [ additions: [
{ {
file: `%install_path%/mods/skinlayers3d-fabric-1.6.2-mc1.20.1.jar`, file: `%install_path%/mods/skinlayers3d-fabric-1.6.2-mc1.20.1.jar`,
steps: { steps: [
http_downloads: [
{ {
type: "http_file",
url: "https://cdn.modrinth.com/data/zV5r3pPn/versions/KHhjRppT/skinlayers3d-fabric-1.6.2-mc1.20.1.jar", 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`, path: `%install_path%/mods/skinlayers3d-fabric-1.6.2-mc1.20.1.jar`,
} }
] ]
} }
}
] ]
}, },
{ {
@ -60,15 +59,14 @@ class Manifest {
additions: [ additions: [
{ {
file: `%install_path%/mods/firstperson-fabric-2.3.4-mc1.20.1.jar`, file: `%install_path%/mods/firstperson-fabric-2.3.4-mc1.20.1.jar`,
steps: { steps: [
http_downloads: [
{ {
type: "http_file",
url: "https://cdn.modrinth.com/data/H5XMjpHi/versions/UtdDBPeE/firstperson-fabric-2.3.4-mc1.20.1.jar", 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`, path: `%install_path%/mods/firstperson-fabric-2.3.4-mc1.20.1.jar`,
} }
] ]
} }
}
] ]
}, },
{ {
@ -77,15 +75,14 @@ class Manifest {
additions: [ additions: [
{ {
file: `%install_path%/shaderpacks/ComplementaryReimagined_r5.1.1.zip`, file: `%install_path%/shaderpacks/ComplementaryReimagined_r5.1.1.zip`,
steps: { steps: [
http_downloads: [
{ {
type: "http_file",
url: "https://cdn.modrinth.com/data/HVnmMxH1/versions/D5fox3fg/ComplementaryReimagined_r5.1.1.zip", url: "https://cdn.modrinth.com/data/HVnmMxH1/versions/D5fox3fg/ComplementaryReimagined_r5.1.1.zip",
path: `%install_path%/shaderpacks/ComplementaryReimagined_r5.1.1.zip`, path: `%install_path%/shaderpacks/ComplementaryReimagined_r5.1.1.zip`,
} }
] ]
} }
}
] ]
}, },
{ {
@ -94,15 +91,14 @@ class Manifest {
additions: [ additions: [
{ {
file: `%install_path%/mods/plasmovoice-fabric-1.20.1-2.0.8.jar`, file: `%install_path%/mods/plasmovoice-fabric-1.20.1-2.0.8.jar`,
steps: { steps: [
http_downloads: [
{ {
type: "http_file",
url: "https://cdn.modrinth.com/data/1bZhdhsH/versions/WcH8MqNA/plasmovoice-fabric-1.20.1-2.0.8.jar", 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`, path: `%install_path%/mods/plasmovoice-fabric-1.20.1-2.0.8.jar`,
} }
] ]
} }
}
], ],
default: true, default: true,
}, },