Skip to content

Commit

Permalink
dummy out advancements
Browse files Browse the repository at this point in the history
  • Loading branch information
DaFuqs committed Apr 13, 2022
1 parent 0c5c30b commit d74784b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"criteria": {
"collected_neolith": {
"trigger":"spectrum:has_advancement",
"conditions": { "advancement_identifier": "spectrum:midgame/collect_neolith" }
"conditions": { "advancement_identifier": "spectrum:__midgame/collect_neolith" }
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"criteria": {
"crafted_midnight_aberration": {
"trigger":"spectrum:has_advancement",
"conditions": { "advancement_identifier": "spectrum:midgame/create_midnight_aberration" }
"conditions": { "advancement_identifier": "spectrum:__midgame/create_midnight_aberration" }
},
"collected_midnight_chip": {
"trigger":"spectrum:has_advancement",
"conditions": { "advancement_identifier": "spectrum:midgame/collect_midnight_chip" }
"conditions": { "advancement_identifier": "spectrum:__midgame/collect_midnight_chip" }
}
}
}

0 comments on commit d74784b

Please sign in to comment.