Package logisticspipes.modules

Examples of logisticspipes.modules.ModuleCrafterMK2


public class PipeItemsCraftingLogisticsMk2 extends PipeItemsCraftingLogistics {
 
  public PipeItemsCraftingLogisticsMk2(Item item) {
    super(item);
    craftingModule = new ModuleCrafterMK2(this);
    craftingModule.registerPosition(ModulePositionType.IN_PIPE, 0);
  }
View Full Code Here

TOP

Related Classes of logisticspipes.modules.ModuleCrafterMK2

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.