emilyploszaj / trinkets

A data-driven accessory mod and API for Minecraft using Fabric.
https://www.curseforge.com/minecraft/mc-mods/trinkets
MIT License
171 stars 73 forks source link

Allow disabling the "Equippable in" tooltip text #251

Closed NyakoFox closed 1 year ago

NyakoFox commented 1 year ago

Someone opened an issue asking for this in my repo (https://github.com/NyakoFox/VanitySlots/issues/12). My mod makes all armor equippable in new trinket slots, so the text can make the tooltips become quite cluttered. An option to disable the text would be nice (maybe a per-slot thing? dunno)

emilyploszaj commented 1 year ago

This is actually already supported on a per-slot basis via tooltip_predicates which can be found here https://github.com/emilyploszaj/trinkets/wiki/Trinkets-Data-Formats