Releases: Gaz492/CFExporter
Initial v2 release
Added resourcepack support
Added silent mode
Prettified logging output
Use curse.tools proxy for new API
Updated API
Updated to use a proxy api for the new curseforge api
Added Error Printing
Added Error printing for easier debugging
Updated API URL
Updated curseforge api url to use v2
Set Output Location
Cleaned up some things and added the ability to set the output location by using -o
Removed Twitch Auth
Since it turns out that the curse endpoint that is used to get file information does not need any authentication, i have removed the need to authenticate.
This may change in future but until then \o/ no need to do complicated auth stuffs
.build.json Changes
THIS VERSION IS NOT COMPATIBLE WITH PREVIOUS VERSIONS
Added config to specify mod loader
Changed forgeVersion to modLoaderVersion
You will need to update your .build.json to use the following format
{
"packAuthor": "FTB",
"minecraftVersion": "1.12.2",
"modLoader": "forge",
"modLoaderVersion": "14.23.4.2756",
"includes": ["config", "options.txt", "map", "resources"]
}
Direct Support for curseforge api
Added direct support for using the curse forge api
Minor Improvements
Some more output and stuff