95 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
		
		
			
		
	
	
			95 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
|  | { | ||
|  |     "head": "head", | ||
|  |     "portraitScale": 1.35, | ||
|  |     "portraitTranslation": [ -0.1, -0.2, 0 ], | ||
|  |     "profileScale": 0.8, | ||
|  |     "profileTranslation": [ 0, 0.65, 0 ], | ||
|  |     "faint": "bedrock(hoppip, faint)", | ||
|  |     "poses": { | ||
|  | 
 | ||
|  |       "standing": { | ||
|  |         "poseName": "standing", | ||
|  |         "transformTicks": 10, | ||
|  |         "poseTypes": [ | ||
|  |           "STAND", | ||
|  |           "NONE", | ||
|  |           "PORTRAIT", | ||
|  |           "PROFILE" | ||
|  |         ], | ||
|  |         "animations": [ | ||
|  |           "bedrock(hoppip, ground_idle)" | ||
|  |         ], | ||
|  |         "quirks": [ | ||
|  |           { | ||
|  |             "name": "blink", | ||
|  |             "animations": ["bedrock(hoppip, blink)"] | ||
|  |           } | ||
|  |         ] | ||
|  |       }, | ||
|  |       "walking": { | ||
|  |         "poseName": "walking", | ||
|  |         "transformTicks": 10, | ||
|  |         "poseTypes": [ "WALK" ], | ||
|  |         "animations": [    | ||
|  |           "bedrock(hoppip, ground_walk)" ], | ||
|  |         "quirks": [ | ||
|  |           { | ||
|  |             "name": "blink", | ||
|  |             "animations": ["bedrock(hoppip, blink)"] | ||
|  |           } | ||
|  |         ] | ||
|  |       }, | ||
|  |       "swimming": { | ||
|  |         "poseName": "swimming", | ||
|  |         "transformTicks": 10, | ||
|  |         "poseTypes": [ "SWIM" ], | ||
|  |         "animations": [    | ||
|  |           "bedrock(hoppip, ground_walk)" ], | ||
|  |         "quirks": [ | ||
|  |           { | ||
|  |             "name": "blink", | ||
|  |             "animations": ["bedrock(hoppip, blink)"] | ||
|  |           } | ||
|  |         ] | ||
|  |       }, | ||
|  |       "floating": { | ||
|  |         "poseName": "floating", | ||
|  |         "transformTicks": 10, | ||
|  |         "poseTypes": [ "FLOAT" ], | ||
|  |         "animations": [    | ||
|  |           "bedrock(hoppip, ground_walk)" ], | ||
|  |         "quirks": [ | ||
|  |           { | ||
|  |             "name": "blink", | ||
|  |             "animations": ["bedrock(hoppip, blink)"] | ||
|  |           } | ||
|  | 		] | ||
|  | 	  }, | ||
|  |       "flying": { | ||
|  |         "poseName": "flying", | ||
|  |         "transformTicks": 10, | ||
|  |         "poseTypes": [ "FLY" ], | ||
|  |         "animations": [    | ||
|  |           "bedrock(hoppip, air_fly)" ], | ||
|  |         "quirks": [ | ||
|  |           { | ||
|  |             "name": "blink", | ||
|  |             "animations": ["bedrock(hoppip, blink)"] | ||
|  |           } | ||
|  |         ] | ||
|  |       }, | ||
|  |       "hovering": { | ||
|  |         "poseName": "hovering", | ||
|  |         "transformTicks": 10, | ||
|  |         "poseTypes": [ "HOVER" ], | ||
|  |         "animations": [    | ||
|  |           "bedrock(hoppip, air_idle)" ], | ||
|  |         "quirks": [ | ||
|  |           { | ||
|  |             "name": "blink", | ||
|  |             "animations": ["bedrock(hoppip, blink)"] | ||
|  |           } | ||
|  |         ] | ||
|  |       } | ||
|  |     } | ||
|  |   } |