SWRPG INFO Mod - ShortWlf/mcswrpg GitHub Wiki
Swplmobinfo Mod
The Swplmobinfo mod enhances Minecraft by displaying dynamic information above living entities (mobs and players).
It shows each entity's:
- Name
- Health points (HP)
- Estimated level
The color of this displayed information changes based on whether the entity is considered peaceful (green), hostile (red), or a boss (light purple), with this behavior driven by a configuration file.
Key Features
- Dynamic Information Display: Shows entity name, HP, and level above living entities.
- Configurable Mob Aggression: Determines the color of the displayed information (red for hostile, green for peaceful) based on settings in a configuration file ("mob_config.json").
- Boss Identification: Displays boss entities with a distinct light purple color.
- Proximity-Based Rendering: Only displays information for entities within a certain range of the player, improving performance and reducing visual clutter.
- Real-time Updates: Continuously updates the displayed information as an entity's health changes or as the player moves.
- Customizable: The behavior of the mod, specifically how mobs are classified as "peaceful" or "hostile," can be modified through the "mob_config.json" file.