Geyser
Geyser copied to clipboard
Port to MinecraftAuth
Updates MCPL, MinecraftAuth is the new auth lib. Refresh tokens are useless now. The entire auth chain needs to be stored instead with MinecraftAuth. Needs review because the behaviour isn't 1:1 as before.
Code is untested.
Preview Builds
Works
https://github.com/GeyserMC/Geyser/actions/runs/10071963678/job/27843011435#step:4:236 It seems like the latest commit using the resultNow() function doesn't quite work - is that method available in java 17?
Java 19, it would seem according to Javadocs unfortunately.