public static void registerDevices(int id, boolean require) {
if(BigReactors.blockDevice == null) {
BRConfig.CONFIGURATION.load();
BigReactors.blockDevice = new BlockBRDevice(Material.iron);
GameRegistry.registerBlock(BigReactors.blockDevice, ItemBlockBigReactors.class, "BRDevice");
OreDictionary.registerOre("brDeviceCyaniteProcessor", ((BlockBRDevice)BigReactors.blockDevice).getCyaniteReprocessorItemStack());
BRConfig.CONFIGURATION.save();