default launcher config
This commit is contained in:
parent
1aa8eb984d
commit
b8ba4adfb3
@ -8,10 +8,10 @@ public class LauncherConfig
|
||||
public static IOPath ConfigFilePath = "minecraft-launcher.dtsod";
|
||||
|
||||
public int GameMemory = 3000;
|
||||
public int GameWindowHeight = 500;
|
||||
public int GameWindowHeight = 600;
|
||||
public int GameWindowWidth = 900;
|
||||
public IOPath JavaPath = "jre/bin/java.exe";
|
||||
public string ServerAddress = "127.0.0.1";
|
||||
public IOPath JavaPath = "jre/bin/javaw.exe";
|
||||
public string ServerAddress = "185.117.155.226";
|
||||
public int ServerPort = 25000;
|
||||
public string Username = "";
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user