

Dynamic Name Tags
This client-side mod introduces dynamic name tags for certain named mobs in Minecraft, adding visual variety and interactivity to the gameplay.
One of the most interesting features is that when renaming a sheep to "jeb_", its name smoothly cycles through all available wool colors, creating a colorful visual effect. And if you name any mob "Dinnerbone" or "Grumm", its name will flip upside down - this is a classic Easter egg that now works with dynamic tags.
The mechanism with vindicators deserves special attention: if you name this mob "Johnny", its name will turn red, signaling aggressive behavior - such a vindicator will attack almost all creatures except fellow ravagers, evokers, pillagers, and ghasts.
The mod works exclusively on the client side and doesn't require installation on the server. It doesn't add new items, blocks, or entities, but only expands the functionality of existing name tags. No additional dependencies are required for operation, including Fabric API.
For mod and datapack developers
Creating your own dynamic name tags is a simple process. Detailed integration guide is available in the project documentation on GitHub.