function fillThoriumConfig() config["monazite-ore"] = { type="resource-ore", allotment=30, spawns_per_region={min=1, max=4}, richness=8000, size={min=14, max=100}, min_amount = 150, multi_resource_chance=0.30, multi_resource={ ["copper-ore"] = 2, ["iron-ore"] = 2, ["coal"] = 4, ["stone"] = 4, } } if config["copper"] and config["copper"].multi_resource then config["copper"].multi_resource["monazite-ore"] = 4 end end