
配方farmer_delight_nullgr
厨师围裙配方
farmer_delight_nullgr:apron
有序合成,产出 farmer_delight_nullgr:apron
概述
有序合成,产出 farmer_delight_nullgr:apron
- 资料类型
- 配方
- 命名空间
- farmer_delight_nullgr
- 所属模组
- farmer-delight-null-gr
- 关联资料
- 1 条
配方有序合成工作台
用途与获取
- 这是一个有序合成资料。
- 产出:厨师围裙。
- 布局:工作台 3x3。
关联知识
数据来源
- 来源文件
- farmer-delight-nullgr/FarmerDelight_NullGr_BP/netease_recipes/farmer_delight_nullgr_apron.json
- 条目 ID
- farmer_delight_nullgr:apron
- 解析依据
- 本地 AddOn JSON 与 .mcmod 补充资料
- 复核建议
- 关联信息已建立,可继续补充攻略
配方
string
feather
leather
feather
feather
feather
feather
feather
- 类型
- 有序合成
- 布局
- 工作台 3x3
- 产出
- 厨师围裙
- 产物预览

- 标签
- 工作台
技术区:组件 JSON
{
"recipe": {
"id": "farmer_delight_nullgr:apron",
"type": "shaped",
"recipeKind": "shaped",
"layout": "crafting_3x3",
"inputIds": [
"minecraft:string",
"minecraft:leather",
"minecraft:feather"
],
"outputIds": [
"farmer_delight_nullgr:apron"
],
"pattern": [
"B B",
"HDH",
"HHH"
],
"grid": [
"minecraft:string",
null,
"minecraft:string",
"minecraft:feather",
"minecraft:leather",
"minecraft:feather",
"minecraft:feather",
"minecraft:feather",
"minecraft:feather"
],
"ingredients": [
{
"slot": "B",
"data": 0,
"item": "minecraft:string"
},
{
"slot": "D",
"data": 0,
"item": "minecraft:leather"
},
{
"slot": "H",
"data": 0,
"item": "minecraft:feather"
}
],
"results": [
{
"count": 1,
"data": 0,
"item": "farmer_delight_nullgr:apron"
}
],
"slots": [
{
"id": "minecraft:string",
"rawId": "minecraft:string",
"aux": "undefined",
"count": 1,
"label": "string",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:string",
"rawId": "minecraft:string",
"aux": "undefined",
"count": 1,
"label": "string",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:feather",
"rawId": "minecraft:feather",
"aux": "undefined",
"count": 1,
"label": "feather",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:leather",
"rawId": "minecraft:leather",
"aux": "undefined",
"count": 1,
"label": "leather",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:feather",
"rawId": "minecraft:feather",
"aux": "undefined",
"count": 1,
"label": "feather",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:feather",
"rawId": "minecraft:feather",
"aux": "undefined",
"count": 1,
"label": "feather",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:feather",
"rawId": "minecraft:feather",
"aux": "undefined",
"count": 1,
"label": "feather",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:feather",
"rawId": "minecraft:feather",
"aux": "undefined",
"count": 1,
"label": "feather",
"iconUrl": "undefined",
"refType": "item"
}
],
"outputs": [
{
"id": "farmer_delight_nullgr:apron",
"rawId": "farmer_delight_nullgr:apron",
"aux": "undefined",
"count": 1,
"label": "厨师围裙",
"iconUrl": "/api/assets/farmer-delight-nullgr/FarmerDelight_NullGr_RP/textures/items/famerdelight/apron.png",
"refType": "item"
}
],
"tools": [],
"containers": [],
"sourceType": "vanilla",
"tags": [
"crafting_table"
]
}
}