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

"minecraft:item_used_on_block" Advancement Trigger does not register turning a block into Farmland

XMLWordPrintable

    • Unconfirmed
    • (Unassigned)

      Steps to Reproduce:
      Create Advancement using the following and right-click on dirt with a Hoe.
      "criteria": {
              "a": {
                  "trigger": "minecraft:item_used_on_block",
                  "conditions": {
                      "location": [
                          {
                              "condition": "minecraft:location_check",
                              "predicate": {
                                  "block":

      {                                 "blocks": "minecraft:dirt"                             }

                              }
                          },
                          {
                              "condition": "minecraft:match_tool",
                              "predicate":

      {                             "items": "#minecraft:hoes"                         }

                          }
                      ]
                  }
              }
          }

      Observed Results:
      Nothing occurs.
      Expected Results:
      The Advancement should trigger, similar to when the blocks location_check is set to minecraft:oak_log and match_tool is set to #minecraft:axes.

            Unassigned Unassigned
            RRandomStuff RRandomStuff
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: