配方farmer_delight_nullgr
magenta dye配方
farmer_delight_nullgr:magenta_dye_tag
有序合成,产出 minecraft:magenta_dye
配方
white_dye
- 类型
- 有序合成
- 布局
- 工作台 3x3
- 产出
- magenta dye
- 产物预览
- magenta_dye2
- 标签
- 工作台
组件摘要
{
"recipe": {
"id": "farmer_delight_nullgr:magenta_dye_tag",
"type": "shaped",
"recipeKind": "shaped",
"layout": "crafting_3x3",
"inputIds": [
"minecraft:white_dye"
],
"outputIds": [
"minecraft:magenta_dye"
],
"pattern": [
"AB"
],
"grid": [
null,
"minecraft:white_dye"
],
"ingredients": [
{
"slot": "A",
"tag": "magenta_dye_ingredient"
},
{
"slot": "B",
"data": 0,
"item": "minecraft:white_dye"
}
],
"results": [
{
"count": 2,
"data": 0,
"item": "minecraft:magenta_dye"
}
],
"slots": [
{
"id": "minecraft:white_dye",
"rawId": "minecraft:white_dye",
"aux": "undefined",
"count": 1,
"label": "white dye",
"iconUrl": "undefined",
"refType": "item"
}
],
"outputs": [
{
"id": "minecraft:magenta_dye",
"rawId": "minecraft:magenta_dye",
"aux": "undefined",
"count": 2,
"label": "magenta dye",
"iconUrl": "undefined",
"refType": "item"
}
],
"tools": [],
"containers": [],
"sourceType": "vanilla",
"tags": [
"crafting_table"
]
}
}