-
Bug
-
Resolution: Fixed
-
20w21a, 20w22a
-
Confirmed
-
Advancements
The thrown_item_picked_up_by_entity advancement trigger does not work if another player picks up an item:
{ "criteria": { "thrown_item_picked_up_by_entity": { "trigger": "thrown_item_picked_up_by_entity", "conditions": { "entity": [ { "condition": "entity_properties", "entity": "this", "predicate": { "type": "player" } } ] } } } }
Other entities and parameters can be specified properly without any issues.
If the condition parameter above is removed, the advancement trigger would still work for other entities except for players.