Skip to content
Merged
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
@@ -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系统使用不同种类的物质来对应各种材料。每种物质都有其独特的属性,可复制的物品也各不相同。

## 基本物质类型

<ItemGrid>
<ItemIcon id="rep_ae2_bridge:metallic" />
<ItemIcon id="rep_ae2_bridge:earth" />
<ItemIcon id="rep_ae2_bridge:nether" />
<ItemIcon id="rep_ae2_bridge:organic" />
<ItemIcon id="rep_ae2_bridge:ender" />
<ItemIcon id="rep_ae2_bridge:precious" />
<ItemIcon id="rep_ae2_bridge:quantum" />
<ItemIcon id="rep_ae2_bridge:living" />
</ItemGrid>

### 金属物质
<ItemLink id="rep_ae2_bridge:metallic" />对应铁、金、铜及其合金等金属质的物品。此类别下也囊括了大多数与科技有关的零件与组件。

### 大地物质
<ItemLink id="rep_ae2_bridge:earth" />对应石头、泥土、沙子,以及主世界中出现的大多数建筑方块。

### 下界物质
<ItemLink id="rep_ae2_bridge:nether" />对应来自下界维度的材料,如下界岩、灵魂沙、下界砖块等。

### 有机物质
<ItemLink id="rep_ae2_bridge:organic" />对应植物、种子、木材,以及其他不会活动的有机材料。

## 高阶物质类型

### 末影物质
<ItemLink id="rep_ae2_bridge:ender" />对应与末地有关的材料,以及带有传送和维度性质的物品。

### 珍稀物质
<ItemLink id="rep_ae2_bridge:precious" />对应钻石、绿宝石、附魔物品等稀有和高价值的材料。

### 量子物质
<ItemLink id="rep_ae2_bridge:quantum" />是最为高阶的物质,对应复杂度高或有魔法属性的物品。

### 活体物质
<ItemLink id="rep_ae2_bridge:living" />对应来自生物的材料,如肉类、皮革、生物掉落物等。

## 物质转化

AE2-Replication桥接器可与应用能源2(AE2)的各界面配合,自动来回转化物品和物质。每种物品都有其特定的物质组分,这也决定了复制它所需物质的类型与用量。
Original file line number Diff line number Diff line change
@@ -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中的各类物质
Original file line number Diff line number Diff line change
@@ -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桥接器

<Row gap="20">
<BlockImage id="rep_ae2_bridge:rep_ae2_bridge" scale="8"></BlockImage>
</Row>

AE2-Replication桥接器是能将应用能源2(AE2)的ME系统和Replication的物质网络连接起来的部件。

## 特性

桥接器是两方系统间的翻译器,AE2的ME系统能经由它获取Replication的物质数据,反之亦然。

它带来的功能有:
- 查看Replication网络中的物质量
- 通过AE2的自动合成系统请求复制

## 放置

放置桥接器的步骤如下:

1. 在能接触到两方网络的位置放下AE2-Replication桥接器
2. 向方块的一面接入AE2的ME线缆
3. 向方块的另一面接入Replication的物质管道

## 最佳使用方案

* 只使用一个Replication网络
* 默认情况下,桥接器可同时处理大约20台复制器
* 如需同时使用更多复制器,应引入带有大量并行处理单元的合成CPU
Original file line number Diff line number Diff line change
@@ -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

<ItemGrid>
<ItemIcon id="rep_ae2_bridge:metallic" />
<ItemIcon id="rep_ae2_bridge:earth" />
<ItemIcon id="rep_ae2_bridge:nether" />
<ItemIcon id="rep_ae2_bridge:organic" />
<ItemIcon id="rep_ae2_bridge:ender" />
<ItemIcon id="rep_ae2_bridge:precious" />
<ItemIcon id="rep_ae2_bridge:quantum" />
<ItemIcon id="rep_ae2_bridge:living" />
</ItemGrid>

### Metallic Matter
<ItemLink id="rep_ae2_bridge:metallic" /> represents metallic items like iron, gold, copper, and their alloys. Also includes most technological components.

### Earth Matter
<ItemLink id="rep_ae2_bridge:earth" /> represents stone, dirt, sand, and most building blocks found in the overworld.

### Nether Matter
<ItemLink id="rep_ae2_bridge:nether" /> represents materials from the Nether dimension, such as netherrack, soul sand, and nether bricks.

### Organic Matter
<ItemLink id="rep_ae2_bridge:organic" /> represents plants, seeds, wood, and organic materials that are not alive.

## Advanced Matter Types

### Ender Matter
<ItemLink id="rep_ae2_bridge:ender" /> represents End-related materials and items with teleportation or dimensional properties.

### Precious Matter
<ItemLink id="rep_ae2_bridge:precious" /> represents rare and valuable materials like diamonds, emeralds, and enchanted items.

### Quantum Matter
<ItemLink id="rep_ae2_bridge:quantum" /> represents the most advanced form of matter, used for highly complex or magical items.

### Living Matter
<ItemLink id="rep_ae2_bridge:living" /> 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.
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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

<Row gap="20">
<BlockImage id="rep_ae2_bridge:rep_ae2_bridge" scale="8"></BlockImage>
</Row>

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
Original file line number Diff line number Diff line change
@@ -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"
}
Original file line number Diff line number Diff line change
@@ -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"
}
Loading