Skip to content

Commit

Permalink
chore(cape): Mojang Studios cape support
Browse files Browse the repository at this point in the history
  • Loading branch information
MrZillaGold committed Jul 26, 2021
1 parent 3b5fedc commit fad3a1b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "namemcwrapper",
"version": "2.3.2",
"version": "2.3.3",
"description": "ES6 Promise based wrapper for NameMC.com",
"main": "./dist/NameMC.js",
"exports": {
Expand Down
4 changes: 3 additions & 1 deletion src/interfaces/NameMC/contexts/cape.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ export enum CapeName {
TURTLE = "Turtle",
BIRTHDAY = "Birthday",
MIGRATOR = "Migrator",
MOJANG_STUDIOS = "Mojang Studios",
OPTIFINE = "Optifine"
}

Expand Down Expand Up @@ -89,5 +90,6 @@ export enum CapeHash {
PRISMARINE = "88f1509813f4e324",
TURTLE = "8c05ef3c54870d04",
MIGRATOR = "8a6cc02cc86e43f1",
BIRTHDAY = "aab5a23c7495fc70"
BIRTHDAY = "aab5a23c7495fc70",
MOJANG_STUDIOS = "c00df589ebea3ad6"
}

0 comments on commit fad3a1b

Please sign in to comment.