Offline Tab Head

Quick rating

Community listing page, reviews here may not be monitored by the author.

Offline Tab Head

By MagM1goOwner

No reviews yet

Enable heads in TAB on offline servers.

Mod Loaders
Minecraft

About

Description

Deprecated. Use https://modrinth.com/mod/offline-tab-head-updated by Infinitumcraft for newer versions.

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:

  1. We injecting into PlayerListHud class
  2. Finding render method and invoking into "isEncrypted()" function
  3. Modifying that value to "true" always. Profit.