-
Bug
-
Resolution: Unresolved
-
None
-
1.20.30.20 Preview, 1.19.62, 1.19.81 Hotfix, 1.20.50.23 Preview, 1.20.71 Hotfix
-
None
-
Confirmed
-
Multiple
-
1087917
Droppers should push items into chest boats/minecarts and hopper minecarts that they face. This seems to work correctly when these entities are placed directly in front of droppers. However, droppers can also try to push items into container entities on the wrong sides. This can lead to items going in unintended directions and droppers being unable to eject items when nothing is in front of them.
- Closer testing and analysis reveals that the area droppers check for container entities is offset by -0.5 blocks in each direction. It is as if the check range was coded based on the center of the dropper block, when in fact blocks are located by the integer coordinates at their bottom northwest corner. This image illustrates the area that is checked vs. the area that should be checked by a dropper facing south.
Steps to reproduce
(Dropper Lock Bug.mcworld is set up for these steps.)
- Place droppers facing north, south, east, and west and put items in them.
- Place activator rails under the droppers and power the activator rails.
- Place chest minecarts or hopper minecarts on the activator rails under the droppers.
- Power each dropper.
- Place a dropper facing upwards and put items in it.
- Place activators rails next to the upward-facing dropper on all sides and power the activator rails.
- One at a time, place a chest or hopper minecart on one of the activator rails next to the upward-facing dropper, and then power the dropper.
- Repeat all of the steps above with a hopper minecart that has all slots filled with items so that it cannot accept any from the the droppers.
- Remove all of the minecarts from the above setups and replace the activator rails with carpet.
- Place chest boats on the carpets and repeat all dropper tests using boats-on-carpet instead of minecarts.
Expected results
In each tests the dropper should eject items when powered.
Observed results
Droppers facing south and east place items into empty storage minecarts/boats below them, and the dropper facing upwards places items into empty storage minecarts/boats on its north and west. When you place full hopper minecarts in these positions (step 8) the droppers do not eject items.
Update: following the comment below you can also place the storage entities in more exotic positions to see the full extent of the bug, for example, try placing a chest minecart 2 blocks north and 1 block down from a north-facing dropper.
- relates to
-
MC-100584 Dropper into minecart offset by .5 of a block in negative x and z direction
- Resolved
-
MCPE-160189 Item drop location for inventory contents of storage entities is offset to the southeast
- Resolved
-
MCPE-57637 Hopper minecarts pull items from other hopper/chest-minecarts which are diagonally up to the south or east
- Open