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

- 类型
- 有序合成
- 布局
- 工作台 3x3
- 产出
- 青柠种子
- 产物预览
2- 标签
- 工作台
技术区:组件 JSON
{
"recipe": {
"id": "collectors_delight_nullgr:lime_seeds",
"type": "shaped",
"recipeKind": "shaped",
"layout": "crafting_3x3",
"inputIds": [
"collectors_delight_nullgr:lime"
],
"outputIds": [
"collectors_delight_nullgr:lime_seeds"
],
"pattern": [
"A"
],
"grid": [
"collectors_delight_nullgr:lime"
],
"ingredients": [
{
"slot": "A",
"item": "collectors_delight_nullgr:lime",
"data": 0
}
],
"results": [
{
"count": 2,
"item": "collectors_delight_nullgr:lime_seeds",
"data": 0
}
],
"slots": [
{
"id": "collectors_delight_nullgr:lime",
"rawId": "collectors_delight_nullgr:lime",
"aux": "undefined",
"count": 1,
"label": "青柠",
"iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_rFUNC154/textures/items/collect/lime_nullgr.png",
"refType": "item"
}
],
"outputs": [
{
"id": "collectors_delight_nullgr:lime_seeds",
"rawId": "collectors_delight_nullgr:lime_seeds",
"aux": "undefined",
"count": 2,
"label": "青柠种子",
"iconUrl": "/api/assets/local-farmer-delight-46in1/resource_pack_rFUNC154/textures/items/collect/lime_seeds.png",
"refType": "item"
}
],
"tools": [],
"containers": [],
"sourceType": "vanilla",
"tags": [
"crafting_table"
]
}
}