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

apple
stick
- 类型
- 有序合成
- 布局
- 工作台 3x3
- 产出
- 蜜恋糖苹果, glass bottle
- 产物预览
glass_bottle- 标签
- 工作台
技术区:组件 JSON
{
"recipe": {
"id": "brazilian_delight_nullgr:sweet_love_apple",
"type": "shaped",
"recipeKind": "shaped",
"layout": "crafting_3x3",
"inputIds": [
"minecraft:sugar",
"minecraft:apple",
"brazilian_delight_nullgr:condensed_milk",
"minecraft:stick"
],
"outputIds": [
"brazilian_delight_nullgr:sweet_love_apple",
"minecraft:glass_bottle"
],
"pattern": [
"ABC",
"D "
],
"grid": [
"minecraft:sugar",
"brazilian_delight_nullgr:condensed_milk",
"minecraft:apple",
"minecraft:stick",
null,
null
],
"ingredients": [
{
"slot": "A",
"item": "minecraft:sugar",
"data": 0
},
{
"slot": "C",
"item": "minecraft:apple",
"data": 0
},
{
"slot": "B",
"item": "brazilian_delight_nullgr:condensed_milk",
"data": 0
},
{
"slot": "D",
"item": "minecraft:stick",
"data": 0
}
],
"results": [
{
"count": 1,
"item": "brazilian_delight_nullgr:sweet_love_apple",
"data": 0
},
{
"count": 1,
"item": "minecraft:glass_bottle",
"data": 0
}
],
"slots": [
{
"id": "minecraft:sugar",
"rawId": "minecraft:sugar",
"aux": "undefined",
"count": 1,
"label": "sugar",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "brazilian_delight_nullgr:condensed_milk",
"rawId": "brazilian_delight_nullgr:condensed_milk",
"aux": "undefined",
"count": 1,
"label": "炼乳",
"iconUrl": "/api/assets/addon-ywapgwfr/resource_pack_IxBeXOT7/textures/items/brazilian/condensed_milk.png",
"refType": "item"
},
{
"id": "minecraft:apple",
"rawId": "minecraft:apple",
"aux": "undefined",
"count": 1,
"label": "apple",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:stick",
"rawId": "minecraft:stick",
"aux": "undefined",
"count": 1,
"label": "stick",
"iconUrl": "undefined",
"refType": "item"
}
],
"outputs": [
{
"id": "brazilian_delight_nullgr:sweet_love_apple",
"rawId": "brazilian_delight_nullgr:sweet_love_apple",
"aux": "undefined",
"count": 1,
"label": "蜜恋糖苹果",
"iconUrl": "/api/assets/addon-ywapgwfr/resource_pack_IxBeXOT7/textures/items/brazilian/sweet_love_apple.png",
"refType": "item"
},
{
"id": "minecraft:glass_bottle",
"rawId": "minecraft:glass_bottle",
"aux": "undefined",
"count": 1,
"label": "glass bottle",
"iconUrl": "undefined",
"refType": "item"
}
],
"tools": [],
"containers": [],
"sourceType": "vanilla",
"tags": [
"crafting_table"
]
}
}