"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.
Linked Issues
Created Issue:
"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.
{ }
Steps to Reproduce:
Create Advancementusing the following and right-click on dirt with a Hoe.Steps to Reproduce :
Create Advancement using the following and right-click on dirt with a Hoe.
{ "display": { "icon": { "id": "minecraft:iron_hoe" }, "title": "Tilled Dirt", "description": "" }, "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" } } ] } } } }{ } Expected Results :
{ }The Advancement should trigger
Steps to Reproduce:
Create Advancement using the following and right-click on dirt with a Hoe.
{ "display": { "icon": { "id": "minecraft:iron_hoe" }, "title": "Tilled Dirt", "description": "" }, "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" } } ] } } } }
{}Expected Results:{}The Advancement should triggerSteps to Reproduce:
Create Advancement using the following and right-click on dirt with a Hoe.
{{{}}
"display": {
"icon": {
"id": "minecraft:iron_hoe"
},
"title": "Tilled Dirt",
"description": ""
},
"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"
{{ }}}
{{ }}}
]
{{ }}}
{{ }}}
{{ }}}
}
Expected Results:
The Advancement should trigger
Steps to Reproduce:
Create Advancement using the following and right-click on dirt with a Hoe.
{{{}}
"display": {
"icon": {
"id": "minecraft:iron_hoe"
},
"title": "Tilled Dirt",
"description": ""
},
"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"
{{ }}}
{{ }}}
]
{{ }}}
{{ }}}
{{ }}}}
Expected Results:
The Advancement should triggerSteps to Reproduce :
{ "blocks": "minecraft:dirt" }
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":}
{ "items": "#minecraft:hoes" }
},
{
"condition": "minecraft:match_tool",
"predicate":}
]
}
}
}Observed Results:
Nothing occurs.
Expected Results:
The Advancement should trigger, like when you do the same setup but swap `minecraft:dirt` in blocks to `minecraft:oak_log` and `#minecraft:hoes` to `#minecraft:axes`.
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,like when you do the same setup but swap `minecraft:dirt` in blocksto `minecraft:oak_log` and`#minecraft:hoes`to `#minecraft:axes`.Steps to Reproduce:
{ "blocks": "minecraft:dirt" }
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":}
{ "items": "#minecraft:hoes" }
},
{
"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`.
Steps to Reproduce:
{ "blocks": "minecraft:dirt" }
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":}
{ "items": "#minecraft:hoes" }
},
{
"condition": "minecraft:match_tool",
"predicate":}
]
}
}
}Observed Results:
Nothing occurs.
Expected Results:
The Advancement should trigger, similar to when the blockslocation_check is set to `minecraft:oak_log` and match_tool is set to `#minecraft:axes`.Steps to Reproduce:
{ "blocks": "minecraft:dirt" }
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":}
{ "items": "#minecraft:hoes" }
},
{
"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
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.