返回上一级
配方exquisite_kitchen_nullgr

猪排配方

exquisite_kitchen_nullgr:pork

无序合成,产出 exquisite_kitchen_nullgr:block_food_porkchop_4

概述

无序合成,产出 exquisite_kitchen_nullgr:block_food_porkchop_4

资料类型
配方
命名空间
exquisite_kitchen_nullgr
所属模组
mmcooking
关联资料
2 条
配方无序合成工作台

用途与获取

  • 这是一个无序合成资料。
  • 产出:猪排。
  • 布局:列表。

关联知识

数据来源

来源文件
MMCooking_BP/netease_recipes/exquisite_kitchen_nullgr_pork.json
条目 ID
exquisite_kitchen_nullgr:pork
解析依据
本地 AddOn JSON 与 .mcmod 补充资料
复核建议
关联信息已建立,可继续补充攻略

配方

cooked_porkchop
盘子
类型
无序合成
布局
列表
产出
猪排
产物预览
猪排
标签
工作台
技术区:组件 JSON
{
  "recipe": {
    "id": "exquisite_kitchen_nullgr:pork",
    "type": "shapeless",
    "recipeKind": "shapeless",
    "layout": "list",
    "inputIds": [
      "minecraft:cooked_porkchop",
      "exquisite_kitchen_nullgr:plate"
    ],
    "outputIds": [
      "exquisite_kitchen_nullgr:block_food_porkchop_4"
    ],
    "pattern": [],
    "grid": [],
    "ingredients": [
      {
        "count": 4,
        "item": "minecraft:cooked_porkchop",
        "data": 0
      },
      {
        "count": 1,
        "item": "exquisite_kitchen_nullgr:plate"
      }
    ],
    "results": [
      {
        "count": 1,
        "item": "exquisite_kitchen_nullgr:block_food_porkchop_4",
        "data": 0
      }
    ],
    "slots": [
      {
        "id": "minecraft:cooked_porkchop",
        "rawId": "minecraft:cooked_porkchop",
        "aux": "undefined",
        "count": 1,
        "label": "cooked porkchop",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "exquisite_kitchen_nullgr:plate",
        "rawId": "exquisite_kitchen_nullgr:plate",
        "aux": "undefined",
        "count": 1,
        "label": "盘子",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/MMCooking_RP/textures/blocks/mmcooking/custom_brah.png",
        "refType": "block"
      }
    ],
    "outputs": [
      {
        "id": "exquisite_kitchen_nullgr:block_food_porkchop_4",
        "rawId": "exquisite_kitchen_nullgr:block_food_porkchop_4",
        "aux": "undefined",
        "count": 1,
        "label": "猪排",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/MMCooking_RP/textures/blocks/mmcooking/custom_brah.png",
        "refType": "block"
      }
    ],
    "tools": [],
    "containers": [],
    "sourceType": "vanilla",
    "tags": [
      "crafting_table"
    ]
  }
}