This commit is contained in:
parent
dcf147167d
commit
4bca857c80
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mcutils-library",
|
"name": "mcutils-library",
|
||||||
"version": "1.1.0",
|
"version": "1.1.1",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
|
@ -45,9 +45,15 @@ type Skin = {
|
|||||||
/**
|
/**
|
||||||
* The parts of the skin.
|
* The parts of the skin.
|
||||||
*/
|
*/
|
||||||
parts: Record<string, string>;
|
parts: Record<SkinPart, string>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
enum SkinPart {
|
||||||
|
HEAD = "head",
|
||||||
|
FACE = "face",
|
||||||
|
BODY = "body",
|
||||||
|
}
|
||||||
|
|
||||||
enum Model {
|
enum Model {
|
||||||
DEFAULT,
|
DEFAULT,
|
||||||
SLIM,
|
SLIM,
|
||||||
|
Loading…
Reference in New Issue
Block a user