About to jump planets, what should I be taking along? Also is there anything I should make sure is done on the OG planet before leaving for a bit?

  • slazer2au@lemmy.world
    link
    fedilink
    English
    arrow-up
    5
    ·
    3 days ago

    How good are you with combinators? I only let a ship leave orbit if it has enough ammo to get to its next destination.
    Set up a combinator to read the belt the ammo is on and only give a tick signal to the cargo platform when there is enough ammo. In your schedule set them up with requiring a circuit condition of tick > 0

    • Leeks@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      5
      ·
      3 days ago

      Yup, exactly what I did! Stored limited ammo in the hub via a circuit to prevent overloading, and only send a green signal if their is enough ammo and fuel.