44 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
		
		
			
		
	
	
			44 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
|  | 
 | ||
|  | { | ||
|  |   "head": "head", | ||
|  |   "portraitScale": 0.5, | ||
|  |   "portraitTranslation": [ 0, 1.3, 0 ], | ||
|  |   "profileScale": 0.6, | ||
|  |   "profileTranslation": [ 0, 1.3, 0 ], | ||
|  |   "faint": "bedrock(ironmoth, ground_idle)", | ||
|  |   "poses": { | ||
|  |     "standing": { | ||
|  |       "poseName": "standing", | ||
|  |       "transformTicks": 10, | ||
|  |       "poseTypes": [ | ||
|  |         "STAND", | ||
|  |         "NONE", | ||
|  |         "PORTRAIT", | ||
|  |         "PROFILE" | ||
|  |       ], | ||
|  |       "animations": [ | ||
|  |         "look", | ||
|  |         "bedrock(ironmoth, ground_idle)" | ||
|  |       ] | ||
|  |     }, | ||
|  |     "walking": { | ||
|  |       "poseName": "walking", | ||
|  |       "transformTicks": 10, | ||
|  |       "poseTypes": [ "WALK" ], | ||
|  |       "animations": [ "bedrock(ironmoth, ground_walk)" ] | ||
|  |     }, | ||
|  |     "hovering": { | ||
|  |       "poseName": "hovering", | ||
|  |       "transformTicks": 10, | ||
|  |       "poseTypes": [ "HOVER" ], | ||
|  |       "animations": [ "bedrock(ironmoth, ground_walk)" ] | ||
|  |     }, | ||
|  |     "flying": { | ||
|  |       "poseName": "flying", | ||
|  |       "transformTicks": 10, | ||
|  |       "poseTypes": [ "FLY" ], | ||
|  |       "animations": [ "bedrock(ironmoth, ground_run)" ] | ||
|  |     } | ||
|  |   } | ||
|  | } |