返回上一级
梅森罐配方
配方vintage_delight_nullgr

梅森罐配方

vintage_delight_nullgr:mason_jar

有序合成,产出 vintage_delight_nullgr:mason_jar

概述

有序合成,产出 vintage_delight_nullgr:mason_jar

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

用途与获取

  • 这是一个有序合成资料。
  • 产出:梅森罐。
  • 布局:工作台 3x3。

关联知识

数据来源

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

配方

glass
glass
glass
glass
类型
有序合成
布局
工作台 3x3
产出
梅森罐
产物预览
梅森罐3
标签
工作台
技术区:组件 JSON
{
  "recipe": {
    "id": "vintage_delight_nullgr:mason_jar",
    "type": "shaped",
    "recipeKind": "shaped",
    "layout": "crafting_3x3",
    "inputIds": [
      "minecraft:wooden_slab",
      "minecraft:glass"
    ],
    "outputIds": [
      "vintage_delight_nullgr:mason_jar"
    ],
    "pattern": [
      " A ",
      "D D",
      " D "
    ],
    "grid": [
      null,
      "minecraft:wooden_slab",
      null,
      "minecraft:glass",
      null,
      "minecraft:glass",
      null,
      "minecraft:glass",
      null
    ],
    "ingredients": [
      {
        "slot": "A",
        "item": "minecraft:wooden_slab"
      },
      {
        "slot": "D",
        "item": "minecraft:glass"
      }
    ],
    "results": [
      {
        "count": 3,
        "item": "vintage_delight_nullgr:mason_jar",
        "data": 0
      }
    ],
    "slots": [
      {
        "id": "minecraft:wooden_slab",
        "rawId": "minecraft:wooden_slab",
        "aux": "undefined",
        "count": 1,
        "label": "wooden slab",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:glass",
        "rawId": "minecraft:glass",
        "aux": "undefined",
        "count": 1,
        "label": "glass",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:glass",
        "rawId": "minecraft:glass",
        "aux": "undefined",
        "count": 1,
        "label": "glass",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:glass",
        "rawId": "minecraft:glass",
        "aux": "undefined",
        "count": 1,
        "label": "glass",
        "iconUrl": "undefined",
        "refType": "item"
      }
    ],
    "outputs": [
      {
        "id": "vintage_delight_nullgr:mason_jar",
        "rawId": "vintage_delight_nullgr:mason_jar",
        "aux": "undefined",
        "count": 3,
        "label": "梅森罐",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/VintageDelight_RP/textures/items/vintage/mason_jar.png",
        "refType": "item"
      }
    ],
    "tools": [],
    "containers": [],
    "sourceType": "vanilla",
    "tags": [
      "crafting_table"
    ]
  }
}