
Remove tooltips
T0RNATO opened this issue ยท 3 comments
I can only imagine how long it took to write all those tooltips for every item in the game, so respect for that, but I'm making a modpack so I'd like to be able to only add tooltips to modded items and not have those since I assume people playing it know how the vanilla items work and they're a little bit in the way.
My request is this: either a config option to remove all of the default tooltips, or better, support for removing individual tooltips by doing something like this:
(Currently this just shows a blank newline)
The easiest fix would just be to add an empty string check at
Thanks!
(I also do think that a config file would be quite a lot more ergonomic to write descriptions than a lang file, and would also let you do more advanced things like adding tooltips to item tags, or removing specific tooltips, but it's probably a bit late for that now)