diff options
| author | CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> | 2024-12-11 10:46:13 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-10 23:46:13 +0000 |
| commit | cbaf2cd229dd29f148bc459e9625820b81356856 (patch) | |
| tree | e2b448600a3857210f11b68406fa85aae01c6fd5 /.github/scripts | |
| parent | 7924141ada99f49ce31f90a93531abb6c09f68fe (diff) | |
| download | NotEnoughUpdates-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.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", ] |
