Version 1.8.12:
- Server now makes sure a requested block is loaded before attempting to access it
- Removed some needless data from the data request packets
- Packet size is now much smaller
- Added TehNut to mcmod.info author list
- Added a short description to the mcmod.info explaining that the user is using Hwyla
- [API] Added nullability annotations to almost the entire API
- [API] Modified some of the javadocs to be somewhat more informative
Version 1.8.9:
- Fixed server disconnect when receiving large NBT payloads from TileEntities
- Only caused when a payload was >2mb in size (which is really, really big for a packet, to be honest...)
- Most notably occurred was when looking at a RefinedStorage Disk Drive on a large network
Version 1.8.7:
- Pulled all the improvements over from the 1.11 branch
- Removed some unnecessary reflection at startup
- Fixed replacing version at build-time. No more 1.8.0.
- Moved over to a proper proxy system
- Fixed the in-game config ignoring localization keys
- Rewrote packet system. See `CHANGES.md` for more information.
Version 1.8.6:
- Lowercased modid in mcmod.info. The file will work properly now.
- Moved over to a proper proxy system instead of the possibly buggy side checks.
- In-game config now properly respects localization keys.
- Added a fallback for when blocks return null in `getPickBlock(...)`
- This is a big no-no in 1.11. If you notice this (trust me, you will), please report it to the author of the mod.
Version 1.8.3:
- Fixed inventory handler (this fix is redundant in newer Forge versions)
- Re-implement JEI integration (The Recipe/Usage not found message has been moved to the action area)
- Lowercased the modid to "waila" (Was "Waila")
- Removed some unnecessary reflection
- Added a handler to display items in the Llama and Donkey inventories (and any future mobs that use `AbstractChestHorse`) (#29)
- (Added some necessary reflection)
Version 1.8.0:
- Fixed display stack displaying the wrong meta in the majority of cases
- Too many others to list. See the README here: https://github.com/TehNut/HWYLA/blob/988db9fa8220a32c7c598371e2099d61ea91d182/README.md