配方zy_croptopia
意大利红肠配方
zy_croptopia:pepperoni_shapeless
无序合成,产出 zy_croptopia:pepperoni
概述
无序合成,产出 zy_croptopia:pepperoni
- 资料类型
- 配方
- 命名空间
- zy_croptopia
- 所属模组
- zycroptopia
- 关联资料
- 3 条
配方无序合成工作台
用途与获取
- 这是一个无序合成资料。
- 产出:意大利红肠。
- 布局:列表。
关联知识
数据来源
- 来源文件
- zycroptopia/behavior_pack_zycroptopia/netease_recipes/zy_croptopia_pepperoni_shapeless.json
- 条目 ID
- zy_croptopia:pepperoni_shapeless
- 解析依据
- 本地 AddOn JSON 与 .mcmod 补充资料
- 复核建议
- 关联信息已建立,可继续补充攻略
配方
beef
porkchop
paprika
chile_pepper
- 类型
- 无序合成
- 布局
- 列表
- 产出
- 意大利红肠
- 产物预览
- pepperoni4
- 标签
- 工作台
技术区:组件 JSON
{
"recipe": {
"id": "zy_croptopia:pepperoni_shapeless",
"type": "shapeless",
"recipeKind": "shapeless",
"layout": "list",
"inputIds": [
"minecraft:beef",
"minecraft:porkchop",
"zy_croptopia:paprika",
"zy_croptopia:chile_pepper"
],
"outputIds": [
"zy_croptopia:pepperoni"
],
"pattern": [],
"grid": [],
"ingredients": [
{
"count": 1,
"item": "minecraft:beef"
},
{
"count": 1,
"item": "minecraft:porkchop"
},
{
"count": 1,
"item": "zy_croptopia:paprika"
},
{
"count": 1,
"item": "zy_croptopia:chile_pepper"
}
],
"results": [
{
"count": 4,
"item": "zy_croptopia:pepperoni"
}
],
"slots": [
{
"id": "minecraft:beef",
"rawId": "minecraft:beef",
"aux": "undefined",
"count": 1,
"label": "beef",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:porkchop",
"rawId": "minecraft:porkchop",
"aux": "undefined",
"count": 1,
"label": "porkchop",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "zy_croptopia:paprika",
"rawId": "zy_croptopia:paprika",
"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"
}
],
"outputs": [
{
"id": "zy_croptopia:pepperoni",
"rawId": "zy_croptopia:pepperoni",
"aux": "undefined",
"count": 4,
"label": "意大利红肠",
"iconUrl": "undefined",
"refType": "item"
}
],
"tools": [],
"containers": [],
"sourceType": "vanilla",
"tags": [
"crafting_table"
]
}
}