alejandrocoria / MapFrontiers

Mod for Minecraft
https://alejandrocoria.games/projects/MapFrontiers/
MIT License
8 stars 5 forks source link

Is it required for MapFrontiers to use java 21? #50

Closed tajemniktv closed 2 months ago

tajemniktv commented 2 months ago

Hey, so I have my instance with lots of mods and to try to improve performance even more, I decided to go with a Java from Graal (GraalVM) in version 22, although when trying to run the instance with MapFrontiers, it requires to use the 21 version. My question is to is this really required, and if so - why is that? I'm a bit aware that some things could break, but most mods work eitherway and I was wondering, whether that could be change to allow of the 22 java version usage... Unless that's not possible cuz of some things that got changed in code - that's understandable. But the question is mostly a curiosity thinglol Cheers:)

alejandrocoria commented 2 months ago

It is not a real requirement. The Java version change is something recent and I did not realize the possibility of allowing higher versions.

It is in Fabric that you are having the problem, right?

tajemniktv commented 2 months ago

Yeah, I'm using Fabric loader. Here's a full log from Prism, with the java version, specs mod list and hopefully everything you might need: https://mclo.gs/xD13Per

EDIT: Here's the log from trying to run with MapFrontiers: https://mclo.gs/sEBlweK image

alejandrocoria commented 2 months ago

It will be solved in the next beta. Thanks for the report.

alejandrocoria commented 2 months ago

Fixed in beta 2. Thanks again.