yushijinhun / authlib-injector

Build your own Minecraft authentication system.
https://authlib-injector.yushi.moe
GNU Affero General Public License v3.0
751 stars 68 forks source link

Minecraft 1.20.5 and 1.20.6 support #244

Closed Proxwian closed 4 months ago

Proxwian commented 5 months ago

LinkageError occurred while loading main class net.minecraft.client.main.Main java.lang.UnsupportedClassVersionError: net/minecraft/client/main/Main has been compiled by a more recent version of the Java Runtime (class file version 65.0), this version of the Java Runtime only recognizes class file versions up to 61.0

tnqzh123 commented 4 months ago

This is not caused by authlib-injector, but your Java.

Since 1.20.5, Minecraft requires Java 21 to run. Please upgrade your Java.

Proxwian commented 4 months ago

That's right. My bad