![Shulker Box Tooltip [Fabric/Forge/NeoForge]](https://media.forgecdn.net/avatars/thumbnails/850/113/256/256/638251427406536090.png)
Suggestion: add an option that removes all the text from the tooltip (screenshot attached)
Wolterhon opened this issue ยท 4 comments
I was about to ask for the option to remove the "Contains x stack(s)" tooltip line, but this works too.
All you should have to do is set contentHint
to null, here:
I'm looking into adding a proper option to disable this entirely, though.
Adding a ci.cancel()
to
The Contains x stack(s)
can be removed by setting the tooltip type to None
or Vanilla
in the configuration.
Ah, I didn't know that. I found out that cancelling the drawing of vanilla tooltips when the item is a shulker breaks the mod's tooltip rendering since the mod modifies the drawing instead of adding it's own method that injects into drawing them.