Please try out new build 3.0.6.238 with this.
How this is intended to work:
* in Galacticraft core.conf set "Generate other mods features on planets"=false
* disable 'Experimental' mode in GalacticGreg
The oregen of GalacticGreg should still generate ores in new chunks on Moon and Mars (and asteroids I guess if it works there as well) - and on any planets added by other addons.
Blood Asp it works by duplicating the GameRegister call to your registered generator: generator.generate(fmlRandom, chunkX, chunkZ, world, chunkGenerator, chunkProvider);
Please note that I have hard-coded this to use the generator named bloodasp.galacticgreg.GT_Worldgenerator_Space - so that generator, and only that generator, is whitelisted, if you change the name or package in future then this will stop working.
Everyone, please let me know how you get on with this, as if it works then I will also whitelist CofHCore in the same way.
-------
Blood Asp it sounds like that large chunk generation search radius is certainly the cause of the "Already Decorating!" problem when that code is called via the GCCoreEventPopulate.Post event. I do not have any solution to that, but maybe we do not need a solution if the new approach of whitelisting your generator in the GameRegistry call works out OK?