52 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			52 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "head": "head",
 | |
|     "portraitScale": 1.5,
 | |
|     "portraitTranslation": [
 | |
|         -0.6,
 | |
|         1.2,
 | |
|         0
 | |
|     ],
 | |
|     "profileScale": 0.6,
 | |
|     "profileTranslation": [
 | |
|         0,
 | |
|         1.5,
 | |
|         0
 | |
|     ],
 | |
|     "poses": {
 | |
|         "standing": {
 | |
|             "poseName": "standing",
 | |
|             "transformTicks": 10,
 | |
|             "poseTypes": [
 | |
|                 "STAND",
 | |
|                 "NONE",
 | |
|                 "PORTRAIT",
 | |
|                 "PROFILE"
 | |
|             ],
 | |
|             "animations": [
 | |
|                 "bedrock(eelektross, ground_idle)"
 | |
|             ]
 | |
|         },
 | |
|         "walking": {
 | |
|             "poseName": "walking",
 | |
|             "transformTicks": 10,
 | |
|             "poseTypes": [
 | |
|                 "WALK"
 | |
|             ],
 | |
|             "animations": [
 | |
|                 "bedrock(eelektross, ground_walk)"
 | |
|             ]
 | |
|         },
 | |
|         "battle-idle": {
 | |
|             "poseName": "battle-idle",
 | |
|             "transformTicks": 10,
 | |
|             "isBattle": true,
 | |
|             "poseTypes": [
 | |
|                 "STAND"
 | |
|             ],
 | |
|             "animations": [
 | |
|                 "look",
 | |
|                 "bedrock(eelektross, battle_idle)"
 | |
|             ]
 | |
|         }
 | |
|     }
 | |
| } |