返回上一级
配方brazilian_delight_nullgr

gold ingot配方

brazilian_delight_nullgr:golden_coconut_to_goden

熔炉,产出 minecraft:gold_ingot

概述

熔炉,产出 minecraft:gold_ingot

资料类型
配方
命名空间
brazilian_delight_nullgr
所属模组
ywa-pgwfr
关联资料
1 条
配方熔炉blast_furnace

用途与获取

  • 这是一个熔炉资料。
  • 产出:gold ingot。
  • 布局:列表。

关联知识

数据来源

来源文件
addon-ywapgwfr/behavior_pack_ywaPGWFr/netease_recipes/brazilian_delight_nullgr_golden_coconut_to_goden.json
条目 ID
brazilian_delight_nullgr:golden_coconut_to_goden
解析依据
本地 AddOn JSON 与 .mcmod 补充资料
复核建议
关联信息已建立,可继续补充攻略

配方

金糯米椰
类型
熔炉
布局
列表
产出
gold ingot
产物预览
gold_ingot
标签
blast_furnace、熔炉
技术区:组件 JSON
{
  "recipe": {
    "id": "brazilian_delight_nullgr:golden_coconut_to_goden",
    "type": "furnace",
    "recipeKind": "furnace",
    "layout": "list",
    "inputIds": [
      "brazilian_delight_nullgr:golden_coconut_block"
    ],
    "outputIds": [
      "minecraft:gold_ingot"
    ],
    "pattern": [],
    "grid": [],
    "ingredients": [],
    "results": [
      {
        "count": 1,
        "data": 0,
        "item": "minecraft:gold_ingot"
      }
    ],
    "slots": [
      {
        "id": "brazilian_delight_nullgr:golden_coconut_block",
        "rawId": "brazilian_delight_nullgr:golden_coconut_block",
        "aux": "undefined",
        "count": 1,
        "label": "金糯米椰",
        "iconUrl": "/api/assets/addon-ywapgwfr/resource_pack_IxBeXOT7/textures/blocks/brazilian/coconut_icon.png",
        "refType": "block"
      }
    ],
    "outputs": [
      {
        "id": "minecraft:gold_ingot",
        "rawId": "minecraft:gold_ingot",
        "aux": "undefined",
        "count": 1,
        "label": "gold ingot",
        "iconUrl": "undefined",
        "refType": "item"
      }
    ],
    "tools": [],
    "containers": [],
    "sourceType": "vanilla",
    "tags": [
      "blast_furnace",
      "furnace"
    ]
  }
}