Thanks for the info. Yes I agree, it is so close may as well release it when 0.17 drops. Completely your call. Below is my config, thanks!
function fillLeighzerMorphiteConfig(config)
config["morphite-ore"] = {
type="resource-ore",
allotment=150,
spawns_per_region={min=1, max=1},
richness=30000,
size={min=20, max=30},
min_amount=500,
starting={richness=8000, size=25, probability=1},
multi_resource_chance=0.20,
multi_resource={
["iron-ore"] = 2,
['copper-ore'] = 4,
["coal"] = 4,
["stone"] = 4,
}
}
end