-
-
Notifications
You must be signed in to change notification settings - Fork 143
Feature Request: Make various Book of Lore methods more easy to access #1928
Copy link
Copy link
Open
Labels
type/requestThe issue is a feature or change request and does not fit into the other types.The issue is a feature or change request and does not fit into the other types.version/1.20.2This issue affects Minecraft version 1.20.2.This issue affects Minecraft version 1.20.2.version/1.20.4This issue affects Minecraft version 1.20.4.This issue affects Minecraft version 1.20.4.
Milestone
Metadata
Metadata
Assignees
Labels
type/requestThe issue is a feature or change request and does not fit into the other types.The issue is a feature or change request and does not fit into the other types.version/1.20.2This issue affects Minecraft version 1.20.2.This issue affects Minecraft version 1.20.2.version/1.20.4This issue affects Minecraft version 1.20.4.This issue affects Minecraft version 1.20.4.
Type
Projects
Status
Back Log
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_OVERRIDESwas 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 toItemPredicates with an additionalNbtPredicatein 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