From b725f11b0e85a7f3de1f9b5383ac665fd34c9c99 Mon Sep 17 00:00:00 2001 From: LinuxMint4Ever <> Date: Thu, 17 Oct 2019 03:46:39 +0200 Subject: [PATCH] added additional agruments to the game properties dictionary --- lib/launcher/python/mchandler.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/launcher/python/mchandler.py b/lib/launcher/python/mchandler.py index 97008fe..47437bd 100644 --- a/lib/launcher/python/mchandler.py +++ b/lib/launcher/python/mchandler.py @@ -21,7 +21,8 @@ game_properties = { "library directory": "lib/jar", # will be transformed by the launch function "asset directory": "res", "game directory": "run", - "java executable": "java"} + "java executable": "java", + "additional arguments": ""} command = None