Add BODY_FLAT skin part to the JS SDK
Some checks failed
Publish JS SDK / docker (push) Failing after 27s

This commit is contained in:
Braydon 2024-04-16 18:11:56 -04:00
parent 0fb320c076
commit 6dbbc50610
2 changed files with 2 additions and 1 deletions

@ -1,6 +1,6 @@
{
"name": "restfulmc-lib",
"version": "1.1.0",
"version": "1.1.1",
"author": "Braydon (Rainnny) <braydonrainnny@gmail.com>",
"description": "A simple, yet useful RESTful API for Minecraft utilizing Springboot.",
"keywords": [

@ -12,6 +12,7 @@ export enum SkinPart {
HEAD_BACK = "HEAD_BACK",
BODY_FRONT = "BODY_FRONT",
BODY = "BODY",
BODY_FLAT = "BODY_FLAT",
LEFT_ARM_TOP = "LEFT_ARM_TOP",
RIGHT_ARM_TOP = "RIGHT_ARM_TOP",
LEFT_ARM_FRONT = "LEFT_ARM_FRONT",