TeamDman / SuperFactoryManager

Mozilla Public License 2.0
36 stars 15 forks source link

Suggestion: allow fluid operations to specify a specific tank #11

Closed ab9rf closed 5 years ago

ab9rf commented 5 years ago

Many machines have multiple tanks, which are identified by numbers the same way that item inventories are identified by slots. It would be useful if the advanced mode for fluid operations would allow the specification of a specific tank or tanks in the same way that item operations can specify a slot or slots to be used.

HenryLoenwind commented 5 years ago

While the fluid API lets you query a list of tanks, neither fill nor drain methods take a "tank number" parameter. You only can specify which fluid you want to get or fill in.

TeamDman commented 5 years ago

Henry seems to have summed it up pretty well, filtering by fluid type is already in and should be enough to imitate this behaviour.