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