Skip to content

Commit

Permalink
Fix crafting advancements triggering too eagerly
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Jan 31, 2022
1 parent 534641c commit ef857bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
"conditions": {
"items": [
{
"item": "integratedcrafting:part_interface_crafting"
"items": [
"integratedcrafting:part_interface_crafting"
]
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
"conditions": {
"items": [
{
"item": "integratedcrafting:part_crafting_writer"
"items": [
"integratedcrafting:part_crafting_writer"
]
}
]
}
Expand Down

0 comments on commit ef857bd

Please sign in to comment.