
Time Core
Bedrock Animation API and many useful stuff for development
- Загрузки
- 627
- Подписчики
- 0
- Обновлён
- 13 февраля 2024 г.
- Лицензия
- All-Rights-Reserved
Опубликован 13 февраля 2024 г.
This is a library mod that contains many features to simplify mod development!
Features:
- Bedrock JSON-Based Animations - Easy-to-use system that allows you to play complex entity (or tile entity) animations, which are parsed from JSON.
- JSON Models for EntityRenderers and TileEntityRenderers - Allows you to use Bedrock JSON Entity Models in Minecraft Java Edition! You can use Blockbench for creating them.
- On-Fly Blockstate/Model Generator - Allows you to generate simple item/block models and blockstates, so you don't need place them in resources now!
- Block/Item/Sound/TileEntity/Packet/Config/etc Registering - Provides a simple way of creating and registering all specified stuff. And there is SimpleForgeRegister and SimpleVanillaRegister (thread-safe) for other registries, that doesn't have additional settings.
- Improved Config-Building System - More comfortable way of creating configs.
- Safe Network System - No more exploits of sending packets to the wrong side.
- Simple-to-use Reflection - automatically unlocks fields, methods and constructors, when you're accessing them via Reflection.
Support:
If you have any questions or suggestions, feel free to join this discord channel: https://discord.gg/KVpAJGa
Credits:
Thanks to Moonflower Team for their Molang compiler!
Permissions:
- You can use this mod in your modpack and distribute it inside your modpack across CurseForge Platform.
- You are not allowed to re-publish this mod to other sites if it doesn't provide CurseForge download link.
- You are not allowed to include Time Core or a part of it directly in your mod. But you can use it as a dependency.
Ченджлог
3.11.0.0Релиз1.20.1 · 13 февраля 2024 г.
Animations:
- Fix user's 'root' part wrongly misplaced with an internal root
- Animation and Actions rework
- Re-add compatibility with Molang (for now anim_time only)
- Implement more flexible way to control animation clocker
Critical changes:
- Some API rework and removing
Other Changes:
- Fix some javadoc
Комментарии
Загружаем…