MightyPirates / OpenComputers

Home of the OpenComputers mod for Minecraft.

Home Page:https://oc.cil.li

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[1.12.2] [Suggestion] AE2 fluid bus components

DaComputerNerd717 opened this issue · comments

Working with the AE2 integrations, I noticed that while import and export busses have components letting you control their configurations and even force an export, the fluid import and export busses do not. Similarly, the fluid interface has no component, while the normal interface does have a component which provides functions to configure it. There is also no way to get the fluids within the ME system, while a provided function will return the contained items.

While these fluid features used to be added by Extra Cells, AE2 now directly provides these fluid devices.

I suppose this might be because there's no component providing a way to interact with fluids right now, but it should be simple enough to just use a table with the fluid's ID and damage, similar to the itemstack tables used for the item equivalents' components.