38 lines
		
	
	
		
			911 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			911 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "head": "head",
 | 
						|
    "portraitScale": 3.5,
 | 
						|
    "portraitTranslation": [ 0.1, -3.3, 0 ],
 | 
						|
    "profileScale": 0.7,
 | 
						|
    "profileTranslation": [ 0, 0.7, 0 ],
 | 
						|
    "poses": {
 | 
						|
      "standing": {
 | 
						|
        "poseName": "standing",
 | 
						|
        "transformTicks": 10,
 | 
						|
        "poseTypes": [
 | 
						|
          "STAND",
 | 
						|
          "NONE",
 | 
						|
          "PORTRAIT",
 | 
						|
          "PROFILE",
 | 
						|
          "FLOAT",
 | 
						|
          "SWIM"
 | 
						|
        ],
 | 
						|
        "animations": [
 | 
						|
          "look",
 | 
						|
          "bedrock(nymble, ground_idle)"
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "walking": {
 | 
						|
        "poseName": "walking",
 | 
						|
        "transformTicks": 10,
 | 
						|
        "poseTypes": [ "WALK" ],
 | 
						|
        "animations": [ "bedrock(nymble, ground_walk)" ]
 | 
						|
        
 | 
						|
      },
 | 
						|
      "sleeping": {
 | 
						|
        "poseName": "sleeping",
 | 
						|
        "transformTicks": 10,
 | 
						|
        "poseTypes": ["SLEEP"],
 | 
						|
        "animations": ["bedrock(nymble, sleep)"]
 | 
						|
      }
 | 
						|
    }
 | 
						|
} |