diff --git a/M1necraft/Utils.swift b/M1necraft/Utils.swift index 555cf50..570d302 100644 --- a/M1necraft/Utils.swift +++ b/M1necraft/Utils.swift @@ -346,6 +346,6 @@ extension M1necraftVersion { return FileManager.default.dirExists(atPath: path) ? path : nil } var javaVersion: Int { - MinecraftVersionParsed(string: name)!.major >= 17 ? 8 : 17 + MinecraftVersionParsed(string: name)!.major >= 17 ? 17 : 8 } }