mirror of
https://github.com/xgui4/LCE-Qt-Launcher.git
synced 2026-07-18 01:20:45 +00:00
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:
14
data/defaults_instances/360Revived.lce_inst
Normal file
14
data/defaults_instances/360Revived.lce_inst
Normal 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"
|
||||
}
|
||||
14
data/defaults_instances/hellishends.lce_inst
Normal file
14
data/defaults_instances/hellishends.lce_inst
Normal 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"
|
||||
}
|
||||
14
data/defaults_instances/revelation.lce_inst
Normal file
14
data/defaults_instances/revelation.lce_inst
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user