Fixes an issue where the highlight toggle did not actually toggle highlighting
Adds slight backwards compatibility (to 1.19)
Versions before 1.19.4 will not be able to use colors for their displays, as the colors are made possible by Block Display Entities - a feature introduced in Minecraft 1.19.4
These versions will be using the old way of highlighting the work stations - falling blocks
If you are using this plugin on an earlier version, all displays will glow white, and may have a visual glitch of falling through the ground occasionally.
Additionally if you are on a later version than the 'latest' that the plugin is on, it will manually calculate the player's reputation instead of taking directly from the game (NMS hook) - I believe my calculations are done correctly but it might be slightly off from what the actual numbers are, so just be aware of that
Other differences should not show on a user end, there are a number more API methods for the pre-1.19.4 methods
Full Changelog: https://github.com/Simplexity-Development/VillagerInfo/compare/v3.0.0-release...v3.0.1