The recent change to hopper pickup range has now created the oposite problems. Hoppers can not pick up items from inside the funnel.
To recreate this do the following.
1. Lock a hopper.
2. toss any item on top of the hopper.
3. unlock hopper.
expected result: The hopper will suck the item up.
Actual result: The item won't get picked up, but other items tossed on top will be picked up. showing that the item is now below the pickup range for the hopper.
Attachments
Comments 5
Let me make this as clear as I can, in case my comment on mcpe 55824 was hard to follow.
Height range that hoppers check for item collision boxes, relative to the position of the hopper itself:
Range | |
---|---|
Before 1.19.70.20 | +0.625 <= Y < +1.625 |
In 1.19.70.20 | +1.000 <= Y < +2.000 |
Correct/Java | +0.625 <= Y < +2.000 |
Can confirm. Items in the groove of hopper block cannot be collected by the hopper.
Caused by the fix for MCPE-55824.