虚拟合成卡添加guide介绍

This commit is contained in:
GaLi 2025-11-26 10:15:42 +08:00
parent 61c9ce6606
commit 33cf5ca8f1
4 changed files with 88 additions and 3 deletions

View File

@ -61,7 +61,7 @@ public class WirelessTransceiverBlockEntity extends AEBaseBlockEntity implements
} }
@Override @Override
public appeng.api.util.AECableType getCableConnectionType(Direction dir) { public AECableType getCableConnectionType(Direction dir) {
// 根据相邻方块的实际连接类型渲染优先采用相邻主机返回的类型回退为 GLASS // 根据相邻方块的实际连接类型渲染优先采用相邻主机返回的类型回退为 GLASS
if (this.level == null) return AECableType.GLASS; if (this.level == null) return AECableType.GLASS;
var adjacentPos = this.worldPosition.relative(dir); var adjacentPos = this.worldPosition.relative(dir);

View File

@ -8,8 +8,9 @@ displayURL="https://github.com/GaLicn/ExtendedAE_Plus"
issueTrackerURL = "https://github.com/GaLicn/ExtendedAE_Plus/issues" issueTrackerURL = "https://github.com/GaLicn/ExtendedAE_Plus/issues"
version = "${version}" version = "${version}"
displayName = "ExtendedAE Plus" displayName = "ExtendedAE Plus"
authors = "GaLi, C-H716" credits = "GaLi,C-H716"
description = "Add more practical features and auxiliary operations to the Applied Energistics 2 mod" authors = "GaLi"
description = "Add more practical features and auxiliary operations to the Applied Energistics 2 mod."
logoFile = "extendedae_plus.png" logoFile = "extendedae_plus.png"
[[dependencies.extendedae_plus]] [[dependencies.extendedae_plus]]

View File

@ -0,0 +1,39 @@
---
navigation:
parent: introduction/index.md
title: 虚拟合成卡
position: 3
icon: extendedae_plus:virtual_crafting_card
categories:
- extendedae_plus items
item_ids:
- extendedae_plus:virtual_crafting_card
---
# 虚拟合成卡
<Row>
<ItemImage id="extendedae_plus:virtual_crafting_card" scale="4" />
</Row>
虚拟合成卡是一种样板供应器专用升级卡,让“最后一次发配”瞬间结束,为无需产物返回的任务提供自动结束的效果。
## 功能与效果
- **自动结束**:当供应器准备投递最后一批、且配方不需要把产物送回 ME 网络时,会立刻宣告任务完成。
- **释放队列**:无需等待产物返回动作,合成存储器立即空出,可供后续调度。
- **单卡限制**:每台样板供应器(含扩展版本)仅能安装 1 张。
## 场景示例
| 场景 | 效果 |
| :--- | :--- |
| 多方块结构建造 | 建材发配到指定位置后自动结束,无需等待返回确认 |
| 手动合成辅助 | 将非自动化材料发配到箱子,方便手动取用后自动结束任务 |
| 自动化产线材料补充 | 为自动化产线补充消耗品后自动结束 |
## 合成配方
<RecipesFor id="extendedae_plus:virtual_crafting_card" />

View File

@ -0,0 +1,45 @@
---
navigation:
parent: introduction/index.md
title: Virtual Crafting Card
position: 3
icon: extendedae_plus:virtual_crafting_card
categories:
- extendedae_plus items
item_ids:
- extendedae_plus:virtual_crafting_card
---
# Virtual Crafting Card
<Row>
<ItemImage id="extendedae_plus:virtual_crafting_card" scale="4" />
</Row>
The Virtual Crafting Card is a specialized upgrade for Pattern Providers that instantly completes the "final dispatch" for tasks where the products don't need to be returned to storage.
## Features and Effects
- **Auto-Complete**: Instantly marks a task as complete when the provider is about to dispatch the final batch and the recipe doesn't require returning products to the ME network.
- **Queue Release**: Frees up the crafting memory immediately without waiting for product return, allowing for subsequent scheduling.
- **Single Card Limit**: Only 1 card can be installed per Pattern Provider (including extended versions).
## Usage Scenarios
| Scenario | Effect |
| :--- | :--- |
| Multiblock Construction | Materials are automatically marked as delivered once dispatched to the target location, no need to wait for return confirmation |
| Manual Crafting Aid | Non-automatable materials (like Nether Stars, enchanted books, etc.) are dispatched to a chest near the crafting table, automatically completing the task after manual collection |
| Bulk Block Placement | Directly dispatches large quantities of building blocks to the hotbar, auto-completing after placement |
| Automated Production Line Supply | Automatically completes after replenishing consumables (like furnace fuel, experience bottles, etc.) for automated production lines |
## Supported Devices
- <ItemLink id="ae2:pattern_provider" />
- <ItemLink id="ae2:pattern_provider_part" />
- <ItemLink id="extendedae_plus:ex_pattern_provider" />
- <ItemLink id="extendedae_plus:ex_pattern_provider_part" />
## Crafting Recipe
<RecipesFor id="extendedae_plus:virtual_crafting_card" />