Version 1.9.0:
- Port to 1.14 via Fabric
Requires the Fabric mod loader and the Fabric API. For addons to work, install plugin-loader as well. When Fabric's gradle toolkit allows for it, plugin-loader will be shipped in the jar.
Version 1.8.26:
- Remove compatibility with 1.12.0 and 1.12.1
- Switch to using `getCreatorModId()` to allow mods to override which mod name is shown in the tooltip
- This is why 1.12.2 is required
- Don't attempt to render the overlay if the tooltip is somehow null
- Add a config to render current state values in the tooltip
- As seen by the client
- Reduced network usage by the villager handler
- Rather than writing the entire entity to the tag, we just write the career ID
- This is possible thanks to the fix in 1.8.22
- Allow hiding the tooltip when the debug menu is open
Version 1.8.24:
- Properly blame mods who are returning a null ItemStack in getPickBlock.
- This is completely invalid behavior and I will no longer tolerate being blamed for the crashes it causes.
- Example blame: `minecraft:cobblestone from mod Minecraft returned a null ItemStack in getPickBlock(...). Please report this to them.`
- Fixed tooltip width calculation not taking fully formatted ITextComponents into account
- Bold lettering spilled out of the tooltip since it's wider than normal text.
- Wrap Waila style plugins in our own plugin system to bring everything closer to the same codebase.
Version 1.8.21:
- Fixed some monster spawn blocks not being hidden properly
- Removed alternate crop option
- Was causing more issues than it solved
- Added branding to the main option menu to explain that this is a fork
- Removed an erroneous sided check in the energy handler
- Fixed the Villager career displays
- Removed an unnecessary shaded library that needlessly increased file size
- A ton of internal cleanup
- Mod should now run at least 2.47293451% faster.
- Don't quote me on that.
Version 1.8.19:
- Added some branding to the main config screen to inform users about how this is a fork
- Includes a link to that MC version's CHANGES.md
- Recompiled on latest Forge
- Make use of some Java 8 features in the API
- Removed alternate crop option
- Did more harm than good
- Fixed sided check for IEnergyHandler
- Fixed Villager career display
Version 1.8.17:
- Fully moved to GlStateManager
- Should cause much less rendering issues with other mods
- Changed the WailaRenderEvent
- Removed tooltip list. Modifying it here just broke everything.
- Provided access to ICommonProvider
- Added WailaTooltipEvent
- Fired right before all the tooltip sizing is calculated
- Final chance to modify tooltip before display
- Re-enabled Energy and Fluid capability handlers
- Still no items for now
- Stack provider check no longer returns an empty list when a stack containing a null item is provided
- It now properly continues on to the next stack handler
- Thanks for writing a weird plugin Dankhax
Version 1.8.15:
- Changed the WailaRenderEvent
- Removed tooltip list. Modifying it here just broke everything.
- Provided access to ICommonProvider
- Added WailaTooltipEvent
- Fired right before all the tooltip sizing is calculated
- Final chance to modify tooltip before display
- Re-enabled Energy and Fluid capability handlers
- Still no items for now
- Darkhax disturbed my beach episode for this. I hope you're happy.