Fixed Thermal Evaporation Controller computer integration

This commit is contained in:
aidancbrady 2016-06-10 11:17:26 -04:00
parent f29fe502a9
commit e1a5bf13c7

View file

@ -703,6 +703,11 @@ public class TileEntityThermalEvaporationController extends TileEntityThermalEva
return side != 0 && side != 1; return side != 0 && side != 1;
} }
public TileEntityThermalEvaporationController getController()
{
return structured ? this : null;
}
public void clearStructure() public void clearStructure()
{ {
for(Coord4D tankPart : tankParts) for(Coord4D tankPart : tankParts)