-
Bug
-
Resolution: Awaiting Response
-
None
-
1.20.2
-
None
-
Unconfirmed
-
(Unassigned)
thrown_item_picked_up_by_entity does not consider hopper minecarts when checking for advancement trigger. Players and mobs will activate trigger when they collect item(s) as expected.
To reproduce, use the following advancement where the thrown_item_picked_up_by_entity trigger has no conditions
{
"display": {
"icon": {
"item": "minecraft:bone"
},
"title": "Bug Report",
"description": "Testing possible advancement trigger bug",
"frame": "task",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"bug_report": {
"trigger": "minecraft:thrown_item_picked_up_by_entity"
}
}
}
This advancement activates when a player throws and item on the ground and when:
- player picks up their own item
- villager picks up food items
- piglins pick up gold items
- zombies pick up armor/weapons
The advancement does not activate when:
- hopper minecart picks up any item
- does not matter if stationary or moving