Ability to add the "flavor text" to custom upgrade/trim templates
generikb opened this issue · 5 comments
Can’t you just use the ItemEvents.tooltip
event?
correct me if I’m wrong I don’t know shit about 1.20 :hih:
Yes, you could just use the tooltip event, however having an item type would make it easier to match the formatting and in the case a mod uses instanceof SmithingTemplateItem to determine something then custom smithing templates would support that.
After working on this I have also realised that the tooltip event doesn't allow you to set the custom text and icons in the smithing table. There may be a way to work around that, but a smithing template item type is the easiest way to add that behaviour.
Implemented by @ChiefArug in #768 \o/