diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..5fd1dc4 Binary files /dev/null and b/.DS_Store differ diff --git a/README.md b/README.md index ea76d61..593074d 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,12 @@ >

-# Hispano Furs MC +# Hispano Furs MC (Dev) ## Documentacion [https://hispanofurs.comty.app/](https://hispanofurs.comty.app/) ## Otros -[![Install with - RSBundler](https://img.shields.io/badge/Install_with-RSBundler-36d7b7?style=for-the-badge)](rsbundle://https://git.ragestudio.net/srgooglo/hispanofurs-mc/raw/branch/main/manifest) \ No newline at end of file +[![Install with - +RSBundler](https://img.shields.io/badge/Install_with-RSBundler-36d7b7?style=for-the-badge)](rsbundle://https://git.ragestudio.net/srgooglo/hfmc-dev/raw/branch/main/manifest) diff --git a/installer.jar b/installer.jar new file mode 100644 index 0000000..063367b Binary files /dev/null and b/installer.jar differ diff --git a/manifest b/manifest index 0b86d6a..64ffe98 100644 --- a/manifest +++ b/manifest @@ -1,7 +1,7 @@ const vars = { id: "hfmc-dev", version: "1.0.0", - icon: "https://git.ragestudio.net/srgooglo/hispanofurs-mc/raw/branch/main/icon.png", + icon: "https://git.ragestudio.net/srgooglo/hfmc-dev/raw/branch/main/icon.png", name: "Hispano Furs MC (DEV)", description: "Minecraft Modpack", author: "HispanoFurs" @@ -10,7 +10,7 @@ const vars = { const internalVars = { public_ip: "0.0.0.0", public_ip_port: "25565", - git_source: "https://git.ragestudio.net/srgooglo/hispanofurs-mc", + git_source: "https://git.ragestudio.net/srgooglo/hfmc-dev", auth: { login: "https://hispanofurs.comty.app/auth", fetcher: "https://hispanofurs.comty.app/rsauthorize", @@ -18,7 +18,7 @@ const internalVars = { }, mc_version: { number: "1.20.1", - forge: "47.2.17", + forge: "1.20.1-forge-47.2.17", type: "release", } } @@ -43,29 +43,12 @@ module.exports = { name: "3D Skins Layers", additions: [ { - file: `%install_path%/mods/skinlayers3d-fabric-1.6.2-mc1.20.1.jar`, + file: `%install_path%/mods/skinlayers3d-forge-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`, - } - ] - } - } - ] - }, - { - id: "3d_first_person", - name: "3D First Person", - 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`, + url: "https://cdn.modrinth.com/data/zV5r3pPn/versions/z7pEP8p7/skinlayers3d-forge-1.6.2-mc1.20.1.jar", + path: `%install_path%/mods/skinlayers3d-forge-1.6.2-mc1.20.1.jar`, } ] } @@ -94,12 +77,12 @@ module.exports = { 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: { 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`, + 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`, } ] } @@ -164,6 +147,7 @@ module.exports = { root: pkg.install_path, authorization: auth, version: internalVars.mc_version, + forge: `${pkg.install_path}/installer.jar`, memory: { max: pkg.storaged_configs?.assigned_memory ?? defaultConfig.assigned_memory, min: 2048 diff --git a/mods/mcef-fabric-2.1.4-1.20.1.jar b/mods/mcef-fabric-2.1.4-1.20.1.jar new file mode 100644 index 0000000..5d17e87 Binary files /dev/null and b/mods/mcef-fabric-2.1.4-1.20.1.jar differ diff --git a/mods/webdisplays-2.0.1-1.20.1.jar b/mods/webdisplays-2.0.1-1.20.1.jar new file mode 100644 index 0000000..705475e Binary files /dev/null and b/mods/webdisplays-2.0.1-1.20.1.jar differ