mojira.dev
MC-275362

"show_in_tooltip:false" not only hides attribute modifiers

Summary:
Tools, especially weapons with their attribute modifiers hidden, have no attack indicator and deal very little attack damage. I think its a bug and unintentional, because "show_in_tooltip:false" not only hides the attribute modifier tooltip. I think it removes the base values of the item, which would be misleading if the intention was just to hide the tooltip.

Used Command:

/give @p diamond_sword[attribute_modifiers={modifiers:[],show_in_tooltip:false}] 1

Attachments

Comments 2

You removed all of the default attribute modifiers the item had by using modifiers:[]. show_in_tooltip does nothing in this case when it comes to the actual attributes, even if you omit it or set it to true the item will have its default values removed.

n1nty0ne

(Unassigned)

Unconfirmed

(Unassigned)

1.21.1, 24w33a

Retrieved