
Skills API
Main Purpose
Skills API is a library mod that serves as a foundation for the operation of other modifications developed by me. Currently, it is actively used in projects created specifically for the SkillSun platform.
Technical Features
The library offers extended functionality for customizing gameplay:
- Specialized rendering system for mobs, tile entities, items, and armor
- Support for custom animations and models in Bedrock format
- Handling of special events: SunRenderEvent, SkySetupEvent, PlayerAnimationEvent, AnimationEvent, CameraSetupEvent
- ActionHandlers - tools for simplifying mob AI management and improving their interaction with the world and player
- ClientWorldEventListener and ServerWorldEventListeners for handling world events and mob events without the need for packets
- Simplified data generation system for cleaner workspace
- Graphics effects: screen darkening, camera shake, and other visual improvements
- Enhanced command builder for better code readability
- Utility tools: PlayerUtils, WorldUtils, EntityUtils and other useful instruments
Important Note
Some functions use Mixins, which may cause conflicts with other modifications.