- Rewrote entire mod to transform matrix stacks instead of changing element heights to largely enable inherent mod support
- Fabric supports HUD elements mixed into the main HUD render method and in the methods of elements called there
- Forge supports HUD elements added with RenderGameOverlayEvent, RenderGuiOverlayEvent, OverlayRegistry, and RegisterGuiOverlaysEvent
- Moved Z height of chat above hotbar items
- Reorganized commands/config options
- Added command/config option to enable hud/chat sync
- Added command/config option to enable extended mod support
- Added command/config option to enable Fabric Object Share support
- Removed specific mod support mixins and mixin plugins
- Changed icon
- Moved internal mod support to add-ons to allow for modular support system
- Reintroduced ObjectShare "distance" object on Fabric for legacy support
- Removed unneeded Farmer's Delight support