Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
Hwyla

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.

247.3k
43
Library
Utility
Hwyla has been archived. Hwyla will not receive any further updates unless the author decides to unarchive the project.

Compatibility

Minecraft: Java Edition

1.16.x
1.15.x
1.14.x
1.13.2
1.12.x
1.11.2
1.11
1.10.2

Platforms

Fabric
Forge

Supported environments

Client-side
Server-side
Client and server

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Links

Report issues View source

Creators

ModrinthArchives
ModrinthArchives Owner

Details

Licensed CC-BY-NC-SA-4.0
Published last year
Updated last year
DescriptionGalleryChangelogVersions

Show all versions

1
2
3
4

Hwyla-1.14-1.9.0-42

by ModrinthArchives on Jul 6, 2023
Download

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.

Hwyla-1.8.26-B41_1.12.2

by ModrinthArchives on Jul 6, 2023
Download

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

Hwyla-1.8.25-B40_1.12

by ModrinthArchives on Jul 6, 2023
Download

Version 1.8.25:

- The stack provided in IWailaDataAccessor is not based on the state -> meta conversion anymore

Hwyla-1.8.24-B39_1.12

by ModrinthArchives on Jul 6, 2023
Download

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.

Hwyla-1.8.23-B38_1.12

by ModrinthArchives on Jul 6, 2023
Download

Version 1.8.23:

- Fixed occasional crash when loading a world
- Fixed occasional crash when starting up

Hwyla-1.8.22-B37_1.12

by ModrinthArchives on Jul 6, 2023
Download

Hwyla-1.8.22-B37_1.11

by ModrinthArchives on Jul 6, 2023
Download

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

Hwyla-1.8.21-B36_1.12

by ModrinthArchives on Jul 6, 2023
Download

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

Hwyla-1.8.21-B36_1.11

by ModrinthArchives on Jul 6, 2023
Download

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.

Hwyla-1.8.20-B35_1.12

by ModrinthArchives on Jul 6, 2023
Download

Version 1.8.20:

- Allowed launching on 1.12.x
- Removed an unnecessary embedded library
    - Lower file sizes

Hwyla-1.8.19-B33_1.12

by ModrinthArchives on Jul 6, 2023
Download

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

Hwyla-1.8.18-B32_1.12

by ModrinthArchives on Jul 6, 2023
Download

Version 1.8.18:
- Fixed massive Narrator memory leak
    - I'm legit blind and completely misread `getNarrator()`
    - Thanks shadowfacts!

Hwyla-1.8.17-B31_1.10.2

by ModrinthArchives on Jul 6, 2023
Download

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

Hwyla-1.8.17-B31_1.11

by ModrinthArchives on Jul 6, 2023
Download

Version 1.8.17:

- Fully moved to GlStateManager
    - Should cause much less rendering issues with other mods

Hwyla-1.8.17-B31_1.12

by ModrinthArchives on Jul 6, 2023
Download

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

Hwyla-1.8.16-B30_1.12

by ModrinthArchives on Jul 6, 2023
Download

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

Hwyla-1.8.15-B29_1.11

by ModrinthArchives on Jul 6, 2023
Download

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.

Hwyla-1.8.14-B28_1.11

by ModrinthArchives on Jul 6, 2023
Download

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

Hwyla-1.8.13-B26_1.11

by ModrinthArchives on Jul 6, 2023
Download

Hwyla-1.8.13-B27_1.10.2

by ModrinthArchives on Jul 6, 2023
Download

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

1
2
3
4

Modrinth is open source.

app-ads@1633f40

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.