You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
getLogger().warning("Running unreliable Java version. modern Minecraft versions are built for Java 21 or 17. Other Java versions are not guaranteed to function properly.");
150
+
getLogger().warning("Running unreliable Java version. modern Minecraft versions are built for Java 25, 21, or 17. Other Java versions are not guaranteed to function properly.");
151
151
}
152
152
elseif (javaVersion.startsWith("21")) {
153
153
Debug.log("Running on fully supported Java 21.");
154
154
}
155
+
elseif (javaVersion.startsWith("25")) {
156
+
Debug.log("Running on fully supported Java 25.");
157
+
}
155
158
else {
156
159
Debug.log("Running on unrecognized (future?) Java version. May or may not work.");
0 commit comments