add 1.19 to server finder screen
I'm tired of constantly putting it there
This commit is contained in:
@@ -50,8 +50,8 @@ public class ServerFinderScreen extends WindowScreen implements IServerFinderDon
|
|||||||
this.multiplayerScreen = multiplayerScreen;
|
this.multiplayerScreen = multiplayerScreen;
|
||||||
this.parent = parent;
|
this.parent = parent;
|
||||||
ipBox = theme.textBox("127.0.0.1");
|
ipBox = theme.textBox("127.0.0.1");
|
||||||
versionBox = theme.textBox("1.18; 1.17; 1.16; 1.15; 1.14; 1.13; 1.12; 1.11; 1.10; 1.9; 1.8");
|
versionBox = theme.textBox("1.19; 1.18; 1.17; 1.16; 1.15; 1.14; 1.13; 1.12; 1.11; 1.10; 1.9; 1.8");
|
||||||
maxThreadsBox = theme.intEdit(128, 1, 256, 1, 256);
|
maxThreadsBox = theme.intEdit(128, 1, 1024, 1, 1024);
|
||||||
stateLabel = theme.label("");
|
stateLabel = theme.label("");
|
||||||
checkedLabel = theme.label("");
|
checkedLabel = theme.label("");
|
||||||
searchButton = theme.button("Search");
|
searchButton = theme.button("Search");
|
||||||
|
|||||||
Reference in New Issue
Block a user