Sketch
Library Overview
Sketch is a library originally developed for Team Abode's projects, but it can be freely used by other Minecraft mod developers as well.
Key Features
The library offers several important tools for creating mods:
- Configuration API: A simple yet reliable interface for working with settings.
- Sketch Animation System: Data-driven registries for creating entity animations, built on top of Minecraft's standard animation system.
- Shield Events: Callbacks for shield blocking and disabling events.
- Custom Boat Types: Data-driven registries for creating various boat types that bypass the limitations of the standard system.
- World Generation Tools: Work-in-progress tools for world generation, including new object types.
Development Plans
Future versions plan to add:
- In-game interface for configuring Sketch settings
- Enhanced world generation tools
- Model override API
- Additional event callbacks
- Data generation utilities