

Should be able to run this like any standard executable jar file. Packaged in jar form for cross platform compatibility. Installer - A bundle of the Universal, a json to tell it what libraries are needed, and our Installer.

As long as no libraries has changed, dropping it in place will work fine. This is packaged separately so that server admins do not need to re-run the installer and can just drop this in as a replacement of the previous one. Universal - This is what is actually run in the game, it contains all our code and changes.

JavaDoc - The javadocs for a fully setup workspace, useful as a reference for modders who jsut want to have a offline reference. Src - The prebuilt, mod development workspace, everything you need to get modding started. This is not intended for the average end user or even modders to access but only for those who KNOW what they are doing. UserDev - This is downloaded by ForgeGradle when setting up the development environment. Changelog - Straight forward, easily accesible text form of the change log
