Changelog
Major release to update the codebase to 1.20.6, including a revamp to the mod's API.
New Features
- Health bars and the HUD can now have text placed on them by other mods.
Changes
- Changed text particle rendering... again.
API Changes
- EntityGroups no longer exist, so the API has been rewritten to make use of datapack tags.
- Dependent mods should now register a tag with a priority in the API. PHB will get the highest priority tag for each mob on demand, and cache the results.
- API has a new a function where a lambda that returns Text (can be formatted) can be registered. This tells PHB to place the text in the world or the HUD.