I've been experimenting with JRoush's Custom Ore Generation Mod (COGM), and I realized that COGM doesn't override the default IC² ore generation, but in stead add the custom ore generation on top of the default.
I thought that setting enableWorldGenOre* flags to false would solve this issue, however when I set either one to false COGM won't find the corresponding block ID and the world generation will halt.
Is there some workaround to let IC² disable the default ore generation but still leave the block ID so that COGM can find it and generate the ore instead?
This is what modloader reports if I disable ore gen in IC2
QuoteCustomOreGen: Config error for 'DefaultIc2CopperVeins' (Unrecognized blockID: 249)
"DefaultIc2CopperVeins" is my own custom string ID assigned to block 249.
Besides this issue it seems like COGM works quite well generating IC² ore as long as it finds the corresponding ID.
I just wish there was a feature to disable the default generation in some way without removing IDs.
Thoughts are welcome.