Question: launch fabricmc from a class #85
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I've been working on a class that dynamically get accessToken from mojang authentication server to pass as arguments into the launcher. However, after some research I found the
:runclientusesnet.fabricmc.devlaunchinjector.Mainas the main class to launch the game and pass arguments , but I'm unable to import it to modify in my class.Is there are tutorial or method in launching fabricmc from a class?
Issue solved, I just forcely copied the class to my project, configure it and run it,