-
Bug
-
Resolution: Duplicate
-
None
-
1.20.6
-
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":
}
},
{
"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.
- duplicates
-
MC-184263 item_used_on_block trigger has no way to check the original block
- Resolved