fix additions steps
This commit is contained in:
parent
aaa3245b04
commit
4a2987b0a5
60
.rmanifest
60
.rmanifest
|
@ -43,14 +43,13 @@ 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,14 +59,13 @@ 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,14 +75,13 @@ 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,14 +91,13 @@ 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,
|
||||||
|
|
Loading…
Reference in New Issue