{
    "providers": [
        {
            "type": "ttf",（字体包文件格式后缀）
            "file": "minecraft:misans.ttf",（字体包文件名，不支持大写）
			"shift": [0, 1.0],（字体在游戏内的偏移量）
			"size": 9,（字体在游戏内的大小）
			"oversample": 10（字体在游戏内的分辨率）
			"skip": ""（不套用字体包修改的某些字或符号）
        }
	]
}
