This commit is contained in:
parent
14e1649be0
commit
bf65923c00
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mcutils-library",
|
"name": "mcutils-library",
|
||||||
"version": "1.1.3",
|
"version": "1.1.4",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
|
@ -48,7 +48,7 @@ type Skin = {
|
|||||||
parts: Record<SkinPart, string>;
|
parts: Record<SkinPart, string>;
|
||||||
};
|
};
|
||||||
|
|
||||||
enum SkinPart {
|
export enum SkinPart {
|
||||||
HEAD = "head",
|
HEAD = "head",
|
||||||
FACE = "face",
|
FACE = "face",
|
||||||
BODY = "body",
|
BODY = "body",
|
||||||
|
Loading…
Reference in New Issue
Block a user