Don't allow Large Turbine to start up without Dynamo Hatch

Large Turbine was incomplete if the Dynamo Hatch spot was taken up by a different GTTE, but not if that spot was just Air or some other block.
This commit is contained in:
David Vierra 2016-12-13 22:41:34 -10:00 committed by Blood-Asp
parent d51f43f97b
commit 7d1e42f75c

View file

@ -94,6 +94,8 @@ public abstract class GT_MetaTileEntity_LargeTurbine extends GT_MetaTileEntity_M
} else {
return false;
}
} else {
return false;
}
} else {
return false;