Hides sensitive information in log messages
Modifies the log messages in the Minecraft log
Prevents console from acquiring information (IPs, coordinates) by looking at the Minecraft log
Currently patches:
- Player join
PlayerList::placeNewPlayer - Named entity death
LivingEntity::die - Villager death
Villager::die - Villager struck by thunder
Villager::thunderHit - Create an issue report or contact me to patch other info!
Replaces all parameters with OBF_[param] such as OBF_X
Confirms with the user that the mod is installed.
Requires Fabric API
| Minecraft | LogObfuscator |
|---|---|
| 1.21.11 | 1.0.0+1.21.11 |
| 26.1-26.1.2+ | 1.0.0+26.1 |
P3nguinMinecraft
