Associated items to entries/categories
luxlacis opened this issue · 3 comments
It would be helpful to have certain items associated with an entry or category similar to how Lavender does it (see image). This way for new items that are added to the game players can quickly navigate to a specific entry via an item that would give them information.
An entry called "my first page" which is linked to nether quartz ore.
This is a neat idea, when I find the time I will add it.
I need to come up with a performant way to do this check, but I suppose we could build a map in a tooltip handler.
The main thing is to figure out how to modify tooltips on fabric, on neo (and forge) there's an event, I assume for fabric too
This is a neat idea, when I find the time I will add it.
I need to come up with a performant way to do this check, but I suppose we could build a map in a tooltip handler. The main thing is to figure out how to modify tooltips on fabric, on neo (and forge) there's an event, I assume for fabric too
Yeah, I think Patchouli does this too but in a different way. It also shows a tooltip in-world when holding the book and looking at a block that is "associated" with an entry.