返回上一级
配方argentina_delight_nullgr

生全羊配方

argentina_delight_nullgr:raw_lamb

有序合成,产出 argentina_delight_nullgr:lamb_raw

概述

有序合成,产出 argentina_delight_nullgr:lamb_raw

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

用途与获取

  • 这是一个有序合成资料。
  • 产出:生全羊。
  • 布局:工作台 3x3。

关联知识

数据来源

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

配方

stick
羊排
stick
类型
有序合成
布局
工作台 3x3
产出
生全羊
产物预览
生全羊
标签
工作台
技术区:组件 JSON
{
  "recipe": {
    "id": "argentina_delight_nullgr:raw_lamb",
    "type": "shaped",
    "recipeKind": "shaped",
    "layout": "crafting_3x3",
    "inputIds": [
      "minecraft:stick",
      "argentina_delight_nullgr:corderocrudo"
    ],
    "outputIds": [
      "argentina_delight_nullgr:lamb_raw"
    ],
    "pattern": [
      "C",
      "B",
      "C"
    ],
    "grid": [
      "minecraft:stick",
      "argentina_delight_nullgr:corderocrudo",
      "minecraft:stick"
    ],
    "ingredients": [
      {
        "slot": "C",
        "item": "minecraft:stick",
        "data": 0
      },
      {
        "slot": "B",
        "item": "argentina_delight_nullgr:corderocrudo",
        "data": 0
      }
    ],
    "results": [
      {
        "count": 1,
        "item": "argentina_delight_nullgr:lamb_raw",
        "data": 0
      }
    ],
    "slots": [
      {
        "id": "minecraft:stick",
        "rawId": "minecraft:stick",
        "aux": "undefined",
        "count": 1,
        "label": "stick",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "argentina_delight_nullgr:corderocrudo",
        "rawId": "argentina_delight_nullgr:corderocrudo",
        "aux": "undefined",
        "count": 1,
        "label": "羊排",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/argentina_delight_RP/textures/items/agt/corderocrudo.png",
        "refType": "item"
      },
      {
        "id": "minecraft:stick",
        "rawId": "minecraft:stick",
        "aux": "undefined",
        "count": 1,
        "label": "stick",
        "iconUrl": "undefined",
        "refType": "item"
      }
    ],
    "outputs": [
      {
        "id": "argentina_delight_nullgr:lamb_raw",
        "rawId": "argentina_delight_nullgr:lamb_raw",
        "aux": "undefined",
        "count": 1,
        "label": "生全羊",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/argentina_delight_RP/textures/blocks/agt/custom_dirt.png",
        "refType": "block"
      }
    ],
    "tools": [],
    "containers": [],
    "sourceType": "vanilla",
    "tags": [
      "crafting_table"
    ]
  }
}