SekCore Library
This mod is a library module designed to speed up the development process and provide useful common functions that are primarily used in Sekwah's mods.
Main Features
- @Sync annotations for capabilities
Planned Features
- Animations
- Ragdoll physics for characters
Utility Tools
These are not full-fledged features but small utilities in the com.sekwah.util package that I use across my mods. Here are the main ones:
- Color utilities (color wheel + conversion of java.awt.Color to Minecraft colors)
- Player utilities (simple server-to-client velocity transfer + fixing inconsistencies)
Fabric Support
Currently, Fabric support is not planned, but we will consider this possibility in the future when the core features are completed. Most of my mods use this library or are transitioning to using it.