配方ender_delight_nullgr
end mixed salad配方
ender_delight_nullgr:end_mixed_salad
有序合成,产出 ender_delight_nullgr:end_mixed_salad
概述
有序合成,产出 ender_delight_nullgr:end_mixed_salad
- 资料类型
- 配方
- 命名空间
- ender_delight_nullgr
- 所属模组
- ender-delight
- 关联资料
- 2 条
配方有序合成工作台
用途与获取
- 这是一个有序合成资料。
- 产出:end mixed salad。
- 布局:工作台 3x3。
关联知识
数据来源
- 来源文件
- EnderDelight_BP/netease_recipes/ender_delight_nullgr_end_mixed_salad.json
- 条目 ID
- ender_delight_nullgr:end_mixed_salad
- 解析依据
- 本地 AddOn JSON 与 .mcmod 补充资料
- 复核建议
- 关联信息已建立,可继续补充攻略
配方
chorus_succulent
chorus_succulent
chorus_fruit
cabbage
tomato
bowl
- 类型
- 有序合成
- 布局
- 工作台 3x3
- 产出
- end mixed salad
- 产物预览
- end_mixed_salad
- 标签
- 工作台
技术区:组件 JSON
{
"recipe": {
"id": "ender_delight_nullgr:end_mixed_salad",
"type": "shaped",
"recipeKind": "shaped",
"layout": "crafting_3x3",
"inputIds": [
"minecraft:chorus_fruit",
"ender_delight_nullgr:chorus_succulent",
"farmer_delight_nullgr:cabbage",
"minecraft:bowl",
"farmer_delight_nullgr:tomato"
],
"outputIds": [
"ender_delight_nullgr:end_mixed_salad"
],
"pattern": [
"BBC",
"EFD"
],
"grid": [
"ender_delight_nullgr:chorus_succulent",
"ender_delight_nullgr:chorus_succulent",
"minecraft:chorus_fruit",
"farmer_delight_nullgr:cabbage",
"farmer_delight_nullgr:tomato",
"minecraft:bowl"
],
"ingredients": [
{
"slot": "C",
"item": "minecraft:chorus_fruit",
"data": 0
},
{
"slot": "B",
"item": "ender_delight_nullgr:chorus_succulent",
"data": 0
},
{
"slot": "E",
"item": "farmer_delight_nullgr:cabbage",
"data": 0
},
{
"slot": "D",
"item": "minecraft:bowl",
"data": 0
},
{
"slot": "F",
"item": "farmer_delight_nullgr:tomato",
"data": 0
}
],
"results": [
{
"count": 1,
"item": "ender_delight_nullgr:end_mixed_salad",
"data": 0
}
],
"slots": [
{
"id": "ender_delight_nullgr:chorus_succulent",
"rawId": "ender_delight_nullgr:chorus_succulent",
"aux": "undefined",
"count": 1,
"label": "chorus succulent",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "ender_delight_nullgr:chorus_succulent",
"rawId": "ender_delight_nullgr:chorus_succulent",
"aux": "undefined",
"count": 1,
"label": "chorus succulent",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:chorus_fruit",
"rawId": "minecraft:chorus_fruit",
"aux": "undefined",
"count": 1,
"label": "chorus fruit",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "farmer_delight_nullgr:cabbage",
"rawId": "farmer_delight_nullgr:cabbage",
"aux": "undefined",
"count": 1,
"label": "cabbage",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "farmer_delight_nullgr:tomato",
"rawId": "farmer_delight_nullgr:tomato",
"aux": "undefined",
"count": 1,
"label": "tomato",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:bowl",
"rawId": "minecraft:bowl",
"aux": "undefined",
"count": 1,
"label": "bowl",
"iconUrl": "undefined",
"refType": "item"
}
],
"outputs": [
{
"id": "ender_delight_nullgr:end_mixed_salad",
"rawId": "ender_delight_nullgr:end_mixed_salad",
"aux": "undefined",
"count": 1,
"label": "end mixed salad",
"iconUrl": "undefined",
"refType": "item"
}
],
"tools": [],
"containers": [],
"sourceType": "vanilla",
"tags": [
"crafting_table"
]
}
}