mirror of
https://github.com/xgui4/LCE-Qt-Launcher.git
synced 2026-07-15 23:10:54 +00:00
21 lines
1.5 KiB
JSON
21 lines
1.5 KiB
JSON
{
|
|
"$schema" : "../schemas/x-application-lce_inst_config.json",
|
|
"name" : "default", // Name of the instance
|
|
"installation_path": "{appInstancePath}/.lce", // Installation Path of the game files, {appInstancePath} is a variable that represent the default instances location path
|
|
"username" : "Steve", // Old way to setup your username, it is not recommended and is being replaced with the username config
|
|
"exe_name" : "Minecraft.Client.exe", // The executable name
|
|
"archive_name" : "LCEWindows64.zip", // The archive to download
|
|
"repo_url" : "https://github.com/MCLCE/MinecraftConsoles", // The ur/repo of the project
|
|
"image" : ":/assets/minecraft.png", // Image of the instance to show (right now it is only local, will be updated later)
|
|
"news_feed" : "https://github.com/MCLCE/MinecraftConsoles/commits/main/", // The webiste of the news feed to display in the news tabs
|
|
// InstanceSource.GITHUB_RELEASE : GitHub,
|
|
// InstanceSource.FORGEJO_RELEASE : Forgejo (like Codeberge),
|
|
// InstanceSource.REMOTE_GIT_SOURCE : Remote Git (not implemented yet)
|
|
// InstanceSource.LOCAL_INSTALLATION : Local Installation (not implemented yet)
|
|
// InstanceSource.LOCAL_SOURCE_CODE : Local Source Code (not implemented yet)
|
|
// InstanceSource.DIRECT_DOWNLOAD : Direct Download from a URL
|
|
"instance_source" : "InstanceSource.GITHUB_RELEASE",
|
|
"version" : "nightly", // version/tag of the release of rhe instance to download
|
|
"steam_link" : "steam://rungameid/{number}"
|
|
}
|