Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

[Feature Request]: The ability to add custom elements to a specific RebornCore BlockEntity #182

Open
ghost opened this issue Oct 19, 2021 · 0 comments

Comments

@ghost
Copy link

ghost commented Oct 19, 2021

I would like to be able to add custom elements to specific block entities based on RebornCore. So, for example, with my teleporter, I have it set to respond to a redstone signal. However, the user may want to change the setting.

As it appears the element map is private and static, it looks like if I was to override the private nature of the map anyway, it'd cause every RebornCore based machine to have the custom element I want to add. However, the custom element would only make sense for my teleporter. Having the ability to implement an interface that checks for custom elements in a block entity on top of the existing elements (or even in place of them) would be a nice feature to have.

2021-10-18_22 24 23

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants