43 lines
		
	
	
		
			1019 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			43 lines
		
	
	
		
			1019 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "head": "head",
 | |
| 	"portraitScale": 1.7,
 | |
|     "portraitTranslation": [ -0.2, 1.6, 0 ],
 | |
|     "profileScale": 0.6,
 | |
|     "profileTranslation": [ 0, 0.8, 0 ],
 | |
|     "poses": {
 | |
|       "standing": {
 | |
|         "poseName": "standing",
 | |
|         "transformTicks": 10,
 | |
|         "poseTypes": [
 | |
|           "STAND",
 | |
|           "NONE",
 | |
|           "PORTRAIT",
 | |
|           "PROFILE"
 | |
|         ],
 | |
|         "animations": [
 | |
|           "bedrock(genesect, ground_idle)"
 | |
|         ]
 | |
|       },
 | |
|       "walking": {
 | |
|         "poseName": "walking",
 | |
|         "transformTicks": 10,
 | |
|         "poseTypes": [ "WALK" ],
 | |
|         "animations": [ "bedrock(genesect, ground_walk)" 
 | |
| 		]
 | |
| 		},
 | |
|     "flying": {
 | |
|       "poseName": "flying",
 | |
|       "transformTicks": 10,
 | |
|       "poseTypes": [ "FLY" ],
 | |
|       "animations": [ "bedrock(genesect, air_fly)" 
 | |
| 	  ]
 | |
|     },
 | |
| 	"hovering": {
 | |
|       "poseName": "hovering",
 | |
|       "transformTicks": 10,
 | |
|       "poseTypes": [ "HOVER" ],
 | |
|       "animations": [ "bedrock(genesect, air_fly)" 
 | |
| 	  ]
 | |
|       }
 | |
|     }
 | |
|   } |