aboutsummaryrefslogtreecommitdiff
path: root/.github/scripts
diff options
context:
space:
mode:
authorCalMWolfs <94038482+CalMWolfs@users.noreply.github.com>2024-12-11 10:46:13 +1100
committerGitHub <noreply@github.com>2024-12-10 23:46:13 +0000
commitcbaf2cd229dd29f148bc459e9625820b81356856 (patch)
treee2b448600a3857210f11b68406fa85aae01c6fd5 /.github/scripts
parent7924141ada99f49ce31f90a93531abb6c09f68fe (diff)
downloadNotEnoughUpdates-REPO-cbaf2cd229dd29f148bc459e9625820b81356856.tar.gz
NotEnoughUpdates-REPO-cbaf2cd229dd29f148bc459e9625820b81356856.tar.bz2
NotEnoughUpdates-REPO-cbaf2cd229dd29f148bc459e9625820b81356856.zip
Add cap as a valid helmet type (#1505)
Diffstat (limited to '.github/scripts')
-rw-r--r--.github/scripts/updateMuseum.py2
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",
]