}
if(BigReactors.blockReactorRedstonePort == null) {
BRConfig.CONFIGURATION.load();
BigReactors.blockReactorRedstonePort = new BlockReactorRedstonePort(Material.iron);
GameRegistry.registerBlock(BigReactors.blockReactorRedstonePort, ItemBlock.class, "BRReactorRedstonePort");
OreDictionary.registerOre("reactorRedstonePort", new ItemStack(blockReactorRedstonePort, 1));
BRConfig.CONFIGURATION.save();
}