49 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			49 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "head": "head",
 | 
						|
    "portraitScale": 2.8,
 | 
						|
    "portraitTranslation": [ -0.1, -1.5, 0 ],
 | 
						|
    "profileScale": 0.9,
 | 
						|
    "profileTranslation": [ 0, 0.4, 0 ],
 | 
						|
    "animations": {
 | 
						|
      "faint": "q.bedrock_primary('espurr', 'faint', q.curve('one'))",
 | 
						|
      "cry": "q.bedrock_stateful('espurr', 'cry')",
 | 
						|
      "recoil": "q.bedrock_stateful('espurr', 'recoil')",
 | 
						|
      "physical": "q.bedrock_primary('espurr', 'physical', q.curve('symmetrical_wide'))",
 | 
						|
      "special": "q.bedrock_primary('espurr', 'special', q.curve('symmetrical_wide'))",
 | 
						|
      "status": "q.bedrock_primary('espurr', 'status', q.curve('symmetrical_wide'))"
 | 
						|
    },  
 | 
						|
    "poses": {
 | 
						|
      "standing": {
 | 
						|
        "poseName": "standing",
 | 
						|
        "transformTicks": 10,
 | 
						|
        "poseTypes": [
 | 
						|
          "STAND",
 | 
						|
          "NONE",
 | 
						|
          "PORTRAIT",
 | 
						|
          "PROFILE"
 | 
						|
        ],
 | 
						|
        "animations": [
 | 
						|
          "look",
 | 
						|
          "bedrock(espurr, ground_idle)"
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "walking": {
 | 
						|
        "poseName": "walking",
 | 
						|
        "transformTicks": 10,
 | 
						|
        "poseTypes": [ "WALK" ],
 | 
						|
        "animations": [ "bedrock(espurr, ground_walk)" ]
 | 
						|
      },
 | 
						|
    
 | 
						|
      "sleeping": {
 | 
						|
        "poseName": "sleeping",
 | 
						|
        "transformTicks": 10,
 | 
						|
        "poseTypes": [
 | 
						|
          "SLEEP"
 | 
						|
        ],
 | 
						|
        "animations": [
 | 
						|
          "bedrock(espurr, sleep)"
 | 
						|
        ]
 | 
						|
      }
 | 
						|
    }
 | 
						|
  }
 | 
						|
   |