i basically copy and pasted one of your other Py ones, and each are identical to below except for the name of course:
config.nauvis["antimonium"] = {
type="resource-ore",
allotment=80,
spawns_per_region={min=1, max=1},
richness=25000,
size={min=20, max=30},
min_amount=250,
starting={richness=8000, size=25, probability=1}
}
all three appear :)
no idea if the numbers are right ... bit like a lay-person doing surgery lol Just in case it helps anyone else i suppose to just 'get them generating on the map'
edit:
if anyone wants it, use this one for the geothermal:
config.nauvis["geothermal-crack"] = {
type = "resource-liquid",
minimum_amount = 40000,
allotment = 50,
spawns_per_region = {min = 1, max = 1},
richness = {min = 50000, max = 100000},
size = {min = 1, max = 1},
useOreScaling = true,
starting = {
richness = 75000,
size = 1,
probability = 1
}