Compatibility
Minecraft: Java Edition
1.21.1
Platforms
Supported environments
Client-side
Links
Tags
Creators
Details
Licensed Apache-2.0
Published 2 years 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.


