Version 1.10.3:
- Update to Minecraft 1.14.2 for use on Forge
Version 1.9.16:
- Fixed text input fields not rendering properly in the config GUI
Version 1.9.15:
- Updated to 1.14 Pre Release 3
- Fixed server crash on startup
- Added a logo for ModMenu
Version 1.10.2:
- Fix server startup crash
Version 1.9.14:
- Updated to 1.14 Pre Release 2
- Updated to Fabric Loader 0.4.0
- Reworked plugin loading system to make use of new Fabric Loader features
Version 1.9.13:
- Updated to 19w12b
Mojang *please* stop breaking buttons, thanks. This is the third snapshot in a row.
Version 1.9.12:
- Updated to 19w12a
- Enabled the config button in Mod Menu
Version 1.9.11:
- Updated to 19w11b
Version 1.10.1:
- Recompiled on latest Forge to fix annotation error on launch
Version 1.9.10:
- Updated to 19w09a
Version 1.10.0:
- Initial port to 1.13.2 on Forge
- Modders beware: There are several API changes to bring it up to modern standards. Notable changes include
- Tooltips are now backed by `ITextComponent` instead of `String`
- `ITaggedList` has been reworked to be much easier to work with
- See `HUDHandlerVillager#appendHead(...)` for an example of how to replace an existing tagged line
- Config values are now namespaced
- See `PluginCore` or `PluginMinecraft` for examples
- Tooltip renderers are now namespaced
- See `PluginCore` or `PluginMinecraft` for examples
- Some classes were renamed to remove the "Waila" identifier
- `getNBTData(...)` in `IWailaDataProvider` was moved to `IServerDataProvider`
- See `HUDHandlerFurnace` or `HUDHandlerVillager` in the default Minecraft plugin for block/entity examples
- Registration methods for data providers have been flattened into a single method (`registerComponentProvider`) with a position parameter
- See `PluginCore` or `PluginMinecraft` for examples
- There is now a way to display a stack for an entity (`registerEntityStackProvider`)
When in doubt, check the javadocs.
Version 1.9.9:
- Updated to 19w06a
- Updated to Fabric API 0.2.0
- Added a localization string to the Nitwit since Mojang doesn't have one
Version 1.9.8:
- Added an API feature that allows displaying an item on an entity tooltip
- Useful for things like paintings, item frames, and minecarts (which are included by default)
- Fixed minecart tooltip being blank
Version 1.9.6:
- Updated to 19w04a
Version 1.9.6:
- Fixed crash on server start
- Fixed overlay not being hidden when the player list was open
- Fixed server -> client config sending for synced values
- Fixed health tooltip over the configured heart max not being translated
- Also limited the text display to 2 decimal places
Version 1.9.5:
- Fixed ray trace ignoring non-collidable blocks
Version 1.9.4:
- Fixed entity tooltips displaying data about the last block viewed
- Fixed entity health renderer
- It allowed up to 40 hearts per line, now it only allows up to 10 by default
- Math for newlines was wrong and reset the horizontal positioning
Version 1.9.3:
- Updated to 19w03c
- Fixed keybinds not working
Version 1.9.2:
- Fixed crash at startup on 19w02a by switching to Fabric's keybinding API
Version 1.9.1:
- Furnace progress rendering now takes the different burn times into account for the different furnace types
- Removed some unnecessary textures from the jar
- Added support for the Sweet Berry Bush's maturity
- Added description tooltips to some entries int he config GUI
- Re-implemented the handler dump command
- Fixed spacing on large tooltips
- Fixed display for paintings, item frames, etc
- Renamed "Configure Aspect" to "Color" in the config GUI