Releases: FlowArg/FlowUpdater
Releases · FlowArg/FlowUpdater
Minor update : Forge check installation, null version, some fixes...
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
Just add .enableModFileDeleter()
after your IForgeVersion instance
Minor update : Optimization on FlowUpdaterBuilder and some fixes
SlimUpdaterBuilder -> FlowUpdaterBuilder
FlowUpdater updater = new FlowUpdaterBuilder().withYourArgument().withAnotherArgument().build();
Minor update : ExternalFiles and PostExecutions
You can now download other files like config etc...
You can now execute some actions after update.
Minor update : Some fixes
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)
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...
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
Add possibility to change logger and file logger
Enjoy ;)
v1.0.0 | Rease the first version !
README.MD is more complete than this 🙃 !