Mojira Archive
MC-272466

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

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.

Duplicate

RRandomStuff

2024-05-26, 04:11 AM

2024-05-28, 11:30 AM

2024-05-28, 11:25 AM

0

0

Unconfirmed

(Unassigned)

advancement, advancement-trigger

1.20.6

-