From 98e466928bee14a98998039582c86ebdc5bffd68 Mon Sep 17 00:00:00 2001 From: Cubyto Date: Thu, 4 Apr 2024 17:27:47 +0200 Subject: [PATCH] fix patches --- .rmanifest | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/.rmanifest b/.rmanifest index a56a900..ae00692 100644 --- a/.rmanifest +++ b/.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`, } ] }