Skip to content

Commit

Permalink
Fix pinned objectives missing for 1.20.5
Browse files Browse the repository at this point in the history
  • Loading branch information
DarwinBaker committed Apr 23, 2024
1 parent 58705b7 commit 615a2c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions AATool/Configuration/PinnedObjectiveSet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ public static List<string> GetAllAvailable()

[JsonProperty]
public Dictionary<string, List<string>> Pinned = new () {
{ "All Advancements 1.20.5", new () {
"WitherSkulls", "NautilusShells", "Trident", "Sniffers", "ArmorTrims",
}},
{ "All Advancements 1.20 v2", new () {
"WitherSkulls", "NautilusShells", "Trident", "Sniffers", "ArmorTrims",
}},
Expand Down

0 comments on commit 615a2c4

Please sign in to comment.