Skip to content

Commit

Permalink
test(features): Update tests for advancements and predicates to take …
Browse files Browse the repository at this point in the history
…account inlining changes.
  • Loading branch information
Ayfri committed Mar 29, 2024
1 parent 0dd44cc commit b2da41c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,7 @@ fun DataPack.advancementTests() {
}
],
"item": {
"items": [
"minecraft:enchanted_golden_apple"
]
"items": "minecraft:enchanted_golden_apple"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ fun DataPack.predicateTests() {
{
"condition": "minecraft:match_tool",
"predicate": {
"items": [
"minecraft:diamond_pickaxe"
]
"items": "minecraft:diamond_pickaxe"
}
},
{
Expand Down

0 comments on commit b2da41c

Please sign in to comment.