I am trying to evenly distribute coal into coal generators to power my Technic machines. What is the best way to do this?

  • 𝘋𝘪𝘳𝘬@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    If I remember correctly items in pipes chose a random direction when the pipe splits. So not perfectly even, but the items will be split.

    Another option would be doing something with Mesecons to detect if an item has passed through and then trigger something like pistons pushing the pipes so the item goes in the other direction.

    • possiblylinux127@lemmy.worldOP
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      With pipes it just goes into the first one. I had to do some lua programing to evenly disperse the coal. Its not a great solution so I though I would ask to see if anyone else has a better idea