flathub / com.mojang.Minecraft

https://flathub.org/apps/details/com.mojang.Minecraft
34 stars 13 forks source link

Minecraft 1.17 requires java 16 #80

Closed SystemlessDev closed 3 years ago

SystemlessDev commented 3 years ago

The newest release, and future releases of Minecraft, are compiled with java 16 as the minimum requirement.

This package should migrate from using java 11 to java 16 by default because of this.

It shouldn't affect earlier versions any differently than java 11 already is.

AsciiWolf commented 3 years ago

This will be fixed when #83 is merged, right? (Latest Minecraft Launcher now uses bundled Java.)

vchernin commented 3 years ago

I am already able to run 1.17 with the current launcher in #85, so I think the only thing we need to do is remove the unnecessary Java modules, which is done in both #83 and #85.