Hwyla
Hwyla (Here's What You're Looking At) is a UI improvement mod aimed at providing block information directly in-game. It is also a fork of Waila.
Compatibility
Minecraft: Java Edition
Platforms
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Changelog
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.
Files
Metadata
Release channel
BetaVersion number
1.10.0-B52Loaders
Game versions
1.13.2Downloads
20Publication date
July 6, 2023 at 11:43 PMPublisher
ModrinthArchives
Owner