mc3124076548
本帖最后由 mc3124076548 于 2020-12-29 03:34 编辑

难道只有ascent垂直算法吗?
PS:不要让我在游戏中用空格去顶

{
"providers": [
        {
                "type": "bitmap",
                "file": "minecraft:ces/ces1.png",
                "ascent": -30,
                "height": 12,
                "chars": [
                        "\u4a01"
                ]
                }
        ]
}


个人的备用方案:
显示的图像加一个json模型,实现X轴平移

2021.12 数据,可能有更多内容难道只有ascent垂直算法吗?
PS:不要让我在游戏中用空格去顶


{
"providers": [
  {
    "type": "bitmap",
    "file": "minecraft:ces/ces1.png",
    "ascent": -30,
    "height": 12,
    "chars": [
   "\u4a01"
    ]
    }
  ]
}


个人的备用方案:
显示的图像加一个json模型,实现X轴平移