还是在recipes文件夹里新建一个JSON文件,名字随意。

{
  "format_version": "1.16",
  "minecraft:recipe_shapeless": {
    "description": {
        "identifier": " "
        },
        "tags": [ "stonecutter" ],  //类型:切石机
        "priority": 1,  //在切石机可合成界面里的位置,1最靠前面
        "ingredients": [
         {
            "item": " "  //输入物品
          }
        ],
        "result": {
          "item": " "  //结果
        }
  	}
}