配方zy_croptopia
萨尔萨酱配方
zy_croptopia:salsa_shapeless
无序合成,产出 zy_croptopia:salsa
概述
无序合成,产出 zy_croptopia:salsa
- 资料类型
- 配方
- 命名空间
- zy_croptopia
- 所属模组
- zycroptopia
- 关联资料
- 6 条
配方无序合成工作台
用途与获取
- 这是一个无序合成资料。
- 产出:萨尔萨酱。
- 布局:列表。
关联知识
数据来源
- 来源文件
- zycroptopia/behavior_pack_zycroptopia/netease_recipes/zy_croptopia_salsa_shapeless.json
- 条目 ID
- zy_croptopia:salsa_shapeless
- 解析依据
- 本地 AddOn JSON 与 .mcmod 补充资料
- 复核建议
- 关联信息已建立,可继续补充攻略
配方
tomato
chile_pepper
salt
lime
- 类型
- 无序合成
- 布局
- 列表
- 产出
- 萨尔萨酱
- 产物预览
- salsa4
- 标签
- 工作台
技术区:组件 JSON
{
"recipe": {
"id": "zy_croptopia:salsa_shapeless",
"type": "shapeless",
"recipeKind": "shapeless",
"layout": "list",
"inputIds": [
"zy_croptopia:tomato",
"zy_croptopia:chile_pepper",
"zy_croptopia:salt",
"zy_croptopia:lime",
"zy_croptopia:tomatillo"
],
"outputIds": [
"zy_croptopia:salsa"
],
"pattern": [],
"grid": [],
"ingredients": [
{
"count": 1,
"item": "zy_croptopia:tomato"
},
{
"count": 1,
"item": "zy_croptopia:chile_pepper"
},
{
"count": 1,
"item": "zy_croptopia:salt"
},
{
"count": 1,
"item": "zy_croptopia:lime"
},
{
"count": 1,
"item": "zy_croptopia:tomatillo"
}
],
"results": [
{
"count": 4,
"item": "zy_croptopia:salsa"
}
],
"slots": [
{
"id": "zy_croptopia:tomato",
"rawId": "zy_croptopia:tomato",
"aux": "undefined",
"count": 1,
"label": "番茄",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "zy_croptopia:chile_pepper",
"rawId": "zy_croptopia:chile_pepper",
"aux": "undefined",
"count": 1,
"label": "辣椒",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "zy_croptopia:salt",
"rawId": "zy_croptopia:salt",
"aux": "undefined",
"count": 1,
"label": "盐",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "zy_croptopia:lime",
"rawId": "zy_croptopia:lime",
"aux": "undefined",
"count": 1,
"label": "青柠",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "zy_croptopia:tomatillo",
"rawId": "zy_croptopia:tomatillo",
"aux": "undefined",
"count": 1,
"label": "酸浆果",
"iconUrl": "undefined",
"refType": "item"
}
],
"outputs": [
{
"id": "zy_croptopia:salsa",
"rawId": "zy_croptopia:salsa",
"aux": "undefined",
"count": 4,
"label": "萨尔萨酱",
"iconUrl": "undefined",
"refType": "item"
}
],
"tools": [],
"containers": [],
"sourceType": "vanilla",
"tags": [
"crafting_table"
]
}
}