Skip to content

Commit fd30036

Browse files
add accountsOwned to capes
1 parent cdc208d commit fd30036

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcutils-js-api",
3-
"version": "2.0.31",
3+
"version": "2.0.32",
44
"module": "dist/index.js",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

src/types/player/cape/cape.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ export type Cape = {
55
textureId: string;
66
textureUrl: string;
77
parts: Record<CapePart, string>;
8+
accountsOwned: number;
89
};

0 commit comments

Comments
 (0)