47 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
		
		
			
		
	
	
			47 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
|  | { | ||
|  |     "head": "head", | ||
|  |     "portraitScale": 2.75, | ||
|  |     "portraitTranslation": [ -0.25, 0.75, 0 ], | ||
|  |     "profileScale": 0.5, | ||
|  |     "profileTranslation": [ 0, 1.0, 0 ], | ||
|  |     "faint": "bedrock(frosmoth, sleep)", | ||
|  |     "poses": { | ||
|  | 
 | ||
|  |       "standing": { | ||
|  |         "poseName": "standing", | ||
|  |         "transformTicks": 10, | ||
|  |         "poseTypes": [ | ||
|  |           "STAND", | ||
|  |           "NONE", | ||
|  |           "PORTRAIT", | ||
|  |           "PROFILE" | ||
|  |         ], | ||
|  |         "animations": [ | ||
|  |           "look", | ||
|  |           "bedrock(frosmoth, ground_idle)" | ||
|  |         ], | ||
|  |         "quirks": [ | ||
|  |           { | ||
|  |             "name": "blink", | ||
|  |             "animations": ["bedrock(frosmoth, blink)"] | ||
|  |           } | ||
|  |         ] | ||
|  |       }, | ||
|  | 
 | ||
|  |       "walking": { | ||
|  |         "poseName": "walking", | ||
|  |         "transformTicks": 10, | ||
|  |         "poseTypes": [ "WALK" ], | ||
|  |         "animations": [  | ||
|  |           "look", | ||
|  |           "bedrock(frosmoth, ground_walk)" | ||
|  |         ], | ||
|  |         "quirks": [ | ||
|  |           { | ||
|  |             "name": "blink", | ||
|  |             "animations": ["bedrock(frosmoth, blink)"] | ||
|  |           } | ||
|  |         ] | ||
|  |       } | ||
|  |     } | ||
|  |   } |