Version 0.1-beta
Pre-release[EN] Overview
We have the pleasure to introduce to you the very first version of the CraftStudioAPI for MinecraftForge. This API enable you to import your models and animations from CraftStudio in your Minecraft mod. Models are almost entirely supported and basic animation (translation and rotation) are supported. The API will continue to evolve. Don't hesitate to report bugs, problems or ideas you have through the Discord or GitHub.
[FR] Résumé
Nous avons l'honneur de vous présenter la toute première version de l'API CraftStudio pour Minecraft Forge. Cette API permet d'importé tout vos modèles et animations depuis CraftStudio dans votre mod Minecraft. Les modèles sont presque entièrement supporté et les animations basique (translation et rotation) sont supportée. L'API va évidement continué à évoluer. 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.1.47-mc1.11.2-beta:dev'ChangeLog
- Models
- Add import of .csjsmodel files. (Models shouldn't have more than one block with the same name).
- Support of all property of blocks in CS (position, rotation, size, offset and stretch).
- Support of only the "Collapsed" unwrap mode for texture.
- Support of models for entity and TESR.
- Animations
- Add import of .csjsmodelanim files.
- Support of animation for models with no duplicated block name.
- Support of position and rotation in animation (size, offset and stretch are just ignored for now).
- Support of "Hold last keyframe" feature.
- Add of animation synchronization on server.
- Add of reverse animations.
- Misc
- Add of a progress bar for models and animations loading.
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.