Files
Launcher/README.md
T
wei 6ab807356d Add account manager and the account page is now fully functional.
Fix "Missing javaVersion" error when launching legacy Minecraft.

Add settings page. (But is not fully implemented yet)
2026-08-03 00:16:12 +08:00

1.4 KiB

TestLauncher

Still thinking about its name...

There's no stable branch because this project is still under development.

How to use ?

Below are this project dependencies. Install them before use the launcher.

Installation

  1. Clone the project :
git clone https://repo.weispace.net/wei/Launcher.git TestLauncher
cd TestLauncher
  1. Sync required packages :
uv sync
  1. Run the launcher

Is recommended to use --work-dir argument to change working directory. (If you don't like launcher mess up the project folder)

mkdir launcherDir 
uv run python main.py --work-dir

Troubleshooting

Unable to log in Microsoft account. Launcher throw error "Signing in to Minecraft services failed (HTTP 403). This account is not allowed to complete this step. Check Xbox privacy settings and account restrictions. Or check the client id has authorized to use Minecraft API."

This launcher's client id haven't registered to Minecraft API. You may need to replace the client id that has permission to access Minecraft API in settings page (Settings>Account>Client ID)