Nebula
Nebula copied to clipboard
Add 1.19's support and support Minecraft version without patch version (1.18, 1.19)
- Adding 1.19 support.
- Support Minecraft version without patch version like 1.18, 1.19 to avoiding : https://github.com/dscalzi/Nebula/blob/8c224e3e398d76a9514e0975e7bd04506c30141d/src/util/MinecraftVersion.ts#L16
As I've said before, the problem is not supporting these new versions. The Java handling in the main launcher has to be updated. Having one global Java setting is no longer viable, it has to be per instance.
Thanks, will be handled by #50