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