mirror of
https://github.com/xgui4/LCE-Qt-Launcher.git
synced 2026-07-16 15:31:06 +00:00
25 lines
1.7 KiB
JSON
25 lines
1.7 KiB
JSON
{
|
|
"$schema" : "../schemas/x-application-lce_inst_config.json",
|
|
"name" : "default", // Name of the instance
|
|
"installation_path": ".lce", // Installation Path of the game files
|
|
"username" : "Steve", // Your Username
|
|
"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)
|
|
"instance_source" : "InstanceSource.GITHUB_RELEASE",
|
|
// InstanceType.CLIENT_VANILLA = #TODO To implement and write documentation
|
|
// InstanceType.CLENT_MODDED = #TODO To implement and write documentation
|
|
// InstanceType.SERVER_VANILLA = #TODO To implement and write documentation
|
|
// InstanceType.SERVER_MODDED = #TODO To implement and write documentation
|
|
"instance_type": "InstanceType.CLIENT_VANILLA", // Type of the instance (not implemented/functionnal yet)
|
|
"version" : "nightly", // version/tag of the release of rhe instance to download
|
|
"steam_link" : "steam://rungameid/{number}"
|
|
}
|