Update to 1.7.2.
Configs should work for vanilla, Biomes O' Plenty, Forestry, IC2, Railcraft, Thaumcraft and Tinker's Construct.
Since Minecraft is moving away from integer IDs, configs need to identify blocks using the unique name (e.g., "minecraft:redstone_ore") instead of the ID or unlocalized name. Eventually (probably next version) matching will be by identity (rather than by regex). The motivation is performance (matching every descriptor against every block takes a longtime in a modded environment), as well as safety (no accidental ambiguity). There will be a ReplacesPattern that implements the previous behavior.
Deferred population range now defaults to 16 (big enough for vanilla clusters)
IC2: Options are hidden when ores do not exist (disabled in config)
Thaumcraft4: Fix typo for order shard clusters
Metallurgy: fixed utility ore labels, generalized biome support
Config expression functions like blockExists() fixed for attributes with default values.
Add config for Thermal Expansion 3.
Add ReplacesOre element for replacing blocks according to ore dictionary key.
Standard configs now use ReplacesOre for stone, so mods like UndergroundBiomes work.
Fix generation of TC4 order and entropy infused stone.
Fix Railcraft sulfur generation when diamond veins were not enabled.
Rework BiomesOPlenty, Railcraft and Thaumcraft configs; fix for Forestry since 2.3.0.6.
Standard overworld configs now look for either RandomLevelSource or ATGLevelSource, rather than dimension ID 0.
Substitute determines surface based on block material (rock, sand, clay, etc) so that it is no longer fooled by trees; checks canBlockStay() before placing.
Surface-relative height for other distributions has been dropped for now, but we should be able to restore it for ATG.
Add support for surface-relative height specification; e.g., generate layers that follow the terrain (see the github wiki for documentation).
Support Alternate Terrain Generation by changing condition from requiring RandomLevelSource to requiring the overworld dimension.
Added standard configs for Railcraft and Thaumcraft 4, thanks to Sandwitches.