mirror of
https://github.com/xgui4/LCE-Qt-Launcher.git
synced 2026-07-18 02:30:44 +00:00
- Updated `load_instance` function to handle FileNotFoundError gracefully. - Improved `Launcher` class to update UI elements with instance details after loading. - Added new properties `image` and `news_feed` to the `Instance` class. - Introduced JSON schema for instance configuration with new properties. - Created default instance configuration for "LCE-Hub neoLegacy". - Added scripts for downloading images and preparing packages. - Implemented new image handling class for better image management. - Updated versioning in `main.py` and `uv.lock` for release 0.26.4.11.
13 lines
508 B
Plaintext
13 lines
508 B
Plaintext
{
|
|
"$schema": "../../schemas/lce_qrt_inst_config.json",
|
|
"name": "LCE-Hub neoLegacy",
|
|
"instance_type": "InstanceType.CLIENT_VANILLA",
|
|
"instance_source": "InstanceSource.GITHUB_RELEASE",
|
|
"image": ":/assets/lce-hub-ico.png",
|
|
"archive_file": "LCEWindows64.zip",
|
|
"exe_name": "Minecraft.Client.exe",
|
|
"news_feed": "https://github.com/LCE-Hub/neoLegacy/commits/main/",
|
|
"installation_path": ".neoLegacy",
|
|
"url": "https://github.com/LCE-Hub/neoLegacy",
|
|
"version": "nightly"
|
|
} |