Thanks for trying the mod and the suggestion. I did explore a variety of options for resource distribution but was unable to find one that I was totally satisfied with. Ultimately I decided that a uniform distribution of resources everywhere was better than any alternative.
It is not hard to change the mod to get the effect you desire. Get rid of the code "e.destroy()" on line 62 of control.lua, and replace it with
e.amount = 1 + math.floor(e.amount * 0.2)
This will preserve all existing ore veins but reduces their richness by a factor of 5. Then get rid of the research options defined in data.lua.