Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ categories:
item_ids:
- ae2importexportcard:export_card
- ae2importexportcard:import_card
- ae2importexportcard:block_picker_card
---

# AE2输入输出卡
Expand All @@ -16,9 +17,11 @@ item_ids:
<ItemImage id="ae2importexportcard:export_card" scale="2" />

<ItemImage id="ae2importexportcard:import_card" scale="2" />

<ItemImage id="ae2importexportcard:block_picker_card" scale="2" />
</Row>

输入卡和输出卡可通过玩家物品栏输入/输出物品。
输入卡、输出卡、方块点选卡可通过玩家物品栏输入/输出物品。

## 输入卡

Expand Down Expand Up @@ -61,4 +64,16 @@ item_ids:

### 配方

<RecipeFor id="ae2importexportcard:export_card" />
<RecipeFor id="ae2importexportcard:export_card" />

## 方块点选卡

<ItemImage id="ae2importexportcard:block_picker_card" scale="2" />

方块点选卡可从网络中取出你所看的方块。将准星指向某方块,按下“点选方块”按键即可。若网络中有匹配的方块,则将其抽出至你的物品栏。

![方块点选卡](diagrams/block_picker_card.png)

### Recipe

<RecipeFor id="ae2importexportcard:block_picker_card" />
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ categories:
item_ids:
- ae2importexportcard:export_card
- ae2importexportcard:import_card
- ae2importexportcard:block_picker_card
---

# AE2 Import Export Card
Expand All @@ -16,9 +17,11 @@ item_ids:
<ItemImage id="ae2importexportcard:export_card" scale="2" />

<ItemImage id="ae2importexportcard:import_card" scale="2" />

<ItemImage id="ae2importexportcard:block_picker_card" scale="2" />
</Row>

Import and Export cards allow you to import/export items out of your inventory
Import, Export and Block Picker cards allow you to import/export items out of your inventory

## Import Card

Expand Down Expand Up @@ -61,4 +64,16 @@ The Export Card supports the following [upgrades](items-blocks-machines/upgrade_

### Recipe

<RecipeFor id="ae2importexportcard:export_card" />
<RecipeFor id="ae2importexportcard:export_card" />

## Block Picker Card

<ItemImage id="ae2importexportcard:block_picker_card" scale="2" />

The Block Picker Card lets you extract the block you are currently looking at directly from your Network. Simply aim at a block and press the "Pick Block" keybind. If the matching block is available in your network, it will be extracted into your inventory.

![Block Picker Card](diagrams/block_picker_card.png)

### Recipe

<RecipeFor id="ae2importexportcard:block_picker_card" />
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"itemGroup.ae2importexportcard" : "AE2 Import Export Card",
"item.ae2importexportcard.import_card": "Import Card",
"item.ae2importexportcard.export_card": "Export Card",
"gui.ae2importexportcard.whitelist": "Whitelist",
"gui.ae2importexportcard.blacklist": "Blacklist"
"itemGroup.ae2importexportcard": "AE2 Import Export Card",
"item.ae2importexportcard.import_card": "Import Card",
"item.ae2importexportcard.export_card": "Export Card",
"item.ae2importexportcard.block_picker_card": "Block Picker Card",
"gui.ae2importexportcard.block_picker_amount": "Block Picker Amount",
"gui.ae2importexportcard.block_picker_amount.value": "Block Picker amount: %s",
"gui.ae2importexportcard.whitelist": "Whitelist",
"gui.ae2importexportcard.blacklist": "Blacklist"
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"itemGroup.ae2importexportcard" : "AE2输入输出卡",
"item.ae2importexportcard.import_card": "输入卡",
"item.ae2importexportcard.export_card": "输出卡",
"gui.ae2importexportcard.whitelist": "白名单",
"gui.ae2importexportcard.blacklist": "黑名单"
"itemGroup.ae2importexportcard": "AE2输入输出卡",
"item.ae2importexportcard.import_card": "输入卡",
"item.ae2importexportcard.export_card": "输出卡",
"item.ae2importexportcard.block_picker_card": "方块点选卡",
"gui.ae2importexportcard.block_picker_amount": "方块点选数量",
"gui.ae2importexportcard.block_picker_amount.value": "方块点选数量:%s",
"gui.ae2importexportcard.whitelist": "白名单",
"gui.ae2importexportcard.blacklist": "黑名单"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
navigation:
parent: epp_intro/epp_intro-index.md
title: ME吸物接口
icon: extendedae:vacuum_interface
categories:
- extended devices
item_ids:
- extendedae:vacuum_interface
---

# ME吸物接口

<Row>
<BlockImage id="extendedae:vacuum_interface" scale="8"></BlockImage>
</Row>

ME吸物接口能自动收集其工作区域内掉落的物品,并将它们直接存入相连的ME网络。网络不接受的物品不会被吸收。

## 工作区域

![PIC](../pic/vacuum_config.png)

默认工作区域为5x5x5(格)立方体,以接口为中心。可通过“区域配置”按钮调整区域尺寸和各轴上的偏移量。单边长度最大10格,偏移量最大16格。

![PIC2](../pic/vacuum_working_display.png)

“显示工作区域”按钮可在世界中显示区域配置。
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
navigation:
parent: epp_intro/epp_intro-index.md
title: ME Vacuum Interface
icon: extendedae:vacuum_interface
categories:
- extended devices
item_ids:
- extendedae:vacuum_interface
---

# ME Vacuum Interface

<Row>
<BlockImage id="extendedae:vacuum_interface" scale="8"></BlockImage>
</Row>

ME Vacuum Interface automatically collects dropped items within its working area and inserts them directly into the
connected ME network. Items that the network cannot accept remain in the world.

## Working Area

![PIC](../pic/vacuum_config.png)

The default working area is 5 x 5 x 5 blocks and is centered on the interface. Use the Area Config button to adjust its
size and offset on each axis. Each dimension can be up to 10 blocks, and the area can be offset by up to 16 blocks.

![PIC2](../pic/vacuum_working_display.png)

The Show Working Area button displays the configured area in the world.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"block.extendedae.assembler_matrix_speed": "Assembler Matrix Speed Core",
"block.extendedae.wireless_hub": "ME Wireless Hub",
"block.extendedae.ex_emc_interface": "ME Extended Transmutation Interface",
"block.extendedae.vacuum_interface": "ME Vacuum Interface",
"item.extendedae.entro_crystal": "Entro Crystal",
"item.extendedae.entro_seed": "Entro Seed",
"item.extendedae.entro_dust": "Entro Dust",
Expand Down Expand Up @@ -179,7 +180,7 @@
"gui.wireless_connect.remote": "Position X: %s, Y: %s, Z: %s",
"gui.wireless_connect.remote_channel": "Position X: %s, Y: %s, Z: %s\nUsed Channel: %s",
"gui.wireless_connect.highlight.tooltip": "Highlight the remote Wireless Connector in world.",
"gui.extendedae.caner": "ME Caner",
"gui.extendedae.caner": "ME Canner",
"gui.extendedae.caner.fill": "Fill Mode",
"gui.extendedae.caner.empty": "Empty Mode",
"gui.extendedae.precise_export_bus": "ME Precise Export Bus",
Expand Down Expand Up @@ -224,6 +225,15 @@
"gui.wireless_hub.disconnect.tooltip": "Disconnect",
"gui.wireless_hub.empty_port.tooltip": "Available Port",
"gui.extendedae.smart_annihilation_plane": "ME Smart Annihilation Plane",
"gui.extendedae.vacuum_interface": "ME Vacuum Interface",
"gui.extendedae.vacuum_interface.render_enable": "Show working area",
"gui.extendedae.vacuum_interface.render_disable": "Hide working area",
"gui.extendedae.vacuum_interface.urgent": "Fast Speed",
"gui.extendedae.vacuum_interface.normal": "Normal Speed",
"gui.extendedae.vacuum_interface.set_work_area": "Area Config",
"gui.extendedae.vacuum_interface.size_config": "Working Range (X Y Z)",
"gui.extendedae.vacuum_interface.offset_config": "Offset (X Y Z)",
"gui.extendedae.network_status.highlight_hint": "Shift+Click to highlight",
"chat.ex_pattern_access_terminal.pos": "The pattern provider is now highlighted at: %s, Dim: %s (%s blocks away)",
"chat.wireless_connect.out_of_range": "The Wireless Node is too far",
"chat.wireless_connect.self_reference": "Can't connect to itself",
Expand All @@ -236,6 +246,7 @@
"chat.wireless.highlight": "The wireless connector is now highlighted at: %s, Dim: %s (%s blocks away)",
"chat.pattern_view.error": "This pattern isn't supported by ExtendedAE, please report it to Github: %s",
"chat.config_modifier.success": "Successfully modified %s's config",
"chat.network_status.highlight": "%sx %s are now highlighted in world",
"group.ex_io_bus_part": "ME Extended Import/Export Bus",
"group.ex_emc_io_bus_part": "ME Extended Transmutation Import/Export Bus",
"jade.wireless_connector.color": "Color: %s",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"block.extendedae.assembler_matrix_speed": "装配矩阵速度核心",
"block.extendedae.wireless_hub": "ME无线集线器",
"block.extendedae.ex_emc_interface": "ME扩展转化接口",
"block.extendedae.vacuum_interface": "ME吸物接口",
"item.extendedae.entro_crystal": "恩特罗水晶",
"item.extendedae.entro_seed": "恩特罗种子",
"item.extendedae.entro_dust": "恩特罗粉",
Expand Down Expand Up @@ -224,6 +225,15 @@
"gui.wireless_hub.disconnect.tooltip": "断开",
"gui.wireless_hub.empty_port.tooltip": "可用端口",
"gui.extendedae.smart_annihilation_plane": "ME智能破坏面板",
"gui.extendedae.vacuum_interface": "ME吸物接口",
"gui.extendedae.vacuum_interface.render_enable": "显示工作区域",
"gui.extendedae.vacuum_interface.render_disable": "隐藏工作区域",
"gui.extendedae.vacuum_interface.urgent": "快速",
"gui.extendedae.vacuum_interface.normal": "正常速度",
"gui.extendedae.vacuum_interface.set_work_area": "区域配置",
"gui.extendedae.vacuum_interface.size_config": "工作范围(X Y Z)",
"gui.extendedae.vacuum_interface.offset_config": "偏移量(X Y Z)",
"gui.extendedae.network_status.highlight_hint": "Shift点击以高亮",
"chat.ex_pattern_access_terminal.pos": "样板供应器已突出显示于:%s,维度:%s(%s格远)",
"chat.wireless_connect.out_of_range": "无线节点距离过远",
"chat.wireless_connect.self_reference": "无法连接到自身",
Expand All @@ -236,6 +246,7 @@
"chat.wireless.highlight": "无线连接器已突出显示于:%s,维度:%s(%s格远)",
"chat.pattern_view.error": "AE2扩展不支持此样板,请在GitHub处反馈:%s",
"chat.config_modifier.success": "已成功修改%s的配置",
"chat.network_status.highlight": "现已在世界中高亮%sx %s",
"group.ex_io_bus_part": "ME扩展输入/输出总线",
"group.ex_emc_io_bus_part": "ME扩展转化输入/输出总线",
"jade.wireless_connector.color": "颜色:%s",
Expand Down
Loading