Actualizar .rmanifest

This commit is contained in:
srgooglo 2024-04-03 05:16:32 +00:00
parent b8b107eb66
commit a259019999
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ class Manifest {
static useLib = ["fs", "auth", "mcl"] static useLib = ["fs", "auth", "mcl"]
static id = "hfmc" static id = "hfmc"
static version = "2.0.2" static version = "2.0.3"
static pkg_name = "Hispano Furs MC" static pkg_name = "Hispano Furs MC"
static description = "A Minecraft modpack" static description = "A Minecraft modpack"
static icon = "https://git.ragestudio.net/srgooglo/hfmc/raw/branch/main/icon.png" static icon = "https://git.ragestudio.net/srgooglo/hfmc/raw/branch/main/icon.png"
@ -21,7 +21,7 @@ class Manifest {
static authService = { static authService = {
login: "https://hispanofurs.comty.app/auth", login: "https://hispanofurs.comty.app/auth",
fetcher: "https://hispanofurs.comty.app/rsauthorize", fetcher: "https://hispanofurs.comty.app/relic_auth",
getter: "https://hispanofurs_api.comty.app/data", getter: "https://hispanofurs_api.comty.app/data",
} }