47 lines
		
	
	
		
			889 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			47 lines
		
	
	
		
			889 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
| 	
 | |
| 	"head": "head",
 | |
| 	"portraitScale": 2.2,
 | |
| 	"portraitTranslation": [-0.3, 0, 0],
 | |
| 	"profileScale": 1.0,
 | |
| 	"profileTranslation": [0.0, 0.7, 0],
 | |
| 	"poses": {
 | |
| 		"standing": {
 | |
| 			"poseName": "standing",
 | |
| 			"transformTicks": 10,
 | |
| 			"poseTypes": [
 | |
| 				"STAND",
 | |
| 				"NONE",
 | |
| 				"PORTRAIT",
 | |
| 				"PROFILE"
 | |
| 			],
 | |
| 			"animations": [
 | |
| 				"bedrock(veluza, water_idle)"
 | |
| 			]
 | |
| 		},
 | |
| 		"walking": {
 | |
| 			"poseName": "walking",
 | |
| 			"transformTicks": 10,
 | |
| 			"poseTypes": [ "WALK" ],
 | |
| 			"animations": [
 | |
| 				"bedrock(veluza, water_swim)"
 | |
| 			]
 | |
| 		},
 | |
| 		"swimming": {
 | |
| 			"poseName": "swimming",
 | |
| 			"transformTicks": 10,
 | |
| 			"poseTypes": [ "SWIM" ],
 | |
| 			"animations": [
 | |
| 				"bedrock(veluza, water_swim)"
 | |
| 			]
 | |
| 		},
 | |
| 		"floating": {
 | |
| 			"poseName": "floating",
 | |
| 			"transformTicks": 10,
 | |
| 			"poseTypes": [ "FLOAT" ],
 | |
| 			"animations": [
 | |
| 				"bedrock(veluza, water_idle)"
 | |
| 			]
 | |
| 		}
 | |
| 	}
 | |
| } |