refactor: remove deprecated username field and update instance configurations

This commit is contained in:
xgui4
2026-05-15 17:47:54 -04:00
parent 1d9659492f
commit 8ef77b488b
14 changed files with 178 additions and 134 deletions

View File

@@ -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",

View File

@@ -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",

View File

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

View File

@@ -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",

View File

@@ -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",