Package xk.xact.core.blocks

Examples of xk.xact.core.blocks.BlockMachine


    XActMod.itemChipCase = new ItemCase( caseID );
    XActMod.itemCraftPad = new ItemPad( padID );
  }

  public static void initBlocks() {
    XActMod.blockMachine = new BlockMachine( machineID );
    if( REPLACE_WORKBENCH )
      XActMod.blockWorkbench = BlockVanillaWorkbench.createNew();
  }
View Full Code Here

TOP

Related Classes of xk.xact.core.blocks.BlockMachine

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.