Crashes when using latest 2.0 release for 1.16
Epikest opened this issue ยท 4 comments
Minecraft: 1.16_combat-6
Mod: 2.0.1+1.16
Details
The game crashes when I use the latest 2.0 release but does not crash when I use a 1.0 release
@stashymane why was this closed? it isn't resolved yet
Hi I believe the source of this issue is the following error which occurs in the 2 most recent 1.16.5 releases of the mod:
net.fabricmc.loader.impl.FormattedException: java.lang.UnsupportedClassVersionError: net/minecraft/class_1657 has been compiled by a more recent version of the Java Runtime (class file version 60.0), this version of the Java Runtime only recognizes class file versions up to 52.0
I'm not exactly familiar with fabric but looks like your target java version is too recent? 1.16.5 uses java 8 I believe