-
Notifications
You must be signed in to change notification settings - Fork 0
Alloy Mode
leipishu edited this page Aug 24, 2026
·
2 revisions
合金模式帮助您找到可以用选定材料制作哪些合金。它会分析所有可用的合金配方,并根据冶炼炉当前温度和可用流体显示结果。
1. 进入合金模式
- 在搜索框中输入
/a/前缀(如/a/铜或/a/copper) - 面板标题变为 "合金查询"
2. 选择材料
- 点击合金材料列表中的任意流体卡片
- 该材料被视为 足量(10000 mB)
3. 查看结果
- 显示所有使用该材料的配方
- 每个配方卡片显示:
- ✅ 可行 / ❌ 不可行
- 当前温度 / 所需温度
- 配方链(如 "铜 + 锡 = 青铜")
- 缺失的流体(如有)
- 可执行次数
4. 返回材料列表
- 点击结果顶部的
← 返回文本
5. 退出合金模式
- 在搜索框中按一次 退格键(自动删除
/a/前缀) - 或手动删除搜索框中的
/a/
┌──────────────────────────────────────────────────────┐
│ ✅ 可行 200°C │ ← 状态 & 温度
│ 铜 + 锡 = 青铜 │ ← 配方链
│ 缺失: 金(0/144mB) │ ← 缺失流体(如有)
│ ↓ 银(144mB) │ ← 子配方(如有)
│ 可执行 3 次 │ ← 可执行次数
└──────────────────────────────────────────────────────┘
| 功能 | 说明 |
|---|---|
| 显示名称搜索 | 按流体显示名称搜索(如 "铜"、"Copper") |
| 注册名搜索 | 按注册名搜索(如 "copper"、"gold") |
| 实时过滤 | 输入即过滤 |
可执行次数显示当前材料足够进行多少次合金反应。所选材料被视为足量,不参与计算。
示例:
- 配方:铜 (90 mB) + 锡 (144 mB) = 青铜
- 当前拥有:铜 270 mB,锡 288 mB
- 可执行次数:
min(270/90, 288/144) = min(3, 2) = 2 次
Alloy mode helps you find what alloys you can make with a selected material. It analyzes all available alloy recipes and shows you the results based on your smeltery's current temperature and available fluids.
1. Enter Alloy Mode
- Type
/a/in the search box (e.g.,/a/copperor/a/铜) - The panel title changes to "Alloy Query"
2. Select a Material
- Click on any fluid card in the alloy materials list
- That material is now considered infinite (10000 mB)
3. View Results
- All recipes using the selected material are displayed
- Each recipe card shows:
- ✅ Feasible / ❌ Infeasible
- Current temperature / required temperature
- Recipe chain (e.g., "Copper + Tin = Bronze")
- Missing fluids (if any)
- Number of times the recipe can be performed
4. Back to Materials
- Click the
← Backtext at the top of the results
5. Exit Alloy Mode
- Press Backspace once (deletes
/a/prefix) - Or manually delete
/a/from the search box
┌──────────────────────────────────────────────────────┐
│ ✅ Feasible 200°C │ ← Status & Temperature
│ Copper + Tin = Bronze │ ← Recipe Chain
│ Missing: Gold(0/144mB) │ ← Missing fluids (if any)
│ ↓ Silver(144mB) │ ← Child recipe (if any)
│ Can perform 3 times │ ← Execution count
└──────────────────────────────────────────────────────┘
| Feature | Description |
|---|---|
| Display name | Search by fluid display name (e.g., "Copper", "铜") |
| Registry name | Search by registry name (e.g., "copper", "gold") |
| Real-time | Filters as you type |
The execution count shows how many times you can perform the alloy recipe with your current fluids. The selected material is considered infinite and does not limit the count.
Example:
- Recipe: Copper (90 mB) + Tin (144 mB) = Bronze
- You have: Copper 270 mB, Tin 288 mB
- Execution count:
min(270/90, 288/144) = min(3, 2) = 2 times