Search code examples
authenticationintellij-ideaminecraftminecraft-fabricmicrosoft-account

Minecraft fabric using Intellij, cannot authenticate


I am developing a mod for Minecraft Fabric 1.16.5 and I need to log into servers. However, I cannot authenticate and log into my account. My account has been migrated, meaning it is a Microsoft account.
What I've tried:

Any help would be greatly appreciated.


Solution

  • The first method (AuthMe) was fixed in version 2.0.0: https://github.com/axieum/authme/releases

    To authenticate, install the mod and place it inside the mods directory of the run instance. Next, in the multiplayer screen, click the authenticate button at the top left, select Microsoft, and log in.

    This will allow you to connect to servers from inside a development environment.