配方brazilian_delight_nullgr
锅装奶配方
brazilian_delight_nullgr:minas_cheese_pot_0
有序合成,产出 brazilian_delight_nullgr:milk_pot_0
概述
有序合成,产出 brazilian_delight_nullgr:milk_pot_0
- 资料类型
- 配方
- 命名空间
- brazilian_delight_nullgr
- 所属模组
- ywa-pgwfr
- 关联资料
- 1 条
配方有序合成工作台
用途与获取
- 这是一个有序合成资料。
- 产出:锅装奶。
- 布局:工作台 3x3。
关联知识
数据来源
- 来源文件
- addon-ywapgwfr/behavior_pack_ywaPGWFr/netease_recipes/brazilian_delight_nullgr_minas_cheese_pot_0.json
- 条目 ID
- brazilian_delight_nullgr:minas_cheese_pot_0
- 解析依据
- 本地 AddOn JSON 与 .mcmod 补充资料
- 复核建议
- 关联信息已建立,可继续补充攻略
配方
milk_bucket
cooking_pot
- 类型
- 有序合成
- 布局
- 工作台 3x3
- 产出
- 锅装奶
- 产物预览

- 标签
- 工作台
技术区:组件 JSON
{
"recipe": {
"id": "brazilian_delight_nullgr:minas_cheese_pot_0",
"type": "shaped",
"recipeKind": "shaped",
"layout": "crafting_3x3",
"inputIds": [
"minecraft:milk_bucket",
"farmer_delight_nullgr:cooking_pot"
],
"outputIds": [
"brazilian_delight_nullgr:milk_pot_0"
],
"pattern": [
"AB"
],
"grid": [
"minecraft:milk_bucket",
"farmer_delight_nullgr:cooking_pot"
],
"ingredients": [
{
"slot": "A",
"item": "minecraft:milk_bucket",
"data": 0
},
{
"slot": "B",
"item": "farmer_delight_nullgr:cooking_pot",
"data": 0
}
],
"results": [
{
"count": 1,
"item": "brazilian_delight_nullgr:milk_pot_0",
"data": 0
}
],
"slots": [
{
"id": "minecraft:milk_bucket",
"rawId": "minecraft:milk_bucket",
"aux": "undefined",
"count": 1,
"label": "milk bucket",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "farmer_delight_nullgr:cooking_pot",
"rawId": "farmer_delight_nullgr:cooking_pot",
"aux": "undefined",
"count": 1,
"label": "cooking pot",
"iconUrl": "undefined",
"refType": "item"
}
],
"outputs": [
{
"id": "brazilian_delight_nullgr:milk_pot_0",
"rawId": "brazilian_delight_nullgr:milk_pot_0",
"aux": "undefined",
"count": 1,
"label": "锅装奶",
"iconUrl": "/api/assets/addon-ywapgwfr/resource_pack_IxBeXOT7/textures/blocks/brazilian/budding_bean_stage3.png",
"refType": "block"
}
],
"tools": [],
"containers": [],
"sourceType": "vanilla",
"tags": [
"crafting_table"
]
}
}