turbineRotor = new pneumaticCraft.common.item.ItemPneumatic(Textures.ITEM_TURBINE_ROTOR).setUnlocalizedName("turbineRotor");
assemblyProgram = new ItemAssemblyProgram().setUnlocalizedName("assemblyProgram");
emptyPCB = new ItemEmptyPCB().setUnlocalizedName("emptyPCB");
unassembledPCB = new ItemPneumatic(Textures.ITEM_UNASSEMBLED_PCB).setUnlocalizedName("unassembledPCB");
PCBBlueprint = new ItemPneumatic(Textures.ITEM_PCB_BLUEPRINT).setUnlocalizedName("pcbBlueprint");
bucketEtchingAcid = new ItemBucket(Blockss.etchingAcid).setTextureName(Textures.ICON_LOCATION + Textures.ITEM_BUCKET_ETCHING_ACID).setUnlocalizedName("etchingAcidBucket");
transistor = new ItemPneumatic(Textures.ITEM_TRANSISTOR).setUnlocalizedName("transistor");
capacitor = new ItemPneumatic(Textures.ITEM_CAPACITOR).setUnlocalizedName("capacitor");
printedCircuitBoard = new ItemPneumatic(Textures.ITEM_PRINTED_CIRCUIT_BOARD).setUnlocalizedName("printedCircuitBoard");
failedPCB = new ItemPneumatic(Textures.ITEM_FAILED_PCB).setUnlocalizedName("failedPCB");
networkComponent = new ItemNetworkComponents().setUnlocalizedName("networkComponent");