I don't know how to make a mod that adds things to another mod, so here, Let me know if you can't just slap this into your mod, if you need anything more to add in tenemut to the mod, let me know, feel free to ping me in the discord server as well, same name in there as i have here (If you're in there that is), my PMs are open there also
function fillDarkMatterReplicators18Config(config)
config["dmr18-tenemut"] =
{
type="resource-ore",
allotment=60,
spawn_per_region={min=1, max=2},
richness=10000,
size={min=5, max=20},
min_amount=50,
starting = {richness=15000, size=10, probability=1},
useOreScaling=true
}
end