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.25:
- The stack provided in IWailaDataAccessor is not based on the state -> meta conversion anymore
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.23:
- Fixed occasional crash when loading a world
- Fixed occasional crash when starting up
Version 1.8.22:
- Fixed Entity mod name displaying the modid instead
- Moved tooltip rendering back to where it used to be
- There were some GL issues causing the hotbar to render oddly
Version 1.8.21:
- Fixed some monster spawn blocks not being hidden properly
- A ton of internal cleanup
- Mod should now run at least 2.47293451% faster.
- Don't quote me on that.
- Fixed theme button not drawing
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.20:
- Allowed launching on 1.12.x
- Removed an unnecessary embedded library
- Lower file sizes
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.18:
- Fixed massive Narrator memory leak
- I'm legit blind and completely misread `getNarrator()`
- Thanks shadowfacts!
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.17:
- Fully moved to GlStateManager
- Should cause much less rendering issues with other mods
Version 1.8.17:
- Fully moved to GlStateManager
- Should cause much less rendering issues with other mods
- Fixed Narration config
- If you are updating from 1.8.16, you'll need to manually toggle the config
Version 1.8.16:
- Updated to 1.12
- Added config to narrate the first line of the tooltip
- Only narrates when the tooltip has changed, so looking at different Grass Blocks won't spam you
- Still a bit dodgy
- John Madden John Madden John Madden John Madden John Madden SOISOISOISOISOI
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.
Version 1.8.14:
- Stack provider check no longer returns an empty list when an empty stack is provided
- It now properly continues on to the next stack handler
- Thanks for writing a weird plugin Dankhax
Version 1.8.13:
- Fixed furnace display not working
- Fixed Jukebox always displaying as empty
- Fixed localization for Redstone power level
- Added config to stop the item from rendering in the tooltip