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.

258.1k
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 (optional)

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 2 years ago
DescriptionGalleryChangelogVersions

Show all versions

1
3
4

Hwyla-1.8.12-B25_1.11

by ModrinthArchives on Jul 6, 2023
Download

Hwyla-1.8.12-B26_1.10.2

by ModrinthArchives on Jul 6, 2023
Download

Version 1.8.12:

- Server now makes sure a requested block is loaded before attempting to access it
- Removed some needless data from the data request packets
    - Packet size is now much smaller
- Added TehNut to mcmod.info author list
- Added a short description to the mcmod.info explaining that the user is using Hwyla
- [API] Added nullability annotations to almost the entire API
- [API] Modified some of the javadocs to be somewhat more informative

Hwyla-1.8.11-B24_1.11

by ModrinthArchives on Jul 6, 2023
Download

Hwyla-1.8.11-B25_1.10.2

by ModrinthArchives on Jul 6, 2023
Download

Version 1.8.11:

- Fixed alternate crop getter always using a meta of 0
    - If you continue to have problems with it, disable it.
- /dumphandlers now includes NBT handlers

Hwyla-1.8.10-B24_1.10.2

by ModrinthArchives on Jul 6, 2023
Download

Hwyla-1.8.10-B23_1.11

by ModrinthArchives on Jul 6, 2023
Download

Version 1.8.10:

- Fixed NBT serialization
- Temporarily disabled the capability handlers
    - These were using too much data on the network when looking at large inventories.
    - They will make a return once I can re-implement them in a way that avoids that

Hwyla-1.8.9-B22_1.11

by ModrinthArchives on Jul 6, 2023
Download

Version 1.8.9:

- Fixed server disconnect when receiving large NBT payloads from TileEntities
    - Only caused when a payload was >2mb in size (which is really, really big for a packet, to be honest...)
    - Most notably occurred was when looking at a RefinedStorage Disk Drive on a large network

Hwyla-1.8.9-B23_1.10.2

by ModrinthArchives on Jul 6, 2023
Download

Version 1.8.9:

- Fixed server disconnect when receiving large NBT payloads from TileEntities
    - Only caused when a payload was >2mb in size (which is really, really big for a packet, to be honest...)
    - Most notably occurred was when looking at a RefinedStorage Disk Drive on a large network

Hwyla-1.8.8-B22_1.10.2

by ModrinthArchives on Jul 6, 2023
Download

Version 1.8.7:

- Fix backwards compat with supporting mods
    - I cherry-picked the wrong change and the modid got lowercased

Hwyla-1.8.7-B21_1.10.2

by ModrinthArchives on Jul 6, 2023
Download

Version 1.8.7:

- Pulled all the improvements over from the 1.11 branch
    - Removed some unnecessary reflection at startup
    - Fixed replacing version at build-time. No more 1.8.0.
    - Moved over to a proper proxy system
    - Fixed the in-game config ignoring localization keys
    - Rewrote packet system. See `CHANGES.md` for more information.

Hwyla-1.8.7-B21_1.11

by ModrinthArchives on Jul 6, 2023
Download

Version 1.8.7:

- Increased usefulness of WailaExceptionHandler
    - A full stacktrace is now printed to the root instance directory
- Fixed record tooltip
- Rewrote packet system
    - See `CHANGES.md` for more information
- Add an alternative way to get a crop's item

Hwyla-1.8.6-B20_1.11

by ModrinthArchives on Jul 6, 2023
Download

Version 1.8.6:

- Lowercased modid in mcmod.info. The file will work properly now.
- Moved over to a proper proxy system instead of the possibly buggy side checks.
- In-game config now properly respects localization keys.
- Added a fallback for when blocks return null in `getPickBlock(...)`
    - This is a big no-no in 1.11. If you notice this (trust me, you will), please report it to the author of the mod.

Hwyla-1.8.5-B19_1.11

by ModrinthArchives on Jul 6, 2023
Download

Hwyla-1.8.5-B18_1.11

by ModrinthArchives on Jul 6, 2023
Download

Hwyla-1.8.5-B17_1.11

by ModrinthArchives on Jul 6, 2023
Download

Version 1.8.5:

- Fixed some remaining invalid null stack checks

Hwyla-1.8.4-B16_1.11

by ModrinthArchives on Jul 6, 2023
Download

Version 1.8.4:

- Fixed server crash when registering core plugin
- Fixed version replacement. Versions aren't treated as all 1.8.0 in-game anymore.

Hwyla-1.8.3-B15_1.11

by ModrinthArchives on Jul 6, 2023
Download

Version 1.8.3:

- Fixed inventory handler (this fix is redundant in newer Forge versions)
- Re-implement JEI integration (The Recipe/Usage not found message has been moved to the action area)
- Lowercased the modid to "waila" (Was "Waila")
- Removed some unnecessary reflection
- Added a handler to display items in the Llama and Donkey inventories (and any future mobs that use `AbstractChestHorse`) (#29)
    - (Added some necessary reflection)

Hwyla-1.8.2-B14_1.11

by ModrinthArchives on Jul 6, 2023
Download

Version 1.8.2:

- Update to Minecraft 1.11

Hwyla-1.8.1-B13_1.10.2

by ModrinthArchives on Jul 6, 2023
Download

Version 1.8.1:

- Renamed jar file to `Hwyla-*.jar`
- Cleaned up some lang files
- Fixed JEI handler in newer beta versions

Waila-1.8.0-B12_1.10.2

by ModrinthArchives on Jul 6, 2023
Download

Version 1.8.0:

- Fixed display stack displaying the wrong meta in the majority of cases
- Too many others to list. See the README here: https://github.com/TehNut/HWYLA/blob/988db9fa8220a32c7c598371e2099d61ea91d182/README.md

1
3
4

Modrinth is open source.

main@bf16d36

© 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.