From cbaf2cd229dd29f148bc459e9625820b81356856 Mon Sep 17 00:00:00 2001 From: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> Date: Wed, 11 Dec 2024 10:46:13 +1100 Subject: Add cap as a valid helmet type (#1505) --- .github/scripts/updateMuseum.py | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github/scripts') 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", ] -- cgit