Skip to content

Releases: FlowArg/FlowUpdater

Minor update : Forge check installation, null version, some fixes...

06 Aug 19:54
Compare
Choose a tag to compare
v1.1.6

Modification for publishing to bintray and passing to 1.1.6

Minor update : File deleter for mods, some fixes on old forge versions

23 Jul 12:41
4be18a7
Compare
Choose a tag to compare

Just add .enableModFileDeleter() after your IForgeVersion instance

Minor update : Optimization on FlowUpdaterBuilder and some fixes

10 Jul 23:29
Compare
Choose a tag to compare

SlimUpdaterBuilder -> FlowUpdaterBuilder

FlowUpdater updater = new FlowUpdaterBuilder().withYourArgument().withAnotherArgument().build();

Minor update : ExternalFiles and PostExecutions

09 Jul 12:10
1e8d392
Compare
Choose a tag to compare

You can now download other files like config etc...
You can now execute some actions after update.

Minor update : Some fixes

08 Jul 21:18
Compare
Choose a tag to compare

Before this update, libraries were downloaded like this :

  • libraries/x.jar
  • libraries/y.jar
    Now, libraries are downloaded like Mojang architecture :
  • libraries/group/artifact/version/x.jar
  • libraries/group/artifact/version/y.jar

Some optimizations on parsing Minecraft JSON file.
Corrected JavaDoc on MCP.java

Minor update : More update possibilities (mods & MCP)

07 Jul 20:26
Compare
Choose a tag to compare

Now, you can provide mcp instance and mods list with a json file (READ README.MD PLEASE !).

Major update : Forge, MCP, Mods, Fixes, Progression api...

01 Jul 18:01
Compare
Choose a tag to compare

This release contains a lot of new features :

  • Forge is now compatible (1.13.+, 1.12.- is still in development).
  • MCP versions are compatible. (Soon json parsing)
  • It's possible to add mods. (Soon json parsing)
  • Better flexibility.

v1.0.1 | Add possibility to change logger and file logger

10 Apr 12:11
Compare
Choose a tag to compare

Add possibility to change logger and file logger
Enjoy ;)

v1.0.0 | Rease the first version !

30 Mar 07:52
Compare
Choose a tag to compare

README.MD is more complete than this 🙃 !