
配方brazilian_delight_nullgr
巧克力爱心苹果配方
brazilian_delight_nullgr:chocolate_love_apple
有序合成,产出 brazilian_delight_nullgr:chocolate_love_apple, minecraft:bowl
概述
有序合成,产出 brazilian_delight_nullgr:chocolate_love_apple, minecraft:bowl
- 资料类型
- 配方
- 命名空间
- brazilian_delight_nullgr
- 所属模组
- ywa-pgwfr
- 关联资料
- 2 条
配方有序合成工作台
用途与获取
- 这是一个有序合成资料。
- 产出:巧克力爱心苹果、bowl。
- 布局:工作台 3x3。
关联知识
数据来源
- 来源文件
- addon-ywapgwfr/behavior_pack_ywaPGWFr/netease_recipes/brazilian_delight_nullgr_chocolate_love_apple.json
- 条目 ID
- brazilian_delight_nullgr:chocolate_love_apple
- 解析依据
- 本地 AddOn JSON 与 .mcmod 补充资料
- 复核建议
- 关联信息已建立,可继续补充攻略
配方
sugar
stick

apple
- 类型
- 有序合成
- 布局
- 工作台 3x3
- 产出
- 巧克力爱心苹果, bowl
- 产物预览
bowl- 标签
- 工作台
技术区:组件 JSON
{
"recipe": {
"id": "brazilian_delight_nullgr:chocolate_love_apple",
"type": "shaped",
"recipeKind": "shaped",
"layout": "crafting_3x3",
"inputIds": [
"minecraft:sugar",
"brazilian_delight_nullgr:brigadeiro_cream",
"minecraft:stick",
"minecraft:apple"
],
"outputIds": [
"brazilian_delight_nullgr:chocolate_love_apple",
"minecraft:bowl"
],
"pattern": [
"ACB",
"D "
],
"grid": [
"minecraft:sugar",
"minecraft:stick",
"brazilian_delight_nullgr:brigadeiro_cream",
"minecraft:apple",
null,
null
],
"ingredients": [
{
"slot": "A",
"item": "minecraft:sugar"
},
{
"slot": "B",
"item": "brazilian_delight_nullgr:brigadeiro_cream"
},
{
"slot": "C",
"item": "minecraft:stick"
},
{
"slot": "D",
"item": "minecraft:apple"
}
],
"results": [
{
"count": 1,
"data": 0,
"item": "brazilian_delight_nullgr:chocolate_love_apple"
},
{
"count": 1,
"data": 0,
"item": "minecraft:bowl"
}
],
"slots": [
{
"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": "brazilian_delight_nullgr:brigadeiro_cream",
"rawId": "brazilian_delight_nullgr:brigadeiro_cream",
"aux": "undefined",
"count": 1,
"label": "布里加代罗冰淇淋",
"iconUrl": "/api/assets/addon-ywapgwfr/resource_pack_IxBeXOT7/textures/items/brazilian/brigadeiro_cream.png",
"refType": "item"
},
{
"id": "minecraft:apple",
"rawId": "minecraft:apple",
"aux": "undefined",
"count": 1,
"label": "apple",
"iconUrl": "undefined",
"refType": "item"
}
],
"outputs": [
{
"id": "brazilian_delight_nullgr:chocolate_love_apple",
"rawId": "brazilian_delight_nullgr:chocolate_love_apple",
"aux": "undefined",
"count": 1,
"label": "巧克力爱心苹果",
"iconUrl": "/api/assets/addon-ywapgwfr/resource_pack_IxBeXOT7/textures/items/brazilian/chocolate_love_apple.png",
"refType": "item"
},
{
"id": "minecraft:bowl",
"rawId": "minecraft:bowl",
"aux": "undefined",
"count": 1,
"label": "bowl",
"iconUrl": "undefined",
"refType": "item"
}
],
"tools": [],
"containers": [],
"sourceType": "vanilla",
"tags": [
"crafting_table"
]
}
}