Skip to content

Commit

Permalink
Explained JavaFX situation, closes #111
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
3arthqu4ke committed Jul 18, 2024
1 parent efc3e26 commit 08697b5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ with a `;` seperated list of java versions HeadlessMc can use, like this:
5. HeadlessMc will generally not allow you to start the game without an account.
Login to your Minecraft account by executing the `login <email>` command.
For now, Microsoft's 2FA is not supported in headless mode,
but you can use the `login -webview` flag to open Microsoft's login UI
(You can then copy over the HeadlessMC folder with all files to your headless machine).
but you can use the `login -webview` flag to open Microsoft's login UI on machine with a graphic interface
(You can then copy over the HeadlessMC folder with all login files to your headless machine).
For login with webview you need JavaFX, which is not included in all Java distributions,
in that case you need to use the larger `headlessmc-launcher-jfx.jar`.
6. You can download Minecraft Vanilla versions with the download command, e.g. `download 1.21`.
7. After downloading a Vanilla version you can also install modloaders
with the `forge`, `fabric`, and `neoforge` commands, e.g. `fabric 1.21`.
Expand Down

0 comments on commit 08697b5

Please sign in to comment.