返回上一级
配方farmer_delight_nullgr

yellow dye砧板配方

farmer_delight_nullgr:cutting_board.yellow_dye.0

砧板,产出 yellow dye

概述

砧板,产出 yellow dye

资料类型
配方
命名空间
farmer_delight_nullgr
所属模组
farmer-delight-null-gr
关联资料
0 条
配方自定义配方砧板

用途与获取

  • 这是一个砧板资料。
  • 产出:yellow dye。
  • 布局:砧板。

关联知识

当前解析结果还没有发现配方、掉落、地物或实体关联。

数据来源

来源文件
farmer-delight-nullgr/FarmerDelight_NullGr_BP/FarmerDelightMod_NullGr/ModSys/CuttingBoard/config.py
条目 ID
farmer_delight_nullgr:cutting_board.yellow_dye.0
解析依据
本地 AddOn JSON 与 .mcmod 补充资料
复核建议
建议补充获取方式和用途

配方

dandelion
类型
砧板
布局
砧板
产出
yellow dye
产物预览
yellow_dye2
标签
砧板
技术区:组件 JSON
{
  "recipe": {
    "id": "farmer_delight_nullgr:cutting_board.yellow_dye.0",
    "type": "unknown",
    "recipeKind": "cutting_board",
    "layout": "cutting_board",
    "inputIds": [
      "minecraft:dandelion"
    ],
    "outputIds": [
      "minecraft:yellow_dye"
    ],
    "pattern": [],
    "grid": [
      "minecraft:dandelion"
    ],
    "ingredients": [],
    "results": [
      {
        "id": "minecraft:yellow_dye",
        "rawId": "minecraft:yellow_dye:0",
        "aux": 0,
        "count": 2,
        "label": "yellow dye",
        "iconUrl": "undefined",
        "refType": "item"
      }
    ],
    "slots": [
      {
        "id": "minecraft:dandelion",
        "rawId": "minecraft:dandelion:-1",
        "aux": -1,
        "count": 1,
        "label": "dandelion",
        "iconUrl": "undefined",
        "refType": "item"
      }
    ],
    "outputs": [
      {
        "id": "minecraft:yellow_dye",
        "rawId": "minecraft:yellow_dye:0",
        "aux": 0,
        "count": 2,
        "label": "yellow dye",
        "iconUrl": "undefined",
        "refType": "item"
      }
    ],
    "tools": [],
    "containers": [],
    "cookTime": "undefined",
    "sourceType": "mcmod",
    "tags": [
      "砧板",
      "cutting_board"
    ]
  }
}