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

- 标签
- 工作台
技术区:组件 JSON
{
"recipe": {
"id": "vintage_delight_nullgr:cheese_mold",
"type": "shaped",
"recipeKind": "shaped",
"layout": "crafting_3x3",
"inputIds": [
"minecraft:iron_ingot",
"minecraft:stone"
],
"outputIds": [
"vintage_delight_nullgr:cheese_mold"
],
"pattern": [
"B B",
"EEE"
],
"grid": [
"minecraft:iron_ingot",
null,
"minecraft:iron_ingot",
"minecraft:stone",
"minecraft:stone",
"minecraft:stone"
],
"ingredients": [
{
"slot": "B",
"item": "minecraft:iron_ingot",
"data": 0
},
{
"slot": "E",
"item": "minecraft:stone"
}
],
"results": [
{
"count": 1,
"item": "vintage_delight_nullgr:cheese_mold",
"data": 0
}
],
"slots": [
{
"id": "minecraft:iron_ingot",
"rawId": "minecraft:iron_ingot",
"aux": "undefined",
"count": 1,
"label": "iron ingot",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:iron_ingot",
"rawId": "minecraft:iron_ingot",
"aux": "undefined",
"count": 1,
"label": "iron ingot",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:stone",
"rawId": "minecraft:stone",
"aux": "undefined",
"count": 1,
"label": "stone",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:stone",
"rawId": "minecraft:stone",
"aux": "undefined",
"count": 1,
"label": "stone",
"iconUrl": "undefined",
"refType": "item"
},
{
"id": "minecraft:stone",
"rawId": "minecraft:stone",
"aux": "undefined",
"count": 1,
"label": "stone",
"iconUrl": "undefined",
"refType": "item"
}
],
"outputs": [
{
"id": "vintage_delight_nullgr:cheese_mold",
"rawId": "vintage_delight_nullgr:cheese_mold",
"aux": "undefined",
"count": 1,
"label": "芝士模具",
"iconUrl": "/api/assets/local-farmer-delight-46in1/VintageDelight_RP/textures/blocks/vintage/cheese_mold.png",
"refType": "block"
}
],
"tools": [],
"containers": [],
"sourceType": "vanilla",
"tags": [
"crafting_table"
]
}
}