Enchancement

Enchancement

596k Downloads

Additional damage not showing on the tooltip

LimeImortal opened this issue · 1 comments

commented

Confirmations

  • I can verify that I am running the mod on the latest Minecraft version the mod is released for.
  • I can verify that the issue I am reporting exists on the latest Mod version.
  • I checked this box anyway without reading and acknowledge that this issue will be closed if this box is checked.
  • I acknowledge that this issue will only be fixed for the latest Minecraft version the mod is released for.

Mod version (NOT Minecraft version)

The latest one.

A description of the issue

I’m not to sure why this happens;
For some reason if a tool is enchanted with scooping, sharpness, or apex: the tools initial damage and/or the the tool damage in the description in your inventory does not change.

It’s just a minor bug, but it’s rather annoying.
Thank you for creating this mod: it’s extraordinary. :D

Log or crash report

This does not cause a crash.

commented

This is actually not a bug; vanilla changed this in 1.21.0 when enchantments were made data driven, I can assume partially because list components aren't synced to the client (damage modifying components are lists to allow multiple of them). This can be seen in a vanilla instance too, if you add Sharpness to a tool then the damage tooltip doesn't update.

Thank you for the kind words!