[MCPE-22220] Hoppers fail to suck item entities from above under certain conditions Created: 02/Jun/17 Updated: 05/Jun/18 Resolved: 05/Jun/18 |
|
| Status: | Resolved |
| Project: | Minecraft (Bedrock codebase) |
| Component/s: | None |
| Affects Version/s: | 1.1.0.55 |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | PHO | ||
| Resolution: | Cannot Reproduce | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Confirmation Status: | Confirmed | ||||||||
| Platform: | Tablet - iOS - iPad Pro | ||||||||
| CHK: | |||||||||
| Description |
|
Hoppers fail to suck item entities from above, if the first slot is occupied with a stack of the same item floating above them, and their cooldown counter is non-zero. Steps to reproduce:
This doesn't happen when the cooldown counter is zero, i.e. the hopper isn't pushing items into some other containers. What I expect: |
| Comments |
| Comment by [Mojang] Mega_Spud (Jay Wells) [ 05/Jun/18 ] |
|
Cleaning up old tickets: This ticket has not been updated recently (1 year+) so is being closed as Cannot Reproduce. If you feel this is still a valid issue then please comment, or create a new ticket following the Issue Guidelines. Quick Links: |
| Comment by [MCPE Mod] Auldrick [ 02/Jun/17 ] |
|
It actually does continue to suck the same items, but only one at a time. If you look at the hopper's inventory after throwing the second stack on top of it, you'll see that the first slot, which had a partial stack of torches when you threw the second stack, fills up again one item at a time (since the hopper sucks items twice as fast as it pushes them out). So apparently what's happening is that when a hopper sucks an item and finds that it already has a partial stack of that item, it only sucks one item at a time instead of sucking the whole stack. It works this way even if it has an empty slot. For example, if you put a partial stack in slot 3 and then throw a full stack on top, it sucks the items from the full stack one at a time and puts them in slot 1, even though there is room for a full stack in slot 1. This might be a "works as intended". |