AMP
AMP copied to clipboard
Minecraft Java: FTB New Source Modpacks: Read Server type/version from ".manifest.json"
I confirm that
- [x] I have searched for an existing feature request matching the description.
Feature Description
Amp doesn't configure the server type correctly for FTB New Source modpacks.
This is due to the FTB download API not providing AMP proper version information when downloading modpacks.
However, what is stopping AMP from reading that information from the .manifest.json file downloaded during pack installation?
{
"id": 125,
"name": "FTB Evolution",
"versionName": "1.20.0",
"versionId": 100112,
"modPackTargets": {
"modLoader": {
"name": "neoforge",
"version": "21.1.187"
},
"javaVersion": "21.0.4+7-LTS",
"mcVersion": "1.21.1"
},
...
It's right there at the top.