Files
LCE-Qt-Launcher/data/defaults_instances/neoLegacy.lce_inst
xgui4 166f57f28f feat: Enhance instance loading and UI updates
- 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.
2026-04-11 00:22:16 -04:00

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"
}