56 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
		
		
			
		
	
	
			56 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
|  | { | ||
|  |     "head": "head", | ||
|  |     "portraitScale": 1.3, | ||
|  |     "portraitTranslation": [ -0.05, -0.3, 0 ], | ||
|  |     "profileScale": 0.8, | ||
|  |     "profileTranslation": [ -0.05, 0.55, 0 ], | ||
|  |     "faint": "bedrock(swadloon, faint)", | ||
|  |     "poses": { | ||
|  | 
 | ||
|  |       "standing": { | ||
|  |         "poseName": "standing", | ||
|  |         "transformTicks": 10, | ||
|  |         "poseTypes": [ | ||
|  |           "STAND", | ||
|  |           "NONE", | ||
|  |           "PORTRAIT", | ||
|  |           "PROFILE" | ||
|  |         ], | ||
|  |         "animations": [ | ||
|  |           "bedrock(swadloon, ground_idle)" | ||
|  |         ], | ||
|  |         "quirks": [ | ||
|  |           { | ||
|  |             "name": "blink", | ||
|  |             "animations": ["bedrock(swadloon, blink)"] | ||
|  |           } | ||
|  |         ] | ||
|  |       }, | ||
|  |       "walking": { | ||
|  |         "poseName": "walking", | ||
|  |         "transformTicks": 10, | ||
|  |         "poseTypes": [ "WALK" ], | ||
|  |         "animations": [    | ||
|  |           "bedrock(swadloon, ground_idle)" ], | ||
|  |         "quirks": [ | ||
|  |           { | ||
|  |             "name": "blink", | ||
|  |             "animations": ["bedrock(swadloon, blink)"] | ||
|  |           } | ||
|  |         ] | ||
|  |       }, | ||
|  |       "swimming": { | ||
|  |         "poseName": "swimming", | ||
|  |         "transformTicks": 10, | ||
|  |         "poseTypes": [ "SWIM" ], | ||
|  |         "animations": [    | ||
|  |           "bedrock(swadloon, ground_idle)" ], | ||
|  |         "quirks": [ | ||
|  |           { | ||
|  |             "name": "blink", | ||
|  |             "animations": ["bedrock(swadloon, blink)"] | ||
|  |           } | ||
|  |         ] | ||
|  |       } | ||
|  |     } | ||
|  |   } |