Minecarts with hopper with items in all slots but enough room to stack more of that kind of item, eventually fail to pick up matching items from the ground when other (not matching) items are present together with the matching ones.
Reproducing:
Create a powered rail track. Create a pile of items: about 20 stacks of stone and about 8 other "junk" items (in screenshot: cauldron, water bucket, comparator, repeater, redstone dust, observer, red terracotta) within a single block on the rail track - attached screenshot 2019-06-27_12.36.26
Summon a minecart containing 5 blocks of stone in its 5 slots onto the track ( /summon hopper_minecart 61 57 95 {Items:[ {Slot:0,id:"minecraft:stone",Count:1b},{Slot:1,id:"minecraft:stone",Count:1b},{Slot:2,id:"minecraft:stone",Count:1b},{Slot:3,id:"minecraft:stone",Count:1b},{Slot:4,id:"minecraft:stone",Count:1b}]} ) , screenshot 2019-06-27_12.34.59 and let it drive through the pile
Repeat step 2. about 5 times.
Since the minecarts have room for 5*63 items, all the stone should be sucked up. Instead, first 2-4 minecarts behave as expected (filling up with stone) but after that and with all consecutive minecarts we have the situation from screenshot 2019-06-27_12.37.42 - the minecart drove through the pile without changing contents, the stone is still present on the rail. You can even stop a minecart right on top of the pile of items and it will still fail to suck anything in.
This is not 100% repeatable - may be a matter of performance. The more of the 'base item' is there the more likely it happens; with 12 stacks happened never, but with 40 always; 20 stacks is about 80% cases.
Attachments
Comments 6
Yes, you can; a minecart without items in it will pick them too - after picking the "non-matching" ones first.
Is this still an issue in the latest version (1.17)? Also, could you attach a video?
If you are on Windows, you can use Windows
+Alt
+R
to open a built-in app for recording game footage.
If you are on Mac (Mojave or later), you can use Shift
+Command
+5
to open a built-in app for recording your screen.
In case you don't have a program to record videos, we recommend using the free recording software OBS.
In case the resulting video file is too large to be uploaded to the bug tracker directly, please upload it elsewhere (e.g. as unlisted video on YouTube) and link to it here.
This issue is being temporarily closed as Awaiting Response. Once the requested information has been delivered, the report will be reopened automatically.
Quick Links:
📓 Bug Tracker Guidelines – 💬 Community Support – 📧 Mojang Support
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 Game Wiki
Attached a test world download. Instructions on signs.
Add or remove items to the lower of two chests (varied items, not more of same type) to make the effect more pronounced or weaker.
This is interesting, I wonder if you can pick those items left on rail. Maybe this bug was caused by the same reason as Bedrock Edition have.