Skip to content

Minor update : Some fixes

Compare
Choose a tag to compare
@FlowArg FlowArg released this 08 Jul 21:18
· 345 commits to master since this release

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