#modloaded fluxnetworks import scripts.common.makeShaped as makeShaped; print("--- loading FluxNetworks.zs ---"); //Remove all default recipes recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); recipes.remove(); //Flux Plug makeShaped("of_flux_plug", , ["CSC", "XIX", "CUC"], { C : , //T6 Circuit S : , //LuV Sensor X : , //Superconductor Wire I : , //Phantom Energyface U : //LuV CEU 16x }); //Flux Point makeShaped("of_flux_point", , ["CUC", "XIX", "CSC"], { C : , //T6 Circuit S : , //LuV Sensor X : , //Superconductor Wire I : , //Phantom Energyface U : //LuV CEU 16x }); //Flux Controller makeShaped("of_flux_controller", , ["SPE", "CBC", "XIX"], { C : , //T6 Circuit S : , //LuV Sensor E : , //LuV Emitter X : , //Superconductor Wire I : , //AA Phantom Energyface B : , //LuV Battery Buffer 16x P : //AA Player Interface }); //Flux Configurator makeShaped("of_flux_configurator", , [" S", " R ", "R "], { S : , //LuV Sensor R : //Enderium Rod });