From 615a2c4b016344b71074c915f907ae46188386b9 Mon Sep 17 00:00:00 2001 From: DarwinBaker Date: Tue, 23 Apr 2024 17:11:03 -0400 Subject: [PATCH] Fix pinned objectives missing for 1.20.5 --- AATool/Configuration/PinnedObjectiveSet.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/AATool/Configuration/PinnedObjectiveSet.cs b/AATool/Configuration/PinnedObjectiveSet.cs index 0d07921..d3e0b9a 100644 --- a/AATool/Configuration/PinnedObjectiveSet.cs +++ b/AATool/Configuration/PinnedObjectiveSet.cs @@ -70,6 +70,9 @@ public static List GetAllAvailable() [JsonProperty] public Dictionary> Pinned = new () { + { "All Advancements 1.20.5", new () { + "WitherSkulls", "NautilusShells", "Trident", "Sniffers", "ArmorTrims", + }}, { "All Advancements 1.20 v2", new () { "WitherSkulls", "NautilusShells", "Trident", "Sniffers", "ArmorTrims", }},