Possible to remove vanilla item tooltips?

Is it possible to remove tooltips from itemlore, which are present on all tools and amor?

Its basically last two (or three) lines of item lore, however removing itemlore from an item has no effect.

No, those are auto-displayed by the attribute modifiers in NBT.

Edit: If you can remove the attribute modifiers, it’ll disappear, I suppose.

Have you tried setting all of Keys.HIDE_ATTRIBUTES, Keys.HIDE_CAN_DESTROY, Keys.HIDE_CAN_PLACE, Keys.HIDE_ENCHANTMENTS, Keys.HIDE_MISCELLANEOUS, Keys.HIDE_UNBREAKABLE to true on the ItemStack?

I think Keys.HIDE_ATTRIBUTES is the one you’re looking for.

1 Like

Keys.HIDE_ATTRIBUTES worked