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",
},
mc_version: {
number: "1.20.1",
forge: "1.20.1-forge-47.2.17",
number: "1.20.1",
type: "release",
}
}
@ -147,12 +147,11 @@ 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
},
//customArgs: [`--remote_token=${storagedAuth.token}`],
forge: `${pkg.install_path}/forge-installer.jar`,
},
{
install: () => {