Skip to content

Commit

Permalink
fix: tag predicate on minecraft tags filter
Browse files Browse the repository at this point in the history
  • Loading branch information
edayot committed Jul 13, 2024
1 parent d5d9d3e commit 5ec5a47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ execute
"predicate": {
"equipment": {
"mainhand": {
"tag": f"minecraft:{tag}"
"items": f"minecraft:{tag}"
}
}
}
Expand Down

0 comments on commit 5ec5a47

Please sign in to comment.