File Details
2.0.0+1.20.6
- R
- May 14, 2024
- 121.97 KB
- 2.3K
- 1.20.6+1
- Fabric + 1
File Name
provihealth-2.0.0+1.20.6.jar
Supported Versions
- 1.20.6
- 1.20.5
Curse Maven Snippet
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.

