Visit Pelagos, an insular planet of coconuts. Use calciners to refine resources, and unlock cargo ships as the perfect way to connect its scattered shores
Pelagos doesn't work with Quality Seeds mod. It displays the message "Failed to load mods: Error while running setup for entity prototype "coconut-palm-greenhouse" (assembling-machine): At least one of 'required_tiles' or 'colliding_tiles' must be set."
I was able to fix this with
if mods["quality-seeds"] then
table.insert(quality_seeds.ignore_plants, "coconut-palm")
end