
配方casualness_delight_nullgr
生春卷配方
casualness_delight_nullgr:raw_spring_roll
有序合成,产出 casualness_delight_nullgr:raw_spring_roll
概述
有序合成,产出 casualness_delight_nullgr:raw_spring_roll
- 资料类型
- 配方
- 命名空间
- casualness_delight_nullgr
- 所属模组
- casualness-delight
- 关联资料
- 1 条
配方有序合成工作台
用途与获取
- 这是一个有序合成资料。
- 产出:生春卷。
- 布局:工作台 3x3。
关联知识
数据来源
- 来源文件
- CasualnessDelight_BP/netease_recipes/casualness_delight_nullgr_raw_spring_roll.json
- 条目 ID
- casualness_delight_nullgr:raw_spring_roll
- 解析依据
- 本地 AddOn JSON 与 .mcmod 补充资料
- 复核建议
- 关联信息已建立,可继续补充攻略
配方
cabbage_leaf
minced_beef
- 类型
- 有序合成
- 布局
- 工作台 3x3
- 产出
- 生春卷
- 产物预览

- 标签
- 工作台
技术区:组件 JSON
{
"recipe": {
"id": "casualness_delight_nullgr:raw_spring_roll",
"type": "shaped",
"recipeKind": "shaped",
"layout": "crafting_3x3",
"inputIds": [
"farmer_delight_nullgr:cabbage_leaf",
"farmer_delight_nullgr:minced_beef"
],
"outputIds": [
"casualness_delight_nullgr:raw_spring_roll"
],
"pattern": [
"ABC"
],
"grid": [
"farmer_delight_nullgr:cabbage_leaf",
null,
"farmer_delight_nullgr:minced_beef"
],
"ingredients": [
{
"slot": "A",
"item": "farmer_delight_nullgr:cabbage_leaf",
"data": 0
},
{
"slot": "C",
"item": "farmer_delight_nullgr:minced_beef",
"data": 0
},
{
"slot": "B",
"tag": "dough",
"data": 0
}
],
"results": [
{
"count": 1,
"item": "casualness_delight_nullgr:raw_spring_roll",
"data": 0
}
],
"slots": [
{
"id": "farmer_delight_nullgr:cabbage_leaf",
"rawId": "farmer_delight_nullgr:cabbage_leaf",
"aux": "undefined",
"count": 1,
"label": "cabbage leaf",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "farmer_delight_nullgr:minced_beef",
"rawId": "farmer_delight_nullgr:minced_beef",
"aux": "undefined",
"count": 1,
"label": "minced beef",
"iconUrl": "undefined",
"refType": "item"
}
],
"outputs": [
{
"id": "casualness_delight_nullgr:raw_spring_roll",
"rawId": "casualness_delight_nullgr:raw_spring_roll",
"aux": "undefined",
"count": 1,
"label": "生春卷",
"iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_evS95vIh/textures/items/sy/raw_spring_roll.png",
"refType": "item"
}
],
"tools": [],
"containers": [],
"sourceType": "vanilla",
"tags": [
"crafting_table"
]
}
}