45 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			45 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "head": "head",
 | 
						|
  "portraitScale": 1.4,
 | 
						|
  "portraitTranslation": [-0.2, 1.6, 0],
 | 
						|
  "profileScale": 0.6,
 | 
						|
  "profileTranslation": [0, 0.9, 0],
 | 
						|
  "poses": {
 | 
						|
    "standing": {
 | 
						|
      "poseName": "standing",
 | 
						|
      "transformTicks": 10,
 | 
						|
      "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"],
 | 
						|
      "animations": ["look", "bedrock(cafe_mew, ground_idle)"],
 | 
						|
      "isBattle": false,
 | 
						|
      "quirks": [
 | 
						|
        {
 | 
						|
          "name": "blink",
 | 
						|
          "loopTimes": 1,
 | 
						|
          "minSecondsBetweenOccurrences": 15,
 | 
						|
          "maxSecondsBetweenOccurrences": 30,
 | 
						|
          "animations": ["bedrock(cafe_mew, blink)"]
 | 
						|
        }
 | 
						|
      ]
 | 
						|
    },
 | 
						|
    "walking": {
 | 
						|
      "poseName": "walking",
 | 
						|
      "transformTicks": 10,
 | 
						|
      "poseTypes": ["WALK"],
 | 
						|
      "animations": ["bedrock(cafe_mew, ground_walk)"]
 | 
						|
    },
 | 
						|
    "floating": {
 | 
						|
      "poseName": "floating",
 | 
						|
      "transformTicks": 10,
 | 
						|
      "poseTypes": ["FLOAT"],
 | 
						|
      "animations": ["bedrock(cafe_mew, ground_idle)"]
 | 
						|
    },
 | 
						|
    "battle": {
 | 
						|
      "poseName": "standing",
 | 
						|
      "transformTicks": 10,
 | 
						|
      "poseTypes": ["STAND"],
 | 
						|
      "isBattle": true,
 | 
						|
      "animations": ["bedrock(cafe_mew, ground_idle)"]
 | 
						|
    }
 | 
						|
  }
 | 
						|
}
 |