fix patches
This commit is contained in:
parent
669c5602a9
commit
98e466928b
38
.rmanifest
38
.rmanifest
|
@ -43,22 +43,6 @@ class Manifest {
|
|||
}
|
||||
|
||||
patches = [
|
||||
{
|
||||
id: "3d_first_person",
|
||||
name: "3D First Person",
|
||||
additions: [
|
||||
{
|
||||
file: `%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`,
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "complementary_shader",
|
||||
name: "Complementary Shader",
|
||||
|
@ -73,6 +57,22 @@ class Manifest {
|
|||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "3d_first_person",
|
||||
name: "3D First Person",
|
||||
additions: [
|
||||
{
|
||||
file: `%install_path%/mods/firstperson-forge-2.3.4-mc1.20.1.jar`,
|
||||
steps: [
|
||||
{
|
||||
type: "http_file",
|
||||
url: "https://cdn.modrinth.com/data/H5XMjpHi/versions/lAVzC1ft/firstperson-forge-2.3.4-mc1.20.1.jar",
|
||||
path: `%install_path%/mods/firstperson-forge-2.3.4-mc1.20.1.jar`,
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -80,12 +80,12 @@ class Manifest {
|
|||
name: "Plasmo Voice (Voice Chat)",
|
||||
additions: [
|
||||
{
|
||||
file: `%install_path%/mods/plasmovoice-fabric-1.20.1-2.0.8.jar`,
|
||||
file: `%install_path%/mods/plasmovoice-forge-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`,
|
||||
url: "https://cdn.modrinth.com/data/1bZhdhsH/versions/piuPs5b0/plasmovoice-forge-1.20.1-2.0.8.jar",
|
||||
path: `%install_path%/mods/plasmovoice-forge-1.20.1-2.0.8.jar`,
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue