• v1.0.0 782e00e3dd

    NGnius released this 2020-05-15 03:08:37 +00:00 | 243 commits to master since this release

    https://git.exmods.org/modtainers/GamecraftModdingAPI/releases

    Please delete any existing (out-of-date) mods before installing/updating to this version of the GamecraftModdingAPI.

    Install guide: https://www.exmods.org/guides/install.html

    This update is a major release with breaking API changes, so old mods may be more broken than usual. Not only did we reach a file size of 100KB, we also added some nifty new features. The changes aim to make the API more accessible and reduce the learning curve by making understanding of Gamecraft's ECS coding paradigm optional.

    Changelog:

    • Support for Gamecraft version 2020.05.14.16.20
    • Added object-oriented classes Player and Block
    • Added builder factories for Commands and Events
    • Removed static API methods which are replaced by above changes
    • Improved error handling (added custom exception types as a consequence)
    • Update Harmony to v2.0

    API Documentation: https://mod.exmods.org/

    README & LICENSE

    Downloads