fix patches

This commit is contained in:
Cubyto 2024-04-04 17:27:47 +02:00
parent 669c5602a9
commit 98e466928b
1 changed files with 19 additions and 19 deletions

View File

@ -43,22 +43,6 @@ class Manifest {
} }
patches = [ 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", id: "complementary_shader",
name: "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)", name: "Plasmo Voice (Voice Chat)",
additions: [ 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: [ steps: [
{ {
type: "http_file", 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/piuPs5b0/plasmovoice-forge-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-forge-1.20.1-2.0.8.jar`,
} }
] ]
} }