28 lines
		
	
	
		
			668 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			668 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "head": "head",
 | 
						|
	"portraitScale": 2.1,
 | 
						|
    "portraitTranslation": [ -0.5, -0.3, 0 ],
 | 
						|
    "profileScale": 0.7,
 | 
						|
    "profileTranslation": [ 0, 0.4, 0 ],
 | 
						|
    "poses": {
 | 
						|
      "standing": {
 | 
						|
        "poseName": "standing",
 | 
						|
        "transformTicks": 0,
 | 
						|
        "poseTypes": [
 | 
						|
          "STAND",
 | 
						|
          "NONE",
 | 
						|
          "PORTRAIT",
 | 
						|
          "PROFILE"
 | 
						|
        ],
 | 
						|
        "animations": [
 | 
						|
          "bedrock(shellos, ground_idle)"
 | 
						|
        ]	  
 | 
						|
      },
 | 
						|
      "walking": {
 | 
						|
        "poseName": "walking",
 | 
						|
        "transformTicks": 0,
 | 
						|
        "poseTypes": [ "WALK" ],
 | 
						|
        "animations": [ "bedrock(shellos, ground_walk)" ]
 | 
						|
		}
 | 
						|
      }
 | 
						|
    } |