Feature Request: Make various Book of Lore methods more easy to access #1928
Labels
type/request
The issue is a feature or change request and does not fit into the other types.
version/1.20.2
This issue affects Minecraft version 1.20.2.
version/1.20.4
This issue affects Minecraft version 1.20.4.
Milestone
What Feature Types Apply to This Request?
System
Other Type
No response
Is This an Enhancement to a Preexisting Feature?
What Is Your Feature Request?
It would be helpful if
LoreBookMenu.LORE_ENTRY_OVERRIDES
was public, rather than being private, along withLoreBookMenu.getLoreEntryKey()
andLoreBookMenu.loreEntryKeyExists()
methods being static, as they do not appear to need to be non-static.An additional potentially helpful change would be to change the
Predicate<ItemStack>
s toItemPredicate
s with an additionalNbtPredicate
in order to allow them to be saved to json.Why Should It Be in the Mod?
So that addon creators can more easily use the book of lore entries. My specific use case is I am trying to implement a system that saves all of the book of lore entries you have viewed before, so that you can look at them again without needing to re-insert the same item.
Does This Feature Improve Compatibility With Another Mod?
No response
Please Read and Confirm the Following
The text was updated successfully, but these errors were encountered: