返回上一级
配方valentine_delight_nullgr

purple dye配方

valentine_delight_nullgr:purple_dye

无序合成,产出 minecraft:purple_dye

概述

无序合成,产出 minecraft:purple_dye

资料类型
配方
命名空间
valentine_delight_nullgr
所属模组
m-cb-qra-pm
关联资料
1 条
配方无序合成工作台

用途与获取

  • 这是一个无序合成资料。
  • 产出:purple dye。
  • 布局:列表。

关联知识

数据来源

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

配方

亚特兰蒂斯花
类型
无序合成
布局
列表
产出
purple dye
产物预览
purple_dye
标签
工作台
技术区:组件 JSON
{
  "recipe": {
    "id": "valentine_delight_nullgr:purple_dye",
    "type": "shapeless",
    "recipeKind": "shapeless",
    "layout": "list",
    "inputIds": [
      "valentine_delight_nullgr:aristea"
    ],
    "outputIds": [
      "minecraft:purple_dye"
    ],
    "pattern": [],
    "grid": [],
    "ingredients": [
      {
        "item": "valentine_delight_nullgr:aristea"
      }
    ],
    "results": [
      {
        "item": "minecraft:purple_dye"
      }
    ],
    "slots": [
      {
        "id": "valentine_delight_nullgr:aristea",
        "rawId": "valentine_delight_nullgr:aristea",
        "aux": "undefined",
        "count": 1,
        "label": "亚特兰蒂斯花",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_5vY9lsty/textures/blocks/valentin_blocks/aristea.png",
        "refType": "block"
      }
    ],
    "outputs": [
      {
        "id": "minecraft:purple_dye",
        "rawId": "minecraft:purple_dye",
        "aux": "undefined",
        "count": 1,
        "label": "purple dye",
        "iconUrl": "undefined",
        "refType": "item"
      }
    ],
    "tools": [],
    "containers": [],
    "sourceType": "vanilla",
    "tags": [
      "crafting_table"
    ]
  }
}