返回上一级
青柠曲奇配方
配方collectors_delight_nullgr

青柠曲奇配方

collectors_delight_nullgr:lime_cookie

有序合成,产出 collectors_delight_nullgr:lime_cookie

概述

有序合成,产出 collectors_delight_nullgr:lime_cookie

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

用途与获取

  • 这是一个有序合成资料。
  • 产出:青柠曲奇。
  • 布局:工作台 3x3。

关联知识

数据来源

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

配方

wheat
青柠片
wheat
类型
有序合成
布局
工作台 3x3
产出
青柠曲奇
产物预览
青柠曲奇8
标签
工作台
技术区:组件 JSON
{
  "recipe": {
    "id": "collectors_delight_nullgr:lime_cookie",
    "type": "shaped",
    "recipeKind": "shaped",
    "layout": "crafting_3x3",
    "inputIds": [
      "minecraft:wheat",
      "collectors_delight_nullgr:lime_slice"
    ],
    "outputIds": [
      "collectors_delight_nullgr:lime_cookie"
    ],
    "pattern": [
      "CBC"
    ],
    "grid": [
      "minecraft:wheat",
      "collectors_delight_nullgr:lime_slice",
      "minecraft:wheat"
    ],
    "ingredients": [
      {
        "slot": "C",
        "item": "minecraft:wheat",
        "data": 0
      },
      {
        "slot": "B",
        "item": "collectors_delight_nullgr:lime_slice",
        "data": 0
      }
    ],
    "results": [
      {
        "count": 8,
        "item": "collectors_delight_nullgr:lime_cookie",
        "data": 0
      }
    ],
    "slots": [
      {
        "id": "minecraft:wheat",
        "rawId": "minecraft:wheat",
        "aux": "undefined",
        "count": 1,
        "label": "wheat",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "collectors_delight_nullgr:lime_slice",
        "rawId": "collectors_delight_nullgr:lime_slice",
        "aux": "undefined",
        "count": 1,
        "label": "青柠片",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_rFUNC154/textures/items/collect/lime_slice.png",
        "refType": "item"
      },
      {
        "id": "minecraft:wheat",
        "rawId": "minecraft:wheat",
        "aux": "undefined",
        "count": 1,
        "label": "wheat",
        "iconUrl": "undefined",
        "refType": "item"
      }
    ],
    "outputs": [
      {
        "id": "collectors_delight_nullgr:lime_cookie",
        "rawId": "collectors_delight_nullgr:lime_cookie",
        "aux": "undefined",
        "count": 8,
        "label": "青柠曲奇",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_rFUNC154/textures/items/collect/lime_cookie.png",
        "refType": "item"
      }
    ],
    "tools": [],
    "containers": [],
    "sourceType": "vanilla",
    "tags": [
      "crafting_table"
    ]
  }
}