返回上一级
河豚卷配方
配方ocean_delight_nullgr

河豚卷配方

ocean_delight_nullgr:fugu_roll

有序合成,产出 ocean_delight_nullgr:fugu_roll, minecraft:bowl

概述

有序合成,产出 ocean_delight_nullgr:fugu_roll, minecraft:bowl

资料类型
配方
命名空间
ocean_delight_nullgr
所属模组
ocean-delight
关联资料
2 条
配方有序合成工作台

用途与获取

  • 这是一个有序合成资料。
  • 产出:河豚卷、bowl。
  • 布局:工作台 3x3。

关联知识

数据来源

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

配方

河豚片
河豚片
cooked_rice
类型
有序合成
布局
工作台 3x3
产出
河豚卷, bowl
产物预览
河豚卷
bowl
标签
工作台
技术区:组件 JSON
{
  "recipe": {
    "id": "ocean_delight_nullgr:fugu_roll",
    "type": "shaped",
    "recipeKind": "shaped",
    "layout": "crafting_3x3",
    "inputIds": [
      "farmer_delight_nullgr:cooked_rice",
      "ocean_delight_nullgr:fugu_slice"
    ],
    "outputIds": [
      "ocean_delight_nullgr:fugu_roll",
      "minecraft:bowl"
    ],
    "pattern": [
      "BB",
      "C "
    ],
    "grid": [
      "ocean_delight_nullgr:fugu_slice",
      "ocean_delight_nullgr:fugu_slice",
      "farmer_delight_nullgr:cooked_rice",
      null
    ],
    "ingredients": [
      {
        "slot": "C",
        "item": "farmer_delight_nullgr:cooked_rice",
        "data": 0
      },
      {
        "slot": "B",
        "item": "ocean_delight_nullgr:fugu_slice",
        "data": 0
      }
    ],
    "results": [
      {
        "count": 1,
        "item": "ocean_delight_nullgr:fugu_roll",
        "data": 0
      },
      {
        "count": 1,
        "item": "minecraft:bowl",
        "data": 0
      }
    ],
    "slots": [
      {
        "id": "ocean_delight_nullgr:fugu_slice",
        "rawId": "ocean_delight_nullgr:fugu_slice",
        "aux": "undefined",
        "count": 1,
        "label": "河豚片",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/Ocean_Delight_RP/textures/items/ocean/fugu_slice.png",
        "refType": "item"
      },
      {
        "id": "ocean_delight_nullgr:fugu_slice",
        "rawId": "ocean_delight_nullgr:fugu_slice",
        "aux": "undefined",
        "count": 1,
        "label": "河豚片",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/Ocean_Delight_RP/textures/items/ocean/fugu_slice.png",
        "refType": "item"
      },
      {
        "id": "farmer_delight_nullgr:cooked_rice",
        "rawId": "farmer_delight_nullgr:cooked_rice",
        "aux": "undefined",
        "count": 1,
        "label": "cooked rice",
        "iconUrl": "undefined",
        "refType": "item"
      }
    ],
    "outputs": [
      {
        "id": "ocean_delight_nullgr:fugu_roll",
        "rawId": "ocean_delight_nullgr:fugu_roll",
        "aux": "undefined",
        "count": 1,
        "label": "河豚卷",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/Ocean_Delight_RP/textures/items/ocean/fugu_roll.png",
        "refType": "item"
      },
      {
        "id": "minecraft:bowl",
        "rawId": "minecraft:bowl",
        "aux": "undefined",
        "count": 1,
        "label": "bowl",
        "iconUrl": "undefined",
        "refType": "item"
      }
    ],
    "tools": [],
    "containers": [],
    "sourceType": "vanilla",
    "tags": [
      "crafting_table"
    ]
  }
}