返回上一级
配方collectors_delight_nullgr

青柠冰激凌块配方

collectors_delight_nullgr:lime_ice_cream_block

无序合成,产出 collectors_delight_nullgr:lime_ice_cream_block

概述

无序合成,产出 collectors_delight_nullgr:lime_ice_cream_block

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

用途与获取

  • 这是一个无序合成资料。
  • 产出:青柠冰激凌块。
  • 布局:列表。

关联知识

数据来源

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

配方

青柠冰淇淋
类型
无序合成
布局
列表
产出
青柠冰激凌块
产物预览
青柠冰激凌块
标签
工作台
技术区:组件 JSON
{
  "recipe": {
    "id": "collectors_delight_nullgr:lime_ice_cream_block",
    "type": "shapeless",
    "recipeKind": "shapeless",
    "layout": "list",
    "inputIds": [
      "collectors_delight_nullgr:lime_ice_cream"
    ],
    "outputIds": [
      "collectors_delight_nullgr:lime_ice_cream_block"
    ],
    "pattern": [],
    "grid": [],
    "ingredients": [
      {
        "count": 9,
        "item": "collectors_delight_nullgr:lime_ice_cream",
        "data": 0
      }
    ],
    "results": [
      {
        "count": 1,
        "item": "collectors_delight_nullgr:lime_ice_cream_block",
        "data": 0
      }
    ],
    "slots": [
      {
        "id": "collectors_delight_nullgr:lime_ice_cream",
        "rawId": "collectors_delight_nullgr:lime_ice_cream",
        "aux": "undefined",
        "count": 1,
        "label": "青柠冰淇淋",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_rFUNC154/textures/items/collect/lime_ice_cream.png",
        "refType": "item"
      }
    ],
    "outputs": [
      {
        "id": "collectors_delight_nullgr:lime_ice_cream_block",
        "rawId": "collectors_delight_nullgr:lime_ice_cream_block",
        "aux": "undefined",
        "count": 1,
        "label": "青柠冰激凌块",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_rFUNC154/textures/blocks/collect/lime_ice_cream_block.png",
        "refType": "block"
      }
    ],
    "tools": [],
    "containers": [],
    "sourceType": "vanilla",
    "tags": [
      "crafting_table"
    ]
  }
}