G'day. I hope you are still interested in reports of unknown resources. Mod names in the comments; if it doesn't render, https://gist.github.com/slippycheeze/4a5b8d908bab112a1fc4b09b34e49952 has the same content.
[code]
-- Krastorio
addItem("sand", "Sand", "sand") -- probably in many other mods also
addItem("gold-ore", "Gold", "gold-ore") -- probably in many other mods also
addItem("menarite", "Menarite", "raw-menarite")
addItem("imersite", "Imersite", "raw-imersite")
-- Geothermal alien biomes colored wells
-- addFluid("geothermal", "Geothermal Water", "geothermal-water") -- already present
addFluid("geothermal-green", "Geothermal (copper)", "geothermal-water-green")
addFluid("geothermal-blue", "Geothermal (sulfur)", "geothermal-water-blue")
addFluid("geothermal-purple", "Geothermal (uranium)", "geothermal-water-purple")
[/code]