60 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			60 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|    "portraitScale":3,
 | |
|    "portraitTranslation":[
 | |
|       -0.3,
 | |
|       -1.4,
 | |
|       0
 | |
|    ],
 | |
|    "profileScale":1,
 | |
|    "profileTranslation":[
 | |
|       -0.25,
 | |
|       0.25,
 | |
|       0
 | |
|    ],
 | |
|    "poses":{
 | |
|       "standing":{
 | |
|          "poseName":"standing",
 | |
|          "transformTicks":10,
 | |
|          "poseTypes":[
 | |
|             "STAND",
 | |
|             "NONE",
 | |
|             "PORTRAIT",
 | |
|             "PROFILE"
 | |
|          ],
 | |
|          "animations":[
 | |
|             "bedrock(vullaby, ground_idle)"
 | |
|          ]
 | |
|       },
 | |
|       "walking":{
 | |
|          "poseName":"walking",
 | |
|          "transformTicks":10,
 | |
|          "poseTypes":[
 | |
|             "WALK"
 | |
|          ],
 | |
|          "animations":[
 | |
|             "bedrock(vullaby, ground_walk)"
 | |
|          ]
 | |
|       },
 | |
|    "hovering": {
 | |
|      "poseName": "hovering",
 | |
|      "transformTicks": 10,
 | |
|      "poseTypes": [
 | |
|        "HOVER"
 | |
|      ],
 | |
|      "animations": [
 | |
|        "bedrock(vullaby, air_idle)"
 | |
|      ]
 | |
|    },
 | |
|    "flying": {
 | |
|      "poseName": "flying",
 | |
|      "transformTicks": 10,
 | |
|      "poseTypes": [
 | |
|        "FLY"
 | |
|      ],
 | |
|      "animations": [
 | |
|        "bedrock(vullaby, air_fly)"
 | |
|      ]
 | |
|    }
 | |
|    }
 | |
| }
 |