This commit is contained in:
Cubyto 2024-03-30 07:03:05 +01:00
commit 8571bec1e3
6 changed files with 13 additions and 28 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

View File

@ -5,11 +5,12 @@
>
</p>
# 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)
[![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)

BIN
installer.jar Normal file

Binary file not shown.

View File

@ -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

Binary file not shown.

Binary file not shown.