返回上一级
配方winemaking_delight

热源桶配方

winemaking_delight:heating_cask

有序合成,产出 winemaking_delight:heating_cask

概述

有序合成,产出 winemaking_delight:heating_cask

资料类型
配方
命名空间
winemaking_delight
所属模组
lp18g-r25
关联资料
1 条
配方有序合成工作台

用途与获取

  • 这是一个有序合成资料。
  • 产出:热源桶。
  • 布局:工作台 3x3。

关联知识

数据来源

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

配方

wooden_slab
wooden_slab
wooden_slab
coal_block
blaze_powder
coal_block
planks
magma
planks
类型
有序合成
布局
工作台 3x3
产出
热源桶
产物预览
热源桶
标签
工作台
技术区:组件 JSON
{
  "recipe": {
    "id": "winemaking_delight:heating_cask",
    "type": "shaped",
    "recipeKind": "shaped",
    "layout": "crafting_3x3",
    "inputIds": [
      "minecraft:blaze_powder",
      "minecraft:coal_block",
      "minecraft:magma",
      "minecraft:planks",
      "minecraft:wooden_slab"
    ],
    "outputIds": [
      "winemaking_delight:heating_cask"
    ],
    "pattern": [
      "sss",
      "cac",
      "pmp"
    ],
    "grid": [
      "minecraft:wooden_slab",
      "minecraft:wooden_slab",
      "minecraft:wooden_slab",
      "minecraft:coal_block",
      "minecraft:blaze_powder",
      "minecraft:coal_block",
      "minecraft:planks",
      "minecraft:magma",
      "minecraft:planks"
    ],
    "ingredients": [
      {
        "slot": "a",
        "item": "minecraft:blaze_powder"
      },
      {
        "slot": "c",
        "item": "minecraft:coal_block"
      },
      {
        "slot": "m",
        "item": "minecraft:magma"
      },
      {
        "slot": "p",
        "item": "minecraft:planks"
      },
      {
        "slot": "s",
        "item": "minecraft:wooden_slab"
      }
    ],
    "results": [
      {
        "count": 1,
        "data": 0,
        "item": "winemaking_delight:heating_cask"
      }
    ],
    "slots": [
      {
        "id": "minecraft:wooden_slab",
        "rawId": "minecraft:wooden_slab",
        "aux": "undefined",
        "count": 1,
        "label": "wooden slab",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:wooden_slab",
        "rawId": "minecraft:wooden_slab",
        "aux": "undefined",
        "count": 1,
        "label": "wooden slab",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:wooden_slab",
        "rawId": "minecraft:wooden_slab",
        "aux": "undefined",
        "count": 1,
        "label": "wooden slab",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:coal_block",
        "rawId": "minecraft:coal_block",
        "aux": "undefined",
        "count": 1,
        "label": "coal block",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:blaze_powder",
        "rawId": "minecraft:blaze_powder",
        "aux": "undefined",
        "count": 1,
        "label": "blaze powder",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:coal_block",
        "rawId": "minecraft:coal_block",
        "aux": "undefined",
        "count": 1,
        "label": "coal block",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:planks",
        "rawId": "minecraft:planks",
        "aux": "undefined",
        "count": 1,
        "label": "planks",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:magma",
        "rawId": "minecraft:magma",
        "aux": "undefined",
        "count": 1,
        "label": "magma",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:planks",
        "rawId": "minecraft:planks",
        "aux": "undefined",
        "count": 1,
        "label": "planks",
        "iconUrl": "undefined",
        "refType": "item"
      }
    ],
    "outputs": [
      {
        "id": "winemaking_delight:heating_cask",
        "rawId": "winemaking_delight:heating_cask",
        "aux": "undefined",
        "count": 1,
        "label": "热源桶",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_qwqd0aLx/textures/blocks/wine/ice_crate_side.png",
        "refType": "block"
      }
    ],
    "tools": [],
    "containers": [],
    "sourceType": "vanilla",
    "tags": [
      "crafting_table"
    ]
  }
}