FabricMC / fabric

Essential hooks for modding with Fabric.
Apache License 2.0
2.2k stars 388 forks source link

Issue with Java 24/Project Leyden #3890

Closed Cartrigger closed 1 week ago

Cartrigger commented 1 week ago

https://mclo.gs/EuQOO1k Current crash with Fabric API, the loader works fine.

Cartrigger commented 1 week ago

https://github.com/SpongePowered/Mixin/issues/670

zml2008 commented 1 week ago

As commented on the Mixin issue, there is no "Java 24" that exists yet -- the errors you see are because ASM cannot support a version that has not been finalized.

modmuss50 commented 1 week ago

Yes, once there is a version of ASM for Java 24 we will update. FYI we havent updated to a Java 23 compatible version of ASM due to a bug that will be fixed in the next version.