diff options
Diffstat (limited to '.github/scripts')
| -rw-r--r-- | .github/scripts/updateMuseum.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/scripts/updateMuseum.py b/.github/scripts/updateMuseum.py index 72104baf..ed69b6ce 100644 --- a/.github/scripts/updateMuseum.py +++ b/.github/scripts/updateMuseum.py @@ -72,11 +72,13 @@ priorityExceptions = { "SALMON_NEW": "SALMON_HELMET_NEW", } +# The item type that should be prioritized when displaying the armor set (what Hypixel shows in the museum) setPriorityList = [ "HELMET", "NECKLACE", "HOOD", "HAT", + "CAP", "CHESTPLATE", "CLOAK", ] |
