33 lines
		
	
	
		
			626 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			626 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "head": "head",
 | |
|   "portraitScale": 1.2,
 | |
|   "portraitTranslation": [ 0, 0, 0 ],
 | |
|   "profileScale": 1.1,
 | |
|   "profileTranslation": [ 0, 0, 0 ],
 | |
|   "poses": {
 | |
|     "standing": {
 | |
|       "poseName": "standing",
 | |
|       "transformTicks": 10,
 | |
|       "poseTypes": [
 | |
|         "STAND",
 | |
|         "PORTRAIT",
 | |
| 		"PROFILE",
 | |
| 		"NONE"
 | |
|       ],
 | |
|       "animations": [
 | |
|         "bedrock(dottler, ground_idle)"
 | |
|       ]
 | |
|   },
 | |
|   	 "walking": {
 | |
|       "poseName": "walking",
 | |
|       "transformTicks": 10,
 | |
|       "poseTypes": [
 | |
|         "WALK"
 | |
|       ],
 | |
|       "animations": [
 | |
|         "bedrock(dottler, ground_walk)"
 | |
|       ]
 | |
|     }
 | |
| }
 | |
| }
 |