NostalgiaLauncher allows you to use a custom source for the list of Minecraft PE Alpha versions. It should be a JSON file that matches the structure shown below:
[
{
"name": "0.6.0",
"url": "https://archive.org/download/MCPEAlpha/PE-a0.6.0-x86.apk"
},
{
"name": "0.6.1",
"url": "https://archive.org/download/MCPEAlpha/PE-a0.6.1-x86.apk"
},
{
"name": "0.7.0",
"url": "https://archive.org/download/MCPEAlpha/PE-a0.7.0-x86.apk"
}
]
where:
name: The display name of the version in the launcher.url: The direct download URL for the APK file.To use a custom source in NostalgiaLauncher, follow these steps: