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
|
@Override
|
||||||
public boolean canTankBeFilled() {
|
public boolean canTankBeFilled() {
|
||||||
return true;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue