Add support for new instances, update UI components, and enhance resource management, update readme and add instance Managers, add Marketplace ,new icon

This commit is contained in:
xgui4
2026-05-01 01:55:08 -04:00
parent a623b2ae3b
commit b2be47fb52
12 changed files with 294 additions and 198 deletions

View File

@@ -0,0 +1,14 @@
{
"$schema" : "https://raw.githubusercontent.com/xgui4/LCE-Qt-Launcher/refs/heads/nightly/schemas/x-application-lce_inst_config.json",
"name": "360Revived",
"installation_path": ".lce-360Revived",
"username": "Steve",
"archive_file": "LCEWindows64.zip",
"exe_name": "Minecraft.Client.exe",
"repo_url": "https://github.com/BluTac10/360Revived",
"image" : ":/assets/minecraft.png",
"news_feed" : "https://github.com/BluTac10/360Revived/commits/main/",
"instance_source": "InstanceSource.GITHUB_RELEASE",
"instance_type": "InstanceType.CLIENT_VANILLA",
"version": "nightly"
}

View File

@@ -0,0 +1,14 @@
{
"$schema" : "https://raw.githubusercontent.com/xgui4/LCE-Qt-Launcher/refs/heads/nightly/schemas/x-application-lce_inst_config.json",
"name": "HellishEnds",
"installation_path": ".lce-HellishEnds",
"username": "Steve",
"archive_file": "LCEWindows64.zip",
"exe_name": "Minecraft.Client.exe",
"repo_url": "hhttps://github.com/deadvoxelx/HellishEnds",
"image" : ":/assets/minecraft.png",
"news_feed" : "https://github.com/deadvoxelx/HellishEnds/commits/main/",
"instance_source": "InstanceSource.GITHUB_RELEASE",
"instance_type": "InstanceType.CLIENT_VANILLA",
"version": "nightly"
}

View File

@@ -0,0 +1,14 @@
{
"$schema" : "https://raw.githubusercontent.com/xgui4/LCE-Qt-Launcher/refs/heads/nightly/schemas/x-application-lce_inst_config.json",
"name": "Revelations",
"installation_path": ".lce-revelations ",
"username": "Steve",
"archive_file": "LCE-Revelations-Client-Win64.zip",
"exe_name": "Minecraft.Client.exe",
"repo_url": "https://github.com/itsRevela/LCE-Revelations",
"image" : ":/assets/minecraft.png",
"news_feed" : "https://github.com/itsRevela/LCE-Revelations/commits/main/",
"instance_source": "InstanceSource.GITHUB_RELEASE",
"instance_type": "InstanceType.CLIENT_VANILLA",
"version": "Nightly"
}