Skip to content

Releases: Gaz492/CFExporter

Initial v2 release

25 Jan 04:19
Compare
Choose a tag to compare
Initial v2 release Pre-release
Pre-release

Added resourcepack support
Added silent mode
Prettified logging output
Use curse.tools proxy for new API

Updated API

24 Jan 13:30
Compare
Choose a tag to compare

Updated to use a proxy api for the new curseforge api

Added Error Printing

28 Jun 22:59
Compare
Choose a tag to compare

Added Error printing for easier debugging

Updated API URL

08 Jun 11:43
Compare
Choose a tag to compare

Updated curseforge api url to use v2

Set Output Location

08 Mar 14:57
c76f267
Compare
Choose a tag to compare

Cleaned up some things and added the ability to set the output location by using -o

Removed Twitch Auth

04 Jan 19:34
Compare
Choose a tag to compare

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

02 Dec 22:54
Compare
Choose a tag to compare

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

19 Nov 22:00
Compare
Choose a tag to compare

Added direct support for using the curse forge api

Minor Improvements

16 Oct 18:39
25fcc11
Compare
Choose a tag to compare

Some more output and stuff