Suggestion: allow fluid operations to specify a specific tank
ab9rf opened this issue ยท 2 comments
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.
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.