Package logisticspipes.modules

Examples of logisticspipes.modules.ModuleCrafterMK3


 
  private HUDCraftingMK3 HUD = new HUDCraftingMK3(this);
 
  public PipeItemsCraftingLogisticsMk3(Item item) {
    super(item);
    craftingModule = new ModuleCrafterMK3(this);
    craftingModule.registerPosition(ModulePositionType.IN_PIPE, 0);
  }
View Full Code Here

TOP

Related Classes of logisticspipes.modules.ModuleCrafterMK3

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.