Hmm....I haven't made any new power conduits for two weeks but I'm reasonably sure the changelog didn't mention that the conduits were removed again. I recall, however, that there was one upgrade where we were advised to delete the scripts folder. I'll check this when I get home.in "zRFsupport.zs" I see
var conduitEnergy = <EnderIO:itemPowerConduit>;
var conduitEnergyEnhanced = <EnderIO:itemPowerConduit:1>;
var conduitEnergyEnder = <EnderIO:itemPowerConduit:2>;
recipes.remove(conduitEnergy);
NEI.hide(conduitEnergy);
recipes.remove(conduitEnergyEnhanced);
NEI.hide(conduitEnergyEnhanced);
recipes.remove(conduitEnergyEnder);
NEI.hide(conduitEnergyEnder);
It's a last version of modpack