配方cultural_delight_nullgr
planks配方
cultural_delight_nullgr:log
有序合成,产出 minecraft:planks
概述
有序合成,产出 minecraft:planks
- 资料类型
- 配方
- 命名空间
- cultural_delight_nullgr
- 所属模组
- cultural-delight
- 关联资料
- 1 条
配方有序合成工作台
用途与获取
- 这是一个有序合成资料。
- 产出:planks。
- 布局:工作台 3x3。
关联知识
数据来源
- 来源文件
- CulturalDelight_BP/netease_recipes/cultural_delight_nullgr_log.json
- 条目 ID
- cultural_delight_nullgr:log
- 解析依据
- 本地 AddOn JSON 与 .mcmod 补充资料
- 复核建议
- 关联信息已建立,可继续补充攻略
配方

- 类型
- 有序合成
- 布局
- 工作台 3x3
- 产出
- planks
- 产物预览
- planks4
- 标签
- 工作台
技术区:组件 JSON
{
"recipe": {
"id": "cultural_delight_nullgr:log",
"type": "shaped",
"recipeKind": "shaped",
"layout": "crafting_3x3",
"inputIds": [
"cultural_delight_nullgr:avocado_log"
],
"outputIds": [
"minecraft:planks"
],
"pattern": [
"A"
],
"grid": [
"cultural_delight_nullgr:avocado_log"
],
"ingredients": [
{
"slot": "A",
"item": "cultural_delight_nullgr:avocado_log"
}
],
"results": [
{
"count": 4,
"item": "minecraft:planks",
"data": 0
}
],
"slots": [
{
"id": "cultural_delight_nullgr:avocado_log",
"rawId": "cultural_delight_nullgr:avocado_log",
"aux": "undefined",
"count": 1,
"label": "牛油果原木",
"iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_RB1lL0Ir/textures/blocks/cultural/avocado_log.png",
"refType": "block"
}
],
"outputs": [
{
"id": "minecraft:planks",
"rawId": "minecraft:planks",
"aux": "undefined",
"count": 4,
"label": "planks",
"iconUrl": "undefined",
"refType": "item"
}
],
"tools": [],
"containers": [],
"sourceType": "vanilla",
"tags": [
"crafting_table"
]
}
}