CleverNucleus/playerex

Tool stats display incorrectly

Closed this issue · 1 comments

The stats of every tool in the game (spefically the attack speed) displays incorrectly
Minecraft_ 1 19 2 10_17_2022 5_59_05 PM
Annoyingly, this also overrides mods that change the display of tool/weapon stats such as https://www.curseforge.com/minecraft/mc-mods/tool-stats

Hi there,
PlayerEx modifies tool stats to display Attack Speed and Attack Damage the same way all other attributes are displayed - in blue and red with positive and negative modifiers. Furthermore, the values you see are not incorrect. By default, Minecraft displays what your Attack Damage/Speed will be when the tool is equipped; that is to say, the final value is displayed. PlayerEx changes this to display the change in value - or rather, how the tool will affect the player. Note how in default Minecraft there is no + or -.

This is, naturally, not to everyone's liking; and can be a source of incompatibility between other mods that modify item tooltips, such as Tool Stats. That's why it can be configured in the mod's client config. Please see here for more information.

You have three config options:

  • PLAYEREX which is as described above.
  • VANILLA which displays the tooltip in the familiar green final value, but fixes a bug with default Minecraft that causes Attack Damage/Speed to not account for attribute modifiers.
  • DEFAULT which completely disables any modification of the tooltip by PlayerEx, and is implemented for cases such as yours where another mod is present that modifies the tooltip.

Hope that helps,
Thanks.