# 熔炉配方

熔炉即我们在烟熏炉、高炉和熔炉中的配方，在物品配置文件中添加如下内容：

```
recipes:
  cooking:
    cooked_sausage:
      permission: itemsadder.cooked_sausage
      ingredient:
        item: itemsadder:sausage
      machines:
      - FURNACE
      - BLAST_FURNACE
      exp: 1
      cook_time: 200
      result:
        item: itemsadder:cooked_sausage
        amount: 1
```

`cooking` 指的是下面这些配方是熔炉配方：

* permission：在 **合成配方** 中已经说明。
* ingredients：输入的物品。在原版熔炉配方中，例如铁矿石。
* machines：该配方可用的熔炉类型，填写物品id。
* exp：玩家在熔炼后获得的经验值。作为参考，原版一般为 0.x，此处已经偏大。
* cook\_time：熔炼时长，为 **tick** 值，20 **tick** = 1 秒，此处代表 **10** 秒。
* result：在 **合成配方** 中已经说明。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.superiormc.cn/itemsadder-doc/pei-fang/rong-lu-pei-fang.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
