Planet Pelagos


Visit Pelagos, an insular planet of coconuts. Use calciners to refine resources, and cargo ships as the perfect way to connect its scattered shores

Content
a day ago
2.0
2.56K
Planets Environment Mining Fluids Manufacturing

b [applied temp fix] compatibility with quality seeds

a month ago

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

a month ago

The error lies in quality-seeds greenhouse implementation, not in Pelagos planet mod.
I will ask quality-seeds author to fix it

30 days ago

Yeah, I merely proposed a temporary bandaid while it is fixed

10 days ago
(updated 10 days ago)

temporarly added coconut palm to ignore_plants until miguel fix quality seeds
should load fine in 0.7.6

New response