Support "Nameable" interface for Pattern Provider
Zeitheron opened this issue ยท 3 comments
Describe the feature
Pattern providers currently ignore custom names for blocks like hoppers/chests/etc, that implement Minecraft's Nameable interface, allowing for custom names.
Reasons why it should be considered
Adding support for Pattern Providers to read out the custom names instead of the block's name could help organize the Pattern Access Terminal even further.
Additional details
No response
The Pattern Provider itself can already be renamed to get what is probably the very feature you're asking of for organisation.
What if another block reports as being another block due to various reasons? For example, if there is a block that is a proxy to another block, and reports the remote block's name, then I would still have to rename the Pattern Provider to get the desired result.