Content
| Name | Version | |
|---|---|---|
While 26.1 means massive changes for the entire modding community, this port ended up being relatively straightforward.
Thanks to shedaniel for pulling an allnighter to get Architectury Loom (and Cloth Config) ready!
Also, as always, report any issues you find!
Welcome to the 3rd dimension!
Example of "3Dness", or Fluffyness if you prefer:

note: "Before Line" rendering had to be rewritten, hopefully bug free
Quick followup fix for 1.1.6:
Another really small but important bug fix!
Breaking News: Single Source Code Character causes Havoc!
This tiny release fixes an important bug where name aliases and display names weren't always considered for player detection.
Fixes e.g. nicknamed players on EssentialsX servers to not show a chat head despite a name alias being defined.
As expected, there were bugs!
Chat Heads should now deal with all forms of text styling including § formatting codes correctly again.
Keep the issue reports coming!
/realname commands on EssentialsX servers and automatically adds aliases for it (on by default)This is a large rewrite of the mod - it finally works how it always should have worked!
(And it took an insane amount of work to make it work, work.)
If you care for a bit of technical babbling with some info strewn inbetween, do read on!
The reason for this rework is that in 1.21.9 Mojang added 2 types of "object" text components:
Atlas sprites and player sprites, which allow putting any sprite or player head inside any text - chat, menus, signs, you name it!
Chat Heads now uses these player sprite text components.
On paper this should mean massively improved mod compatibility, since it's a vanilla feature.
In fact, it appears Chat Heads is finally fully compatible with Caxton!
The same may be true for Modern UI's text engine.
Servers will start making use of player sprites as well.
There was already ways to do "server-side chat heads" by using special fonts allowing to print 1 pixel at a time.
Now it's as easy as pie and due to that, Chat Heads will not add any heads itself, if it detects any in a received message.
(Whether this is sane behavior, time will tell)
Player sprites do however come with some limitations.
In Vanilla, they are always 8x8 pixels without any padding, which can look quite bad in chat.
To remedy this, Chat Heads adds 1 pixel of padding, making it consistent with regular characters. This only applies to chat, so it won't mess e.g. with signs.
They also suffer from transparency issues.
This only really affects you if you changed Minecraft's "Chat Text Opacity" setting.
What happens is that the hat layer of your skin blends together with the face, which can make the hat layer almost invisible.
(On that note, Chat Heads still supports the old "Before Line" render mode, which does have a transparency fix.)
Speaking of hat layers, Chat Heads now respects Minecraft's "Skin Customization" settings.
If you take your hat off, it won't show in chat either.
Finally, almost the entire player detection logic was rewritten.
It's hard to say if this really changes anything, but it's much more gooder code now.
While I did a ton of testing, due to the large scale of changes, issues are to be expected.
Please report any issue you find!
- Fourmisain
Added full keyboard navigation support for moving through tabs, options, sliders, buttons, and search.
Added Controlify support, including controller navigation, tab switching, option interaction, search handling, and contextual button guides.
Added screen narration support for option rows, controls, tabs, buttons, labels, scrollbars, and search.
Added reset-to-default and undo overlays for options.
Added tooltips for focused options when navigating with keyboard or controller.
Added more RSO customization options, including tab header behavior, collapsible groups, tooltip delay, option IDs in tooltips, color themes, reverse cycling controls, shift-scroll slider adjustment, and overlay controls.
Reworked the options screen UI internals for better focus handling, scrolling, tabs, search, option rows, and action buttons.
Improved focus borders so they appear for keyboard/controller navigation without lingering after mouse input.
Fixed slider undo overlay behavior while dragging slider values.
Fixed slider edit mode so Back/Escape exits editing instead of closing the screen.
Fixed tab header text centering.
Fixed the Reese's Sodium Options tab ordering on NeoForge so it appears last as intended.
Added the Reese's Sodium Options icon to Sodium's config screen metadata.
Full Changelog: Resourcify's GitHub or in the Discord.
| Fabric | NeoForge | Forge | |
|---|---|---|---|
| 26.1 | ✅ | ✅ | ❌ |
| 26.2 | ✅ | ✅ | ❌ |
| 26.3-snapshot | ✅ | ❌ | ❌ |
| Name | Version | |
|---|---|---|