Skip to content

Commit

Permalink
Fix invalid advancements
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Jun 20, 2024
1 parent 72cde3c commit bae1e64
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,13 @@
"criteria_0": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"item": {
"item": "integratedscripting:mendesite"
}
"items": [
{
"items": [
"integratedscripting:mendesite"
]
}
]
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"trigger": "cyclopscore:item_crafted",
"conditions": {
"item": {
"item": "integratedscripting:scripting_disk"
"items": ["integratedscripting:scripting_disk"]
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"trigger": "cyclopscore:item_crafted",
"conditions": {
"item": {
"item": "integratedscripting:scripting_drive"
"items": ["integratedscripting:scripting_drive"]
}
}
}
Expand Down

0 comments on commit bae1e64

Please sign in to comment.