mirror of
https://github.com/xgui4/LCE-Qt-Launcher.git
synced 2026-07-18 01:20:45 +00:00
refactor: remove deprecated username field and update instance configurations
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
"$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",
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
"name": "aRockefeler Aether Mod",
|
||||
"installation_path": ".lce-aether",
|
||||
"archive_file": "Release",
|
||||
"username": "Steve",
|
||||
"image": ":/aether.png",
|
||||
"exe_name": "Minecraft.Client.exe",
|
||||
"url": "https://github.com/Frcoxd/aether-papu",
|
||||
|
||||
@@ -2,13 +2,12 @@
|
||||
"$schema" : "https://raw.githubusercontent.com/xgui4/LCE-Qt-Launcher/refs/heads/nightly/schemas/x-application-lce_inst_config.json",
|
||||
"name": "Default",
|
||||
"installation_path": ".default",
|
||||
"username": "Steve",
|
||||
"archive_file": "LCEWindows64.zip",
|
||||
"exe_name": "Minecraft.Client.exe",
|
||||
"repo_url": "https://git.minecraftlegacy.com/backups/MinecraftConsoles",
|
||||
"image" : ":/assets/mclce-ico.png",
|
||||
"news_feed" : "https://git.minecraftlegacy.com/backups/MinecraftConsoles/commits/branch/main",
|
||||
"instance_source": InstanceSource.REMOTE_GIT_SOURCE",
|
||||
"instance_source": "InstanceSource.REMOTE_GIT_SOURCE",
|
||||
"instance_type": "InstanceType.CLIENT_VANILLA",
|
||||
"version": "main"
|
||||
}
|
||||
@@ -2,7 +2,6 @@
|
||||
"$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",
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
"$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",
|
||||
|
||||
Reference in New Issue
Block a user