Package logisticspipes.modules

Examples of logisticspipes.modules.ModuleSatelite


    return Textures.LOGISTICSPIPE_LIQUID_SATELLITE;
  }

  @Override
  public LogisticsModule getLogisticsModule() {
    return new ModuleSatelite(this);
  }
View Full Code Here


    }
  }

  @Override
  public LogisticsModule getLogisticsModule() {
    return new ModuleSatelite(this);
  }
View Full Code Here

TOP

Related Classes of logisticspipes.modules.ModuleSatelite

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.