This commit is contained in:
SrGooglo 2024-03-30 07:26:02 +01:00
parent 37ed803a36
commit b80635f781
1 changed files with 2 additions and 3 deletions

View File

@ -17,8 +17,8 @@ const internalVars = {
getter: "https://hispanofurs_api.comty.app/data", getter: "https://hispanofurs_api.comty.app/data",
}, },
mc_version: { mc_version: {
number: "1.20.1",
forge: "1.20.1-forge-47.2.17", forge: "1.20.1-forge-47.2.17",
number: "1.20.1",
type: "release", type: "release",
} }
} }
@ -147,12 +147,11 @@ module.exports = {
root: pkg.install_path, root: pkg.install_path,
authorization: auth, authorization: auth,
version: internalVars.mc_version, version: internalVars.mc_version,
forge: `${pkg.install_path}/installer.jar`,
memory: { memory: {
max: pkg.storaged_configs?.assigned_memory ?? defaultConfig.assigned_memory, max: pkg.storaged_configs?.assigned_memory ?? defaultConfig.assigned_memory,
min: 2048 min: 2048
}, },
//customArgs: [`--remote_token=${storagedAuth.token}`], forge: `${pkg.install_path}/forge-installer.jar`,
}, },
{ {
install: () => { install: () => {