配方stack_burger_nullgr
cooked chopped carrot配方
stack_burger_nullgr:cooked_chopped_carrot
熔炉,产出 stack_burger_nullgr:cooked_chopped_carrot
概述
熔炉,产出 stack_burger_nullgr:cooked_chopped_carrot
- 资料类型
- 配方
- 命名空间
- stack_burger_nullgr
- 所属模组
- t-p2uhwm9
- 关联资料
- 2 条
配方熔炉campfireblast_furnacesmoker
用途与获取
- 这是一个熔炉资料。
- 产出:cooked chopped carrot。
- 布局:列表。
关联知识
数据来源
- 来源文件
- behavior_pack_tP2UHWM9/netease_recipes/cooked_chopped_carrot.json
- 条目 ID
- stack_burger_nullgr:cooked_chopped_carrot
- 解析依据
- 本地 AddOn JSON 与 .mcmod 补充资料
- 复核建议
- 关联信息已建立,可继续补充攻略
配方
chopped_carrot
- 类型
- 熔炉
- 布局
- 列表
- 产出
- cooked chopped carrot
- 产物预览
- cooked_chopped_carrot
- 标签
- 熔炉、campfire、blast_furnace、smoker
技术区:组件 JSON
{
"recipe": {
"id": "stack_burger_nullgr:cooked_chopped_carrot",
"type": "furnace",
"recipeKind": "furnace",
"layout": "list",
"inputIds": [
"stack_burger_nullgr:chopped_carrot"
],
"outputIds": [
"stack_burger_nullgr:cooked_chopped_carrot"
],
"pattern": [],
"grid": [],
"ingredients": [],
"results": [
{
"count": 1,
"item": "stack_burger_nullgr:cooked_chopped_carrot"
}
],
"slots": [
{
"id": "stack_burger_nullgr:chopped_carrot",
"rawId": "stack_burger_nullgr:chopped_carrot",
"aux": "undefined",
"count": 1,
"label": "chopped carrot",
"iconUrl": "undefined",
"refType": "item"
}
],
"outputs": [
{
"id": "stack_burger_nullgr:cooked_chopped_carrot",
"rawId": "stack_burger_nullgr:cooked_chopped_carrot",
"aux": "undefined",
"count": 1,
"label": "cooked chopped carrot",
"iconUrl": "undefined",
"refType": "item"
}
],
"tools": [],
"containers": [],
"sourceType": "vanilla",
"tags": [
"furnace",
"campfire",
"blast_furnace",
"smoker"
]
}
}