diff --git a/projects/assets/ae2-import-export-card/1.21/ae2/ae2guide/_zh_cn/ae2importexportcard-index.md b/projects/assets/ae2-import-export-card/1.21/ae2/ae2guide/_zh_cn/ae2importexportcard-index.md
index dfefbafbe374..aab2916f1e39 100644
--- a/projects/assets/ae2-import-export-card/1.21/ae2/ae2guide/_zh_cn/ae2importexportcard-index.md
+++ b/projects/assets/ae2-import-export-card/1.21/ae2/ae2guide/_zh_cn/ae2importexportcard-index.md
@@ -8,6 +8,7 @@ categories:
item_ids:
- ae2importexportcard:export_card
- ae2importexportcard:import_card
+- ae2importexportcard:block_picker_card
---
# AE2输入输出卡
@@ -16,9 +17,11 @@ item_ids:
+
+
-输入卡和输出卡可通过玩家物品栏输入/输出物品。
+输入卡、输出卡、方块点选卡可通过玩家物品栏输入/输出物品。
## 输入卡
@@ -61,4 +64,16 @@ item_ids:
### 配方
-
\ No newline at end of file
+
+
+## 方块点选卡
+
+
+
+方块点选卡可从网络中取出你所看的方块。将准星指向某方块,按下“点选方块”按键即可。若网络中有匹配的方块,则将其抽出至你的物品栏。
+
+
+
+### Recipe
+
+
\ No newline at end of file
diff --git a/projects/assets/ae2-import-export-card/1.21/ae2/ae2guide/_zh_cn/diagrams/block_picker_card.png b/projects/assets/ae2-import-export-card/1.21/ae2/ae2guide/_zh_cn/diagrams/block_picker_card.png
new file mode 100644
index 000000000000..eb86bb34a4e3
Binary files /dev/null and b/projects/assets/ae2-import-export-card/1.21/ae2/ae2guide/_zh_cn/diagrams/block_picker_card.png differ
diff --git a/projects/assets/ae2-import-export-card/1.21/ae2/ae2guide/ae2importexportcard-index.md b/projects/assets/ae2-import-export-card/1.21/ae2/ae2guide/ae2importexportcard-index.md
index 589b48bca1de..81f783b5735b 100644
--- a/projects/assets/ae2-import-export-card/1.21/ae2/ae2guide/ae2importexportcard-index.md
+++ b/projects/assets/ae2-import-export-card/1.21/ae2/ae2guide/ae2importexportcard-index.md
@@ -8,6 +8,7 @@ categories:
item_ids:
- ae2importexportcard:export_card
- ae2importexportcard:import_card
+- ae2importexportcard:block_picker_card
---
# AE2 Import Export Card
@@ -16,9 +17,11 @@ item_ids:
+
+
-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
@@ -61,4 +64,16 @@ The Export Card supports the following [upgrades](items-blocks-machines/upgrade_
### Recipe
-
\ No newline at end of file
+
+
+## Block Picker Card
+
+
+
+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.
+
+
+
+### Recipe
+
+
\ No newline at end of file
diff --git a/projects/assets/ae2-import-export-card/1.21/ae2/ae2guide/diagrams/block_picker_card.png b/projects/assets/ae2-import-export-card/1.21/ae2/ae2guide/diagrams/block_picker_card.png
new file mode 100644
index 000000000000..115744e76749
Binary files /dev/null and b/projects/assets/ae2-import-export-card/1.21/ae2/ae2guide/diagrams/block_picker_card.png differ
diff --git a/projects/assets/ae2-import-export-card/1.21/ae2importexportcard/lang/en_us.json b/projects/assets/ae2-import-export-card/1.21/ae2importexportcard/lang/en_us.json
index d6b1284d684d..2ac272026bbf 100644
--- a/projects/assets/ae2-import-export-card/1.21/ae2importexportcard/lang/en_us.json
+++ b/projects/assets/ae2-import-export-card/1.21/ae2importexportcard/lang/en_us.json
@@ -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"
}
diff --git a/projects/assets/ae2-import-export-card/1.21/ae2importexportcard/lang/zh_cn.json b/projects/assets/ae2-import-export-card/1.21/ae2importexportcard/lang/zh_cn.json
index f538e9226357..4a155604cedd 100644
--- a/projects/assets/ae2-import-export-card/1.21/ae2importexportcard/lang/zh_cn.json
+++ b/projects/assets/ae2-import-export-card/1.21/ae2importexportcard/lang/zh_cn.json
@@ -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": "黑名单"
}
diff --git a/projects/assets/ex-pattern-provider/1.21/extendedae/ae2guide/_zh_cn/epp_intro/vacuum_interface.md b/projects/assets/ex-pattern-provider/1.21/extendedae/ae2guide/_zh_cn/epp_intro/vacuum_interface.md
new file mode 100644
index 000000000000..75af484a96ce
--- /dev/null
+++ b/projects/assets/ex-pattern-provider/1.21/extendedae/ae2guide/_zh_cn/epp_intro/vacuum_interface.md
@@ -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吸物接口
+
+
+
+
+
+ME吸物接口能自动收集其工作区域内掉落的物品,并将它们直接存入相连的ME网络。网络不接受的物品不会被吸收。
+
+## 工作区域
+
+
+
+默认工作区域为5x5x5(格)立方体,以接口为中心。可通过“区域配置”按钮调整区域尺寸和各轴上的偏移量。单边长度最大10格,偏移量最大16格。
+
+
+
+“显示工作区域”按钮可在世界中显示区域配置。
diff --git a/projects/assets/ex-pattern-provider/1.21/extendedae/ae2guide/_zh_cn/pic/vacuum_config.png b/projects/assets/ex-pattern-provider/1.21/extendedae/ae2guide/_zh_cn/pic/vacuum_config.png
new file mode 100644
index 000000000000..ae7395ecccd8
Binary files /dev/null and b/projects/assets/ex-pattern-provider/1.21/extendedae/ae2guide/_zh_cn/pic/vacuum_config.png differ
diff --git a/projects/assets/ex-pattern-provider/1.21/extendedae/ae2guide/epp_intro/vacuum_interface.md b/projects/assets/ex-pattern-provider/1.21/extendedae/ae2guide/epp_intro/vacuum_interface.md
new file mode 100644
index 000000000000..021fb421af46
--- /dev/null
+++ b/projects/assets/ex-pattern-provider/1.21/extendedae/ae2guide/epp_intro/vacuum_interface.md
@@ -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
+
+
+
+
+
+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
+
+
+
+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.
+
+
+
+The Show Working Area button displays the configured area in the world.
diff --git a/projects/assets/ex-pattern-provider/1.21/extendedae/ae2guide/pic/vacuum_config.png b/projects/assets/ex-pattern-provider/1.21/extendedae/ae2guide/pic/vacuum_config.png
new file mode 100644
index 000000000000..a3a3248a423a
Binary files /dev/null and b/projects/assets/ex-pattern-provider/1.21/extendedae/ae2guide/pic/vacuum_config.png differ
diff --git a/projects/assets/ex-pattern-provider/1.21/extendedae/lang/en_us.json b/projects/assets/ex-pattern-provider/1.21/extendedae/lang/en_us.json
index 2a9c29d6dbb2..e454a3dbed53 100644
--- a/projects/assets/ex-pattern-provider/1.21/extendedae/lang/en_us.json
+++ b/projects/assets/ex-pattern-provider/1.21/extendedae/lang/en_us.json
@@ -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",
@@ -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",
@@ -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",
@@ -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",
diff --git a/projects/assets/ex-pattern-provider/1.21/extendedae/lang/zh_cn.json b/projects/assets/ex-pattern-provider/1.21/extendedae/lang/zh_cn.json
index 8578dbd5ae3b..11b973c5da64 100644
--- a/projects/assets/ex-pattern-provider/1.21/extendedae/lang/zh_cn.json
+++ b/projects/assets/ex-pattern-provider/1.21/extendedae/lang/zh_cn.json
@@ -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": "恩特罗粉",
@@ -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": "无法连接到自身",
@@ -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",