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.
Thank you for your report!
We're tracking this issue in MC-184263, so this ticket is being resolved and linked as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Bug Tracker Guidelines – 💬 Community Support – 📧 Mojang Support (Technical Issues) – 📧 Microsoft Support (Account Issues)
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 Game Wiki
-- I am a bot. This action was performed automatically! The ticket was resolved by one of our moderators, and I left this message to give more information to you.