DataPack Anvil
DataPack Anvil is a library mod that significantly simplifies the development of mods based on datapacks. This tool allows developers to store custom data directly in datapacks while providing a powerful set of helper functions.
Key features include:
- Data Managers - tools for efficient management of custom data
- @DataHolder Annotation - special markup for working with data
- Event System - mechanism for handling various events in mods
- Tag Handling - convenient tools for creating and managing tags
- Serializable Block Predicates - ability to save block conditions in serialized form
For more detailed information about working with the library, it is recommended to review the project documentation.