Skip to content

Commit

Permalink
Add cap as a valid helmet type (#1505)
Browse files Browse the repository at this point in the history
  • Loading branch information
CalMWolfs authored Dec 10, 2024
1 parent 7924141 commit cbaf2cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/scripts/updateMuseum.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,13 @@ def addPieceToSet(piece, setName):
"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",
]
Expand Down

0 comments on commit cbaf2cd

Please sign in to comment.