返回上一级
生面筋配方
配方casualness_delight_nullgr

生面筋配方

casualness_delight_nullgr:raw_gluten

有序合成,产出 casualness_delight_nullgr:raw_gluten, minecraft:bucket

概述

有序合成,产出 casualness_delight_nullgr:raw_gluten, minecraft:bucket

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

用途与获取

  • 这是一个有序合成资料。
  • 产出:生面筋、bucket。
  • 布局:工作台 3x3。

关联知识

数据来源

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

配方

water_bucket
类型
有序合成
布局
工作台 3x3
产出
生面筋, bucket
产物预览
生面筋
bucket
标签
工作台
技术区:组件 JSON
{
  "recipe": {
    "id": "casualness_delight_nullgr:raw_gluten",
    "type": "shaped",
    "recipeKind": "shaped",
    "layout": "crafting_3x3",
    "inputIds": [
      "minecraft:water_bucket"
    ],
    "outputIds": [
      "casualness_delight_nullgr:raw_gluten",
      "minecraft:bucket"
    ],
    "pattern": [
      "AB"
    ],
    "grid": [
      "minecraft:water_bucket",
      null
    ],
    "ingredients": [
      {
        "slot": "A",
        "item": "minecraft:water_bucket",
        "data": 0
      },
      {
        "slot": "B",
        "tag": "dough",
        "data": 0
      }
    ],
    "results": [
      {
        "count": 1,
        "item": "casualness_delight_nullgr:raw_gluten",
        "data": 0
      },
      {
        "count": 1,
        "item": "minecraft:bucket",
        "data": 0
      }
    ],
    "slots": [
      {
        "id": "minecraft:water_bucket",
        "rawId": "minecraft:water_bucket",
        "aux": "undefined",
        "count": 1,
        "label": "water bucket",
        "iconUrl": "undefined",
        "refType": "item"
      }
    ],
    "outputs": [
      {
        "id": "casualness_delight_nullgr:raw_gluten",
        "rawId": "casualness_delight_nullgr:raw_gluten",
        "aux": "undefined",
        "count": 1,
        "label": "生面筋",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_evS95vIh/textures/items/sy/raw_gluten.png",
        "refType": "item"
      },
      {
        "id": "minecraft:bucket",
        "rawId": "minecraft:bucket",
        "aux": "undefined",
        "count": 1,
        "label": "bucket",
        "iconUrl": "undefined",
        "refType": "item"
      }
    ],
    "tools": [],
    "containers": [],
    "sourceType": "vanilla",
    "tags": [
      "crafting_table"
    ]
  }
}