Skip to content

Version 0.3-beta

Pre-release
Pre-release

Choose a tag to compare

@tompiron tompiron released this 20 Jun 17:37
· 32 commits to master since this release

[EN] Overview

This new version now have full support of animations synchronization through the network. We remade the client/server separation and some other fixs and enhancements. Don't hesitate to report bugs, problems or ideas you have through the Discord or GitHub.

[FR] Résumé

Cette nouvelle version de l'api supporte totallement la synchronisation des animations entre les clients. Nous avons revu la séparation client/serveur, fixer quelque bugs et amélioré l'api. N'hésitez pas à nous reporter vos bugs, vos problèmes ou vos idées via le Discord ou GitHub.

Gradle

Here is the version to put in the build.gradle (see the wiki [EN][FR]).

     compile 'com.leviathanstudio:CraftStudio:0.3.0.86-mc1.11.2-beta:dev'

ChangeLog

  • Animations
    • Optimization of animations.
    • Add simpleImpl as an example/base for your entities and blocks.
    • Add server compatibility for animated blocks.
  • Misc
    • Add more feedback for commands.
  • Bugfix
    • Add missing clientStopAnimation() methods for AnimationHandler.

Version for Minecraft 1.10.2 and 1.9.4

You can find informations on the 1.10.2 and 1.9.4 on the wiki.