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