41 lines
		
	
	
		
			960 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			41 lines
		
	
	
		
			960 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "head": "head",
 | 
						|
    "portraitScale": 1.8,
 | 
						|
    "portraitTranslation": [ -0.2, 0.4, 0 ],
 | 
						|
    "profileScale": 0.8,
 | 
						|
    "profileTranslation": [ 0, 0.6, 0 ],
 | 
						|
    "faint": "bedrock(delcatty, faint)",
 | 
						|
    "poses": {
 | 
						|
      "standing": {
 | 
						|
        "poseName": "standing",
 | 
						|
        "transformTicks": 10,
 | 
						|
        "poseTypes": [
 | 
						|
          "STAND",
 | 
						|
          "NONE",
 | 
						|
          "PORTRAIT",
 | 
						|
          "PROFILE"
 | 
						|
        ],
 | 
						|
        "animations": [
 | 
						|
          "look",
 | 
						|
          "bedrock(delcatty, ground_idle)"
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "walking": {
 | 
						|
        "poseName": "walking",
 | 
						|
        "transformTicks": 10,
 | 
						|
        "poseTypes": [ "WALK" ],
 | 
						|
        "animations": [ "bedrock(delcatty, ground_walk)" ]
 | 
						|
      },
 | 
						|
      "sleeping": {
 | 
						|
        "poseName": "sleeping",
 | 
						|
        "transformTicks": 10,
 | 
						|
        "poseTypes": [
 | 
						|
          "SLEEP"
 | 
						|
        ],
 | 
						|
        "animations": [
 | 
						|
          "bedrock(delcatty, sleep)"
 | 
						|
        ]
 | 
						|
      }
 | 
						|
    }
 | 
						|
  }
 | 
						|
   |