43 lines
		
	
	
		
			1017 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
		
		
			
		
	
	
			43 lines
		
	
	
		
			1017 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
|  | { | ||
|  |     "head": "head", | ||
|  | 	"portraitScale": 2.4, | ||
|  |     "portraitTranslation": [ -0.1, 0, 0 ], | ||
|  |     "profileScale": 0.9, | ||
|  |     "profileTranslation": [ 0, 0.6, 0 ], | ||
|  |     "poses": { | ||
|  |       "standing": { | ||
|  |         "poseName": "standing", | ||
|  |         "transformTicks": 10, | ||
|  |         "poseTypes": [ | ||
|  |           "STAND", | ||
|  |           "NONE", | ||
|  |           "PORTRAIT", | ||
|  |           "PROFILE" | ||
|  |         ], | ||
|  |         "animations": [ | ||
|  |           "bedrock(celebi, ground_idle)" | ||
|  |         ] | ||
|  |       }, | ||
|  |       "walking": { | ||
|  |         "poseName": "walking", | ||
|  |         "transformTicks": 10, | ||
|  |         "poseTypes": [ "WALK" ], | ||
|  |         "animations": [ "bedrock(celebi, ground_walk)"  | ||
|  | 		] | ||
|  | 		}, | ||
|  |     "flying": { | ||
|  |       "poseName": "flying", | ||
|  |       "transformTicks": 10, | ||
|  |       "poseTypes": [ "FLY" ], | ||
|  |       "animations": [ "bedrock(celebi, ground_walk)"  | ||
|  | 	  ] | ||
|  |     }, | ||
|  | 	"hovering": { | ||
|  |       "poseName": "hovering", | ||
|  |       "transformTicks": 10, | ||
|  |       "poseTypes": [ "HOVER" ], | ||
|  |       "animations": [ "bedrock(celebi, ground_idle)"  | ||
|  | 	  ] | ||
|  |       } | ||
|  |     } | ||
|  |   } |