返回上一级
绿舌头雪糕配方
配方casualness_delight_nullgr

绿舌头雪糕配方

casualness_delight_nullgr:green_tongue

有序合成,产出 casualness_delight_nullgr:green_tongue

概述

有序合成,产出 casualness_delight_nullgr:green_tongue

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

用途与获取

  • 这是一个有序合成资料。
  • 产出:绿舌头雪糕。
  • 布局:工作台 3x3。

关联知识

数据来源

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

配方

slime_ball
ice
slime_ball
sugar
stick
ice
ice
类型
有序合成
布局
工作台 3x3
产出
绿舌头雪糕
产物预览
绿舌头雪糕
标签
工作台
技术区:组件 JSON
{
  "recipe": {
    "id": "casualness_delight_nullgr:green_tongue",
    "type": "shaped",
    "recipeKind": "shaped",
    "layout": "crafting_3x3",
    "inputIds": [
      "minecraft:sugar",
      "minecraft:slime_ball",
      "minecraft:ice",
      "minecraft:stick"
    ],
    "outputIds": [
      "casualness_delight_nullgr:green_tongue"
    ],
    "pattern": [
      " ED",
      "GDE",
      "FG "
    ],
    "grid": [
      null,
      "minecraft:sugar",
      "minecraft:slime_ball",
      "minecraft:ice",
      "minecraft:slime_ball",
      "minecraft:sugar",
      "minecraft:stick",
      "minecraft:ice",
      null
    ],
    "ingredients": [
      {
        "slot": "E",
        "item": "minecraft:sugar",
        "data": 0
      },
      {
        "slot": "D",
        "item": "minecraft:slime_ball",
        "data": 0
      },
      {
        "slot": "G",
        "item": "minecraft:ice",
        "data": 0
      },
      {
        "slot": "F",
        "item": "minecraft:stick",
        "data": 0
      }
    ],
    "results": [
      {
        "count": 1,
        "item": "casualness_delight_nullgr:green_tongue",
        "data": 0
      }
    ],
    "slots": [
      {
        "id": "minecraft:sugar",
        "rawId": "minecraft:sugar",
        "aux": "undefined",
        "count": 1,
        "label": "sugar",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:slime_ball",
        "rawId": "minecraft:slime_ball",
        "aux": "undefined",
        "count": 1,
        "label": "slime ball",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:ice",
        "rawId": "minecraft:ice",
        "aux": "undefined",
        "count": 1,
        "label": "ice",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:slime_ball",
        "rawId": "minecraft:slime_ball",
        "aux": "undefined",
        "count": 1,
        "label": "slime ball",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:sugar",
        "rawId": "minecraft:sugar",
        "aux": "undefined",
        "count": 1,
        "label": "sugar",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:stick",
        "rawId": "minecraft:stick",
        "aux": "undefined",
        "count": 1,
        "label": "stick",
        "iconUrl": "undefined",
        "refType": "item"
      },
      {
        "id": "minecraft:ice",
        "rawId": "minecraft:ice",
        "aux": "undefined",
        "count": 1,
        "label": "ice",
        "iconUrl": "undefined",
        "refType": "item"
      }
    ],
    "outputs": [
      {
        "id": "casualness_delight_nullgr:green_tongue",
        "rawId": "casualness_delight_nullgr:green_tongue",
        "aux": "undefined",
        "count": 1,
        "label": "绿舌头雪糕",
        "iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_evS95vIh/textures/items/sy/green_tongue.png",
        "refType": "item"
      }
    ],
    "tools": [],
    "containers": [],
    "sourceType": "vanilla",
    "tags": [
      "crafting_table"
    ]
  }
}