36 lines
		
	
	
		
			860 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			860 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "head": "head",
 | |
| 	"portraitScale": 2.5,
 | |
|     "portraitTranslation": [ -0.6, -0.4, 0 ],
 | |
|     "profileScale": 0.9,
 | |
|     "profileTranslation": [ 0, 0.4, 0 ],
 | |
| 	"cry":  "bedrock(shaymin_sky, cry)",
 | |
|     "poses": {
 | |
|       "standing": {
 | |
|         "poseName": "standing",
 | |
|         "transformTicks": 10,
 | |
|         "poseTypes": [
 | |
|           "STAND",
 | |
|           "NONE",
 | |
|           "PORTRAIT",
 | |
|           "PROFILE"
 | |
|         ],
 | |
|         "animations": [
 | |
|           "bedrock(shaymin_sky, ground_idle)"
 | |
|         ]
 | |
| 		,
 | |
|         "quirks": [
 | |
|           {
 | |
|             "name": "blink",
 | |
|             "animations": ["bedrock(shaymin_sky, blink)"]
 | |
|           }
 | |
| 		]
 | |
|       },
 | |
|       "walking": {
 | |
|         "poseName": "walking",
 | |
|         "transformTicks": 10,
 | |
|         "poseTypes": [ "WALK" ],
 | |
|         "animations": [ "bedrock(shaymin_sky, ground_walk)" ]
 | |
| 		}
 | |
|       }
 | |
|     } |