Update worldedit-neoforge.mixins.json to use java 21#2683
Update worldedit-neoforge.mixins.json to use java 21#2683Thunderrock424242 wants to merge 1 commit intoEngineHub:version/7.3.xfrom
Conversation
since we are in minecraft 1.21 we should be using java 21 to use mixins
|
Is this correct? when MC started requiring Java 21, the general consensus was that it had to remain set to JAVA_17 due to some issues that i don't entirely recall. have these issues been resolved now? if so, this probably also would need to change in the Fabric distribution of WorldEdit too? |
|
The docs indicate
So as long as there's no breaking ("non-upgrade-able") changes between 17 and 21 (there aren't, obviously, since our mixins run fine on 21), this shouldn't actually matter. It doesn't really have anything to do with MC version outside of the fact that Mojang is now bumping Java version more liberally as opposed to the past where we were stuck on Java8 forever. |
since we are in minecraft 1.21 we should be using java 21 to use mixins