We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31eb2d1 commit 1a575cfCopy full SHA for 1a575cf
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "mcutils-js-api",
3
- "version": "2.0.20",
+ "version": "2.0.21",
4
"module": "dist/index.js",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
src/types/player/cape/cape.ts
@@ -8,4 +8,6 @@ export type Cape = {
8
export type CapeData = {
9
name: string;
10
textureId: string;
11
+ textureUrl: string;
12
+ parts: Record<CapePart, string>;
13
};
0 commit comments