I've used droppers in my realm for a traders shop, but since the update my items doesn't get pushed through a single 1x1 block. It used to work on 1.12.1 but now it just drops the items next to the dropper
Attachments
Comments 4
Droppers aren't supposed to push items through a block, that's never been a defined mechanic. What actually happens is that the dropper pushes the item into the block, and the item entity looks for a way to escape. It's just like what happens when you have an item entity in a hole in the ground and place a block in the hole: The entity pops out somewhere, but exactly where depends on what surrounds the block it's in. The rules for popping out are not documented, so when you rely on the details of its behavior, you're taking a risk that your farm will be broken by a future release.
In your specific case, I would suggest placing solid blocks on the other three sides of the dropper. I have studied the item entity escape behavior in the past. At that time it looked first for an air block, then for a glass block above it (intended to make glass item elevators work in Bedrock), then for a non-solid block, which often meant it would escape through the dropper or dispenser that ejected it. However, momentum also plays a part in this.
Thank you for your report!
However, this issue has been temporarily resolved as Awaiting Response
Is this still an issue in the latest version?
If it is, please be sure to include steps to reproduce the problem:
Steps to Reproduce:
1.
2.
3.Observed Results:
(Briefly describe what happens)Expected Results:
(Briefly describe what should happen)
If your ticket does not look like the example given here, then it's likely to be closed as incomplete.
This ticket will automatically reopen when you reply.
Quick Links:
📓 Issue Guidelines – 💬 Mojang Support – 📧 Suggestions – 📖 Minecraft Wiki
Cleaning up old tickets: This ticket had been set to 'Awaiting Response', but has not received a response from the reporter (~3 months+) so is being closed as Incomplete. If you feel this is still a valid issue then please comment, or create a new ticket following the Issue Guidelines which includes steps to reproduce the problem.
Quick Links:
📓 Issue Guidelines – 💬 Mojang Support – 📧 Suggestions – 📖 Minecraft Wiki
I can confirm that this bug exists on the Bedrock Switch Edition. Just uploaded a video in creative showing this problem.