-
Notifications
You must be signed in to change notification settings - Fork 436
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expose components' capabilities #1837
Comments
Tablets too, maybe? |
FTR: needs ItemStack capabilities which is not possible with the way tablet machines/components are currently handled in OC. Will look into that again at a later point, when I restructure that. |
How would you handle if multiple components expose the same capability? |
First one with |
Mcmp has sides, because they're still technically blocks. Items wouldn't |
Tell that to whoever decided to use the same interface for ItemStacks >_> (yes, the capabilities for items also take an EnumFacing parameter). |
I'd still suggest including a priority system for forwarding capabilities, |
Allow components to provide capabilities, make them available to the outside (i.e. have cases, racks, robots, drones forward them).
The text was updated successfully, but these errors were encountered: