"display":
{
"icon":
{
"item": "minecraft:jukebox"
},
"title":
{
"text": "Groovy"
},
"description":
{
"text": "Now craft your own tunes!"
},
"frame": "task",
"show_toast": true
"background": "minecraft:textures/block/note_block.png"
},
"criteria":
{
"played_tune":
{
"trigger": "minecraft:item_used_on_block"
"condition": "minecraft:match_tool",
"predicate": {
"predicates": {
"minecraft:jukebox_playable": {}
}
},
"trigger": "minecraft:item_used_on_block"
}
},
"requirements":
[
["played_tune"]
],
"rewards":
{
"recipes":
[
"blank_discs:blank_disc_black"
]
}
}```
I made this following this tutorial: https://www.youtube.com/watch?v=fNWyDDFBWX4
and getting some things from misode and the mc wiki
But the advancement tab "test" doesn't show up?