Update GT_MetaTileEntity_Hatch_Output.java
This commit is contained in:
parent
12ce0da857
commit
0f8340b31c
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ public class GT_MetaTileEntity_Hatch_Output extends GT_MetaTileEntity_Hatch {
|
|||
|
||||
@Override
|
||||
public boolean canTankBeFilled() {
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue