update
This commit is contained in:
parent
b80fa38f01
commit
5df34436d8
14
manifest
14
manifest
|
@ -84,11 +84,17 @@ module.exports = {
|
|||
min: 2048
|
||||
},
|
||||
forge: `${manifest.install_path}/forge-installer.jar`,
|
||||
quickPlay: {
|
||||
type: "multiplayer",
|
||||
identifier: `${internalVars.public_ip}:${internalVars.public_ip_port}`,
|
||||
args: {
|
||||
server: internalVars.public_ip,
|
||||
port: internalVars.public_ip_port
|
||||
}
|
||||
},
|
||||
customLaunchArgs: [
|
||||
`server`,
|
||||
internalVars.public_ip,
|
||||
`port`,
|
||||
internalVars.public_ip_port
|
||||
`--server ${internalVars.public_ip}`,
|
||||
`--port ${internalVars.public_ip_port}`,
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue