Uploaded image for project: 'Minecraft: Java Edition'
  1. Minecraft: Java Edition
  2. MC-15827

Problems with hopper loops and multiple items.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Invalid
    • None
    • Minecraft 1.5.2, Snapshot 13w19a, Snapshot 13w21b, Snapshot 13w22a, Minecraft 1.6.1, Minecraft 1.6.2, Minecraft 1.7.1, Minecraft 1.7.2
    • None
    • Unconfirmed

      Video: http://youtu.be/jz7PSGaT3CM

      When you have an horizontal hopper loop with multiple hoppers locked, something like this:

      ---------!
      !---------

      Being the - and ! hoppers feeding into each other in a loop.
      When you have 1 item in the loop and send a pulse to unlock all the hoppers at the same time so the item will go to the next hopper in the loop, that case works fine... something like this:

      ---A---!
      !----------

      Being A the item in the hopper, when unlock the item will pass to the next hopper correctly.

      If you have multiple items in the loop, one behind the other, like this:

      --A B--!
      !---------

      When the pulse is send to the loop to unlock it, 3 things can happen depending in the position of the items in the loop (this is consistent, always happen the same in the same spot):

      Case 1:
      --AB--!
      !---------

      ---AB-!
      !---------

      Case 2:

      --AB--!
      !---------

      ---C--!
      !---------

      C = A+B

      Case 3:

      --AB--!
      !---------

      ---A-B--!
      !---------

      Only the first case should happen, Item A in the Hopper 1 should go to the Hopper 2 and Item B in the Hopper 2 should go to the Hopper 3. This problem is positional, the result may change depending the position of the hoppers in the map and the lenght of the pulse.

            Unassigned Unassigned
            uyniko Nicolás Delgado
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: