43 lines
		
	
	
		
			996 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			43 lines
		
	
	
		
			996 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "portraitScale": 3.5,
 | |
|     "portraitTranslation": [ 0.1, -2.10, 0 ],
 | |
|     "profileScale": 1.1,
 | |
|     "profileTranslation": [ -0.05, 0.25, 0 ],
 | |
|     "faint": "bedrock(swablu, sleep)",
 | |
|     "poses": {
 | |
| 
 | |
|       "standing": {
 | |
|         "poseName": "standing",
 | |
|         "transformTicks": 10,
 | |
|         "poseTypes": [
 | |
|           "STAND",
 | |
|           "NONE",
 | |
|           "PORTRAIT",
 | |
|           "PROFILE"
 | |
|         ],
 | |
|         "animations": [
 | |
|           "bedrock(swablu, ground_idle)"
 | |
|         ],
 | |
|         "quirks": [
 | |
|           {
 | |
|             "name": "blink",
 | |
|             "animations": ["bedrock(swablu, blink)"]
 | |
|           }
 | |
|         ]
 | |
|       },
 | |
| 
 | |
|       "walking": {
 | |
|         "poseName": "walking",
 | |
|         "transformTicks": 10,
 | |
|         "poseTypes": [ "WALK" ],
 | |
|         "animations": [   
 | |
|           "bedrock(swablu, ground_walk)" ],
 | |
|         "quirks": [
 | |
|           {
 | |
|             "name": "blink",
 | |
|             "animations": ["bedrock(swablu, blink)"]
 | |
|           }
 | |
|         ]
 | |
|       }
 | |
|     }
 | |
|   } |