From a60c2e4f35a9877853df4501b8f11d614d7f19c1 Mon Sep 17 00:00:00 2001 From: ChuijkYahus <94828194+ChuijkYahus@users.noreply.github.com> Date: Mon, 2 Jun 2025 04:48:15 +0800 Subject: [PATCH] ReplicationAE2Bridge create --- .../ae2guide/_zh_cn/rep_intro/matter_types.md | 64 +++++++++++++++++++ .../_zh_cn/rep_intro/rep_intro-index.md | 15 +++++ .../ae2guide/_zh_cn/rep_intro/repae2bridge.md | 40 ++++++++++++ .../ae2guide/rep_intro/matter_types.md | 64 +++++++++++++++++++ .../ae2guide/rep_intro/rep_intro-index.md | 15 +++++ .../ae2guide/rep_intro/repae2bridge.md | 40 ++++++++++++ .../rep_ae2_bridge/lang/en_us.json | 13 ++++ .../rep_ae2_bridge/lang/zh_cn.json | 13 ++++ 8 files changed, 264 insertions(+) create mode 100644 projects/1.21/assets/replication-ae2-bridge/rep_ae2_bridge/ae2guide/_zh_cn/rep_intro/matter_types.md create mode 100644 projects/1.21/assets/replication-ae2-bridge/rep_ae2_bridge/ae2guide/_zh_cn/rep_intro/rep_intro-index.md create mode 100644 projects/1.21/assets/replication-ae2-bridge/rep_ae2_bridge/ae2guide/_zh_cn/rep_intro/repae2bridge.md create mode 100644 projects/1.21/assets/replication-ae2-bridge/rep_ae2_bridge/ae2guide/rep_intro/matter_types.md create mode 100644 projects/1.21/assets/replication-ae2-bridge/rep_ae2_bridge/ae2guide/rep_intro/rep_intro-index.md create mode 100644 projects/1.21/assets/replication-ae2-bridge/rep_ae2_bridge/ae2guide/rep_intro/repae2bridge.md create mode 100644 projects/1.21/assets/replication-ae2-bridge/rep_ae2_bridge/lang/en_us.json create mode 100644 projects/1.21/assets/replication-ae2-bridge/rep_ae2_bridge/lang/zh_cn.json diff --git a/projects/1.21/assets/replication-ae2-bridge/rep_ae2_bridge/ae2guide/_zh_cn/rep_intro/matter_types.md b/projects/1.21/assets/replication-ae2-bridge/rep_ae2_bridge/ae2guide/_zh_cn/rep_intro/matter_types.md new file mode 100644 index 000000000000..4fc436338d05 --- /dev/null +++ b/projects/1.21/assets/replication-ae2-bridge/rep_ae2_bridge/ae2guide/_zh_cn/rep_intro/matter_types.md @@ -0,0 +1,64 @@ +--- +navigation: + parent: rep_intro/rep_intro-index.md + title: 物质类型 + icon: rep_ae2_bridge:metallic +categories: +- matter_types +item_ids: +- rep_ae2_bridge:metallic +- rep_ae2_bridge:earth +- rep_ae2_bridge:nether +- rep_ae2_bridge:organic +- rep_ae2_bridge:ender +- rep_ae2_bridge:precious +- rep_ae2_bridge:quantum +- rep_ae2_bridge:living +--- + +# 物质类型 + +Replication系统使用不同种类的物质来对应各种材料。每种物质都有其独特的属性,可复制的物品也各不相同。 + +## 基本物质类型 + + + + + + + + + + + + +### 金属物质 +对应铁、金、铜及其合金等金属质的物品。此类别下也囊括了大多数与科技有关的零件与组件。 + +### 大地物质 +对应石头、泥土、沙子,以及主世界中出现的大多数建筑方块。 + +### 下界物质 +对应来自下界维度的材料,如下界岩、灵魂沙、下界砖块等。 + +### 有机物质 +对应植物、种子、木材,以及其他不会活动的有机材料。 + +## 高阶物质类型 + +### 末影物质 +对应与末地有关的材料,以及带有传送和维度性质的物品。 + +### 珍稀物质 +对应钻石、绿宝石、附魔物品等稀有和高价值的材料。 + +### 量子物质 +是最为高阶的物质,对应复杂度高或有魔法属性的物品。 + +### 活体物质 +对应来自生物的材料,如肉类、皮革、生物掉落物等。 + +## 物质转化 + +AE2-Replication桥接器可与应用能源2(AE2)的各界面配合,自动来回转化物品和物质。每种物品都有其特定的物质组分,这也决定了复制它所需物质的类型与用量。 \ No newline at end of file diff --git a/projects/1.21/assets/replication-ae2-bridge/rep_ae2_bridge/ae2guide/_zh_cn/rep_intro/rep_intro-index.md b/projects/1.21/assets/replication-ae2-bridge/rep_ae2_bridge/ae2guide/_zh_cn/rep_intro/rep_intro-index.md new file mode 100644 index 000000000000..a3023dead530 --- /dev/null +++ b/projects/1.21/assets/replication-ae2-bridge/rep_ae2_bridge/ae2guide/_zh_cn/rep_intro/rep_intro-index.md @@ -0,0 +1,15 @@ +--- +navigation: + title: Replication联动 + icon: rep_ae2_bridge:rep_ae2_bridge + position: 100 +--- + +# Replication联动指南 + +欢迎阅读Replication与AE2联动内容的指南!此附属将应用能源2(Applied Energistics 2,AE2)与Replication的内容进行了关联,从而可在ME系统中直接取用物质。 + +## 目录 + +* [ME-Replication桥接器](repae2bridge.md):连接两方体系的主要部件 +* [物质类型](matter_types.md):了解Replication中的各类物质 \ No newline at end of file diff --git a/projects/1.21/assets/replication-ae2-bridge/rep_ae2_bridge/ae2guide/_zh_cn/rep_intro/repae2bridge.md b/projects/1.21/assets/replication-ae2-bridge/rep_ae2_bridge/ae2guide/_zh_cn/rep_intro/repae2bridge.md new file mode 100644 index 000000000000..b24a53f5a2cd --- /dev/null +++ b/projects/1.21/assets/replication-ae2-bridge/rep_ae2_bridge/ae2guide/_zh_cn/rep_intro/repae2bridge.md @@ -0,0 +1,40 @@ +--- +navigation: + parent: rep_intro/rep_intro-index.md + title: ME-Replication桥接器 + icon: rep_ae2_bridge:rep_ae2_bridge +categories: +- rep_bridge_components +item_ids: +- rep_ae2_bridge:rep_ae2_bridge +--- + +# ME-Replication桥接器 + + + + + +AE2-Replication桥接器是能将应用能源2(AE2)的ME系统和Replication的物质网络连接起来的部件。 + +## 特性 + +桥接器是两方系统间的翻译器,AE2的ME系统能经由它获取Replication的物质数据,反之亦然。 + +它带来的功能有: +- 查看Replication网络中的物质量 +- 通过AE2的自动合成系统请求复制 + +## 放置 + +放置桥接器的步骤如下: + +1. 在能接触到两方网络的位置放下AE2-Replication桥接器 +2. 向方块的一面接入AE2的ME线缆 +3. 向方块的另一面接入Replication的物质管道 + +## 最佳使用方案 + +* 只使用一个Replication网络 +* 默认情况下,桥接器可同时处理大约20台复制器 +* 如需同时使用更多复制器,应引入带有大量并行处理单元的合成CPU \ No newline at end of file diff --git a/projects/1.21/assets/replication-ae2-bridge/rep_ae2_bridge/ae2guide/rep_intro/matter_types.md b/projects/1.21/assets/replication-ae2-bridge/rep_ae2_bridge/ae2guide/rep_intro/matter_types.md new file mode 100644 index 000000000000..921bb76302f1 --- /dev/null +++ b/projects/1.21/assets/replication-ae2-bridge/rep_ae2_bridge/ae2guide/rep_intro/matter_types.md @@ -0,0 +1,64 @@ +--- +navigation: + parent: rep_intro/rep_intro-index.md + title: Matter Types + icon: rep_ae2_bridge:metallic +categories: +- matter_types +item_ids: +- rep_ae2_bridge:metallic +- rep_ae2_bridge:earth +- rep_ae2_bridge:nether +- rep_ae2_bridge:organic +- rep_ae2_bridge:ender +- rep_ae2_bridge:precious +- rep_ae2_bridge:quantum +- rep_ae2_bridge:living +--- + +# Matter Types + +The Replication system uses different types of matter to represent various materials. Each matter type has specific properties and is used to replicate different items. + +## Basic Matter Types + + + + + + + + + + + + +### Metallic Matter + represents metallic items like iron, gold, copper, and their alloys. Also includes most technological components. + +### Earth Matter + represents stone, dirt, sand, and most building blocks found in the overworld. + +### Nether Matter + represents materials from the Nether dimension, such as netherrack, soul sand, and nether bricks. + +### Organic Matter + represents plants, seeds, wood, and organic materials that are not alive. + +## Advanced Matter Types + +### Ender Matter + represents End-related materials and items with teleportation or dimensional properties. + +### Precious Matter + represents rare and valuable materials like diamonds, emeralds, and enchanted items. + +### Quantum Matter + represents the most advanced form of matter, used for highly complex or magical items. + +### Living Matter + represents materials from living creatures, such as meat, leather, and mob drops. + +## Matter Conversion + +The RepAE2Bridge allows you to convert items to and from these matter types automatically through the AE2 interface. Each item has a specific matter composition that determines how much of each matter type is needed for replication. \ No newline at end of file diff --git a/projects/1.21/assets/replication-ae2-bridge/rep_ae2_bridge/ae2guide/rep_intro/rep_intro-index.md b/projects/1.21/assets/replication-ae2-bridge/rep_ae2_bridge/ae2guide/rep_intro/rep_intro-index.md new file mode 100644 index 000000000000..3e74cee9be24 --- /dev/null +++ b/projects/1.21/assets/replication-ae2-bridge/rep_ae2_bridge/ae2guide/rep_intro/rep_intro-index.md @@ -0,0 +1,15 @@ +--- +navigation: + title: Replication Bridge + icon: rep_ae2_bridge:rep_ae2_bridge + position: 100 +--- + +# Replication Bridge Guide + +Welcome to the Replication AE2 Bridge guide! This addon connects Applied Energistics 2 (AE2) with the Replication mod, allowing you to use matter data directly in your ME system. + +## Contents + +* [ME-Replication Bridge](repae2bridge.md) - The main component that connects the two systems +* [Matter Types](matter_types.md) - Learn about the different types of matter used in Replication \ No newline at end of file diff --git a/projects/1.21/assets/replication-ae2-bridge/rep_ae2_bridge/ae2guide/rep_intro/repae2bridge.md b/projects/1.21/assets/replication-ae2-bridge/rep_ae2_bridge/ae2guide/rep_intro/repae2bridge.md new file mode 100644 index 000000000000..69c90f19aa6f --- /dev/null +++ b/projects/1.21/assets/replication-ae2-bridge/rep_ae2_bridge/ae2guide/rep_intro/repae2bridge.md @@ -0,0 +1,40 @@ +--- +navigation: + parent: rep_intro/rep_intro-index.md + title: ME-Replication Bridge + icon: rep_ae2_bridge:rep_ae2_bridge +categories: +- rep_bridge_components +item_ids: +- rep_ae2_bridge:rep_ae2_bridge +--- + +# ME-Replication Bridge + + + + + +The RepAE2Bridge is a component that connects the AE2 ME system with the Replication matter network. + +## Features + +The bridge acts as a translator between the two systems, allowing Replication matter data to be accessible within the AE2 ME system and vice versa. + +This enables you to: +- View matter quantities in the Replication network +- Request replications through AE2's autocrafting system + +## Placing + +To place the bridge, follow these steps: + +1. Place the RepAE2Bridge block at a point that can reach both networks +2. Connect an AE2 ME cable to one side of the block +3. Connect a Replication matter pipe to another side of the block + +## Optimal Setup + +* Use only one Replication network +* By default, the bridge can handle ~20 replicators simultaneously +* To support a larger number of replicators, use a crafting CPU with a high number of Crafting Co-processing Units \ No newline at end of file diff --git a/projects/1.21/assets/replication-ae2-bridge/rep_ae2_bridge/lang/en_us.json b/projects/1.21/assets/replication-ae2-bridge/rep_ae2_bridge/lang/en_us.json new file mode 100644 index 000000000000..283314a799d8 --- /dev/null +++ b/projects/1.21/assets/replication-ae2-bridge/rep_ae2_bridge/lang/en_us.json @@ -0,0 +1,13 @@ +{ + "item.rep_ae2_bridge.earth": "Earth Matter", + "item.rep_ae2_bridge.nether": "Nether Matter", + "item.rep_ae2_bridge.organic": "Organic Matter", + "item.rep_ae2_bridge.ender": "Ender Matter", + "item.rep_ae2_bridge.metallic": "Metallic Matter", + "item.rep_ae2_bridge.precious": "Precious Matter", + "item.rep_ae2_bridge.living": "Living Matter", + "item.rep_ae2_bridge.quantum": "Quantum Matter", + "block.rep_ae2_bridge.rep_ae2_bridge": "AE2-Replication Bridge", + "block.rep_ae2_bridge.repae2bridge": "RepAE2Bridge", + "item.rep_ae2_bridge.repae2bridge": "RepAE2Bridge" +} \ No newline at end of file diff --git a/projects/1.21/assets/replication-ae2-bridge/rep_ae2_bridge/lang/zh_cn.json b/projects/1.21/assets/replication-ae2-bridge/rep_ae2_bridge/lang/zh_cn.json new file mode 100644 index 000000000000..cd6e2ce0078d --- /dev/null +++ b/projects/1.21/assets/replication-ae2-bridge/rep_ae2_bridge/lang/zh_cn.json @@ -0,0 +1,13 @@ +{ + "item.rep_ae2_bridge.earth": "大地物质", + "item.rep_ae2_bridge.nether": "下界物质", + "item.rep_ae2_bridge.organic": "有机物质", + "item.rep_ae2_bridge.ender": "末影物质", + "item.rep_ae2_bridge.metallic": "金属物质", + "item.rep_ae2_bridge.precious": "珍稀物质", + "item.rep_ae2_bridge.living": "活体物质", + "item.rep_ae2_bridge.quantum": "量子物质", + "block.rep_ae2_bridge.rep_ae2_bridge": "AE2-Replication桥接器", + "block.rep_ae2_bridge.repae2bridge": "RepAE2Bridge", + "item.rep_ae2_bridge.repae2bridge": "RepAE2Bridge" +} \ No newline at end of file