Uploaded image for project: 'Minecraft: Java Edition'
  1. Minecraft: Java Edition
  2. MC-266130

thrown_item_picked_up_by_entity advancement trigger does not activate with hopper minecarts

XMLWordPrintable

    • Icon: Bug 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

            Unassigned Unassigned
            T_Applesmith T_Applesmith
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: