Compatibility
Minecraft: Java Edition
1.21.1
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Licensed Apache-2.0
Published 4 months ago
Updated 4 months ago
Simple mod that renders heads in TAB.
Minecraft by default renders player heads when server is encrypted. This mod just says to renderer "yo I'm on encrypted server" and that's all.
Explaining how it works for experienced users:
- We injecting into PlayerListHud class
- Finding render method and invoking into "isEncrypted()" function
- Modifying that value to "true" always. Profit.