配方文档 - 熔炉配方
顾名思义,熔炉配方是用于熔炉的配方,输入物品将经过熔炼后将转换为输出物品。
Parameters
名称 | 类型 | 说明 |
---|---|---|
input | item names | Items used as input for the furnace recipe. data is used to specify the data value of a block or item to an exact id, if the item has variations. count is the quantity of the item being input. |
output | item names | Items used as output for the furnace recipe. |
tags | String array | Item that can create the furnace recipe, such as "furnace". |
Furnace Recipe Example
{
"format_version": "1.17",
"minecraft:recipe_furnace": {
"description": {
"identifier": "minecraft:furnace_beef"
},
"tags": ["furnace", "smoker", "campfire", "soul_campfire"],
"input": {
"item": "minecraft:beef",
"data": 0,
"count": 4
},
"output ": "minecraft:cooked_beef"
}
}