diff --git a/package-lock.json b/package-lock.json index d0af214..7f12584 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "namemcwrapper", - "version": "2.3.2", + "version": "2.3.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "namemcwrapper", - "version": "2.3.2", + "version": "2.3.3", "license": "MIT", "dependencies": { "axios": "^0.21.1", diff --git a/package.json b/package.json index 2abf07d..58d6883 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/src/interfaces/NameMC/contexts/cape.ts b/src/interfaces/NameMC/contexts/cape.ts index b16ecbf..fa4fe43 100644 --- a/src/interfaces/NameMC/contexts/cape.ts +++ b/src/interfaces/NameMC/contexts/cape.ts @@ -61,6 +61,7 @@ export enum CapeName { TURTLE = "Turtle", BIRTHDAY = "Birthday", MIGRATOR = "Migrator", + MOJANG_STUDIOS = "Mojang Studios", OPTIFINE = "Optifine" } @@ -89,5 +90,6 @@ export enum CapeHash { PRISMARINE = "88f1509813f4e324", TURTLE = "8c05ef3c54870d04", MIGRATOR = "8a6cc02cc86e43f1", - BIRTHDAY = "aab5a23c7495fc70" + BIRTHDAY = "aab5a23c7495fc70", + MOJANG_STUDIOS = "c00df589ebea3ad6" }