Time Core
Time Core is a library mod that significantly simplifies the process of developing other Minecraft mods by offering numerous useful tools and functions.
Main Features
JSON-based Bedrock Animations - An intuitive system that allows playing complex animations for entities and tile entities, which are loaded from JSON files.
JSON Models for EntityRenderers and TileEntityRenderers - Now you can use entity models in Bedrock JSON format in Minecraft Java Edition! Blockbench is perfect for creating them.
On-the-fly Blockstate/Model Generator - Allows automatic creation of simple item, block models and their states, eliminating the need to manually place these files in resources.
Simplified Registration of Various Elements - Provides a convenient way to create and register blocks, items, sounds, tile entities, packets, configurations and much more. Also available are SimpleForgeRegister and SimpleVanillaRegister (thread-safe) for other registry types without additional settings.
Enhanced Configuration Building System - A more convenient and comfortable approach to setting up configuration files for your mods.
Safe Network System - Eliminates the possibility of exploiting vulnerabilities when sending packets to the wrong side of the connection.
Easy-to-use Reflection - Automatically unlocks fields, methods and constructors when accessing them through the reflection mechanism.
Credits
We express gratitude to the Moonflower Team for their Molang compiler!
Permissions
- You can use this mod in your modpacks and distribute it through the CurseForge platform.
- Republishing this mod on other sites is prohibited if they do not provide a download link from CurseForge.
- It is not permitted to include Time Core or parts of it directly in your mod, but you can use it as a dependency.