"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":
}
},
{
"condition": "minecraft:match_tool",
"predicate":
}
]
}
}
}
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.