minecraft-auth-via-mod-1.19 is a mod that allows you to easily and in a few movements to get the necessary data to log in to your license account without using Microsoft Azur etc.
- Intellij IDEA;
- JDK 17(primary) or higer;
- Official Minecraft Launcher;
- Download code or use
git clone https://github.com/ShiningPr1sm/minecraft-auth-via-mod-1.19.git
-
Import the build.gradle in your Intellij; (It will automatically create all the necessary files.)
-
To build the client run build then the releace jar will be in the "build/libs/";
-
Download Forge version from the official site to be able to run the mod on your computer;
-
After installation, if you do not have a folder "mods" in "%appdata%/.minecraft/", create it yourself and put there the .jar file that you have in the repository "build/libs/";
-
Go to the Launcher, log in if you have not done it and download the Forge version. Don't forget to enable the option "Open output log" in the launcher settings;
-
After you start up your game, in the log you need find a line with the phrase "Launching target 'forgeclient' with arguments...";
-
Next, copy the line starting with "--uuid" and ending with "msa" and save that line somewhere in a .txt file;
-
You need to remove all commas and also in the search write "TOKEN:" (in the same logs) and copy the token you got; It will look like this:
--uuid {YOUR_OWN_UUID} --username {YOUR_OWN_MINECRAFT_NICKNAME} --assetIndex 1.19 --accessToken {IN_THESE_QUOTES_PUT_THE_TOKEN_YOU_FOUND} --clientId {YOUR_OWN_CLIENT_ID} --xuid {YOUR_OWN_XUID} --userType msa
- Where i need to paste it? If you have your own client, you need to select "Run" method > "Edit Configurations...";
- ShiningPr1sm