New comment by sug0 on void-packages repository https://github.com/void-linux/void-packages/pull/34979#issuecomment-1068266843 Comment: @oynqr Please consider my suggestion of changing the runtime dependency from `virtual?java-environment` to `openjdk17-jre`. The virtual package `java-environment` points to `openjdk11`, while newer versions of Minecraft require Java versions as recent as JRE 16. Perhaps an even more prudent solution would be to remove all Java runtime deps, and instead add an INSTALL message recommending the user to install some Java vm. PolyMC can be used to manage an arbitrarily large matrix of Minecraft instances, which can depend on Java versions as old as JRE 8. Cheers.