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,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,