Merge pull request #1304 from taelnia/master
Adjusted FluidContainerTrigger to pass through the side being checked
This commit is contained in:
commit
7504777ecc
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ public class TriggerFluidContainer extends BCTrigger {
|
|||
searchedFluid.amount = 1;
|
||||
}
|
||||
|
||||
FluidTankInfo[] liquids = container.getTankInfo(ForgeDirection.UNKNOWN);
|
||||
FluidTankInfo[] liquids = container.getTankInfo(side);
|
||||
if (liquids == null || liquids.length == 0)
|
||||
return false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue