Hello, can you please update the krastorio.lua file in the next update?
Here is the code with the new ore and minor changes to the old ores:
config["sand"] = {
    type="resource-ore",
    allotment=80,
    spawns_per_region={min=1, max=1},
    richness=25000,
    size={min=20, max=30}, 
    min_amount=300,
    starting={richness=8000, size=20, probability=1}
}
config["gold-ore"] = {
    type="resource-ore",
    allotment=60,
    spawns_per_region={min=1, max=1},
    richness=20000,
    size={min=10, max=20}, 
    min_amount=250
}
config["rich-rock"] = {
    type="resource-ore",
    allotment=30,
    spawns_per_region={min=1, max=1},
    richness=100000,
    size={min=15, max=30}, 
    min_amount=1000
}
config["menarite"] = {
    type="resource-liquid",
    minimum_amount=200000,
    allotment=50,
    spawns_per_region={min=1, max=1},
    richness={min=2000000, max=5000000},
    size={min=1, max=1},
    useOreScaling = true
}
config["imersite"] = {
    type="resource-liquid",
    minimum_amount=150000,
    allotment=25,
    spawns_per_region={min=1, max=1},
    richness={min=1500000, max=3750000},
    size={min=1, max=1},
    useOreScaling = true
}