{
    "head": "head",
    "portraitScale": 2.8,
    "portraitTranslation": [ -0.6, -1.9, 0 ],
    "profileScale": 0.85,
    "profileTranslation": [ 0, 0.5, 0 ],
    "faint": "bedrock(stunky, faint)",
    "poses": {
      "standing": {
        "poseName": "standing",
        "transformTicks": 10,
        "poseTypes": [
          "STAND",
          "NONE",
          "PORTRAIT",
          "PROFILE"
        ],
        "animations": [
          "look",
          "bedrock(stunky, ground_idle)"
        ]
      },
      "walking": {
        "poseName": "walking",
        "transformTicks": 10,
        "poseTypes": [ "WALK" ],
        "animations": [ "bedrock(stunky, ground_walk)" ]
      },
    
      "sleeping": {
        "poseName": "sleeping",
        "transformTicks": 10,
        "poseTypes": [
          "SLEEP"
        ],
        "animations": [
          "bedrock(stunky, sleep)"
        ]
      }
    }
  }