Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix gt++ fluid cells not extracting properly (#156)
* Fix gt++ fluid cells not extracting properly If GT++ fluid tank item sees a stacksize > 1, it refuses to fill/drain the tank item, so we need to set the tank size to 1 before performing tests. * Fix GT cells not working with fluid terminal GT cells use IFluidContainerItem, despite the fact that they act like FluidContainerRegistry items. Unfortunately this threw off the test code; need to extract the entire container at a time for the test.
- Loading branch information