{
	"format_version": "1.8.0",
	"animations": {
		"animation.plane.rot": {
			"loop": true,
			"bones": {
				"plane": {
					"relative_to" : {
						"rotation" : "entity"
					},
					"rotation": [
					        "q.target_x_rotation", 0, "Math.lerp(v.plane_rot.z, q.property('adn:z_rot'), 0.6)"
					   ]
				},
				"propeler": {
					"rotation": [0, 0, "v.propeler_rot.z + 2"]
					
				},
				"telt": {
				    "rotation": {
				        "0.0": [0, 0, ""]
				    }
				}
			}
		}
	}
}

{
	"format_version": "1.8.0",
	"animations": {
		"animation.plane.rot": {
			"loop": true,
			"bones" : {
				"plane" : {
					"relative_to" : {
						"rotation" : "entity"
					},
					"rotation" : [
					        "q.target_x_rotation", 0, "Math.lerp(v.plane_rot.z, q.property('adn:z_rot'), 0.6)"
					   ]
				},
				"propeler": {
					"rotation": [0, 0, "v.propeler_rot.z - v.plane_rot.z + 2"]
					
				}
			}
		}
	}
}