I was making a redstone sorting system, and noticed that some of the hoppers are being "skipped," as in there is no item in them, but there is one in the hopper before and after it in the sequence. For example:
Hopper 1 ====== Hopper 2 ======= Hopper 3
Gold Empty Gold
Sorry, I cant take a screenshot, i am on my computer
This was in 0.14.3, but it said that it did not exist for some reason
Comments 10
This issue might Work as Intended. Sometimes, items are pushed and pulled at almost the same amount of time, usually on vertical hopper lines. Try clicking/tapping where the item should be in the empty hopper really quick, respond if you manage to move one of the moving items into your inventory.
Yes, sometimes i was able to get an item, but it was a randim amount of tapping. I think the problem is with some sort of game tick not working. I really dont know what is happening.
Yes, sometimes i was able to get an item, but it was a randim amount of tapping. I think the problem is with some sort of game tick not working. I really dont know what is happening.
@unknown, are you talking about horizontal hopper pipes, and are hoppers skipped non-deterministically? If so that's a duplicate of MCPE-14075.
As @unknown said, vertical hopper pipes do teleport items instantaneously, which is an expected behavior. But the vertical teleporting is deterministic, i.e. it must always happen. On the other hand, horizontal teleporting must not occur but it occurs occasionally as explained in MCPE-14075.
@unknown, are you talking about horizontal hopper pipes, and are hoppers skipped non-deterministically? If so that's a duplicate of MCPE-14075.
As @unknown said, vertical hopper pipes do teleport items instantaneously, which is an expected behavior. But the vertical teleporting is deterministic, i.e. it must always happen. On the other hand, horizontal teleporting must not occur but it occurs occasionally as explained in MCPE-14075.
This issue might Work as Intended. Sometimes, items are pushed and pulled at almost the same amount of time, usually on vertical hopper lines. Try clicking/tapping where the item should be in the empty hopper really quick, respond if you manage to move one of the moving items into your inventory.