File Details
rpessentials-4.1.7.jar
- R
- Apr 28, 2026
- 453.59 KB
- 176
- 1.21.1
- NeoForge
File Name
rpessentials-4.1.7.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
[4.1.7]
Hotfix nametag visibility
Fixed
- Nametags always transparent in multiplayer: The
rpessentials$forceDepthTestinjection inMixinEntityRendererwas forcingFont.DisplayMode.NORMALon all nametag draw calls. This caused nametags to render as semi-transparent grey boxes regardless of config (including with blur disabled). The injection has been removed.
Removed
- Nametag block occlusion: The feature that hid nametags behind opaque blocks (introduced in 4.1.1) has been removed. It was implemented by switching
Font.DisplayModefromSEE_THROUGHtoNORMAL, which broke the second "bright" draw pass that vanilla uses to render nametags at full opacity. The result was visually broken nametags for all users on any server running this mod with other players nearby. The vanilla nametag rendering behaviour is now fully restored.
Migration Notes
- No config changes required.
- Nametags will now behave exactly as in vanilla when not obfuscated. If you want the functionality back, you can always go back to 4.1.6 or install Realistic Nametag!

