返回上一级
熟山羊肉配方
配方delightful_nullgr

熟山羊肉配方

delightful_nullgr:cooked_goat

熔炉,产出 delightful_nullgr:cooked_goat

概述

熔炉,产出 delightful_nullgr:cooked_goat

资料类型
配方
命名空间
delightful_nullgr
所属模组
zddx-nft7
关联资料
2 条
配方熔炉blast_furnacecampfire

用途与获取

  • 这是一个熔炉资料。
  • 产出:熟山羊肉。
  • 布局:列表。

关联知识

数据来源

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

配方

生山羊肉
类型
熔炉
布局
列表
产出
熟山羊肉
产物预览
熟山羊肉
标签
blast_furnace、campfire、熔炉
技术区:组件 JSON
{
  "recipe": {
    "id": "delightful_nullgr:cooked_goat",
    "type": "furnace",
    "recipeKind": "furnace",
    "layout": "list",
    "inputIds": [
      "delightful_nullgr:raw_goat"
    ],
    "outputIds": [
      "delightful_nullgr:cooked_goat"
    ],
    "pattern": [],
    "grid": [],
    "ingredients": [],
    "results": [
      {
        "count": 1,
        "item": "delightful_nullgr:cooked_goat",
        "data": 0
      }
    ],
    "slots": [
      {
        "id": "delightful_nullgr:raw_goat",
        "rawId": "delightful_nullgr:raw_goat",
        "aux": "undefined",
        "count": 1,
        "label": "生山羊肉",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_4Po0AwZ0/textures/items/delightful/raw_goat.png",
        "refType": "item"
      }
    ],
    "outputs": [
      {
        "id": "delightful_nullgr:cooked_goat",
        "rawId": "delightful_nullgr:cooked_goat",
        "aux": "undefined",
        "count": 1,
        "label": "熟山羊肉",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_4Po0AwZ0/textures/items/delightful/cooked_goat.png",
        "refType": "item"
      }
    ],
    "tools": [],
    "containers": [],
    "sourceType": "vanilla",
    "tags": [
      "blast_furnace",
      "campfire",
      "furnace"
    ]
  }
}