# $RAM the amount of RAM with postfix (k, M, G ...)
# $WINDOWWIDTH, $WINDOWHEIGHT window width and height in pixels without the WM’s decoration
# $USERNAME the username as shown in-game
# $UUID the player’s uuid
# $ACCESSTOKEN a valid accessToken
# $NATIVES the directory containing the natives
# $LIBRARIES a colon-separated (semicolon-separated on Windowze) list of library jars
# $GAMEDIR the game directory IMPORTANT! Change the cwd to that directory before launch. Some mods are coded to find the standard paths by using the cwd.
# $ASSETS the directory containing the assets
game_properties={
"window width":"1366",
"window height":"768",
"ram":"4G",
"username":"",
"uuid":"1337",
"access token":"1337",
"native directory":"lib/natives",
"library directory":"lib/jar",# will be transformed by the launch function