Skip to content

Commit 37ddb20

Browse files
authored
Schematics Energistics 翻译提交 (#5393)
* SchematicsEnergistics create * SchematicEnergistics path
1 parent 4b17ccc commit 37ddb20

8 files changed

Lines changed: 142 additions & 0 deletions

File tree

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
item_ids:
3+
- schematicenergistics:cannon_interface
4+
- schematicenergistics:cannon_interface_part
5+
---
6+
7+
# 蓝图大炮接口
8+
9+
蓝图大炮接口是可让机械动力(Create)的蓝图大炮访问应用能源2(Applied Energistics 2,AE2)的存储与自动合成系统的方块。
10+
11+
<GameScene zoom="2" background="transparent" interactive={false}>
12+
<Block id="schematicenergistics:cannon_interface" />
13+
</GameScene>
14+
15+
## 用途
16+
将蓝图大炮接口与蓝图大炮相邻放置,再为接口接通AE2网络,大炮即可访问网络中的物品。同一时刻,蓝图大炮只可连接一个蓝图大炮接口。
17+
18+
<GameScene zoom="2" background="transparent" interactive={true}>
19+
<ImportStructure src="./structure/example.snbt"></ImportStructure>
20+
</GameScene>
21+
22+
蓝图大炮**永远**会优先使用其他容器内的物品,然后才会访问AE2网络。也就是说,箱子、木桶等容器中的物品会被优先使用。
23+
24+
如果蓝图大炮接口连接到了AE2网络,它还会从网络向蓝图大炮输出火药。
25+
26+
## 配方
27+
28+
<Recipe id="cannon_interface" />
29+
<Recipe id="cannon_interface_to_part" />
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
item_ids:
3+
- schematicenergistics:cannon_interface
4+
- schematicenergistics:cannon_interface_part
5+
---
6+
7+
# Cannon Interface
8+
9+
A block that allows the Schematic Cannon from Create mod to connect to AE2 storage and autocraft.
10+
11+
<GameScene zoom="2" background="transparent" interactive={false}>
12+
<Block id="schematicenergistics:cannon_interface" />
13+
</GameScene>
14+
15+
## Usage
16+
Place it next to a Schematic Cannon and connect it to an AE2 network. It will allow the cannon to access items from the network.
17+
Only one Cannon Interface can be connected to a Schematic Cannon at a time.
18+
19+
<GameScene zoom="2" background="transparent" interactive={true}>
20+
<ImportStructure src="./structure/example.snbt"></ImportStructure>
21+
</GameScene>
22+
23+
The Cannon will ALWAYS priotize items from other inventories before accessing the AE2 network. This means that items from chest, barrels, etc, will be used first.
24+
25+
The Cannon Interface will also export gunpowder from the AE2 network to the Schematic Cannon, if it is connected to the network.
26+
27+
## Recipe
28+
29+
<Recipe id="cannon_interface" />
30+
<Recipe id="cannon_interface_to_part" />
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"block.schematicenergistics.cannon_interface": "Cannon Interface",
3+
"item.schematicenergistics.cannon_interface_part": "Cannon Interface",
4+
"block.schematicenergistics.cannon_interface.tooltip": "Allows the Schematic Cannon to interface with Applied Energistics 2 storage and autocraft.",
5+
"creativetab.schematicenergistics.title": "Schematic Energistics"
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"block.schematicenergistics.cannon_interface": "蓝图大炮接口",
3+
"item.schematicenergistics.cannon_interface_part": "蓝图大炮接口",
4+
"block.schematicenergistics.cannon_interface.tooltip": "蓝图大炮可经此访问应用能源2的存储空间和自动合成系统。",
5+
"creativetab.schematicenergistics.title": "Schematic Energistics"
6+
}
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
item_ids:
3+
- schematicenergistics:cannon_interface
4+
- schematicenergistics:cannon_interface_part
5+
---
6+
7+
# 蓝图大炮接口
8+
9+
蓝图大炮接口是可让机械动力(Create)的蓝图大炮访问应用能源2(Applied Energistics 2,AE2)的存储与自动合成系统的方块。
10+
11+
<GameScene zoom="2" background="transparent" interactive={false}>
12+
<Block id="schematicenergistics:cannon_interface" />
13+
</GameScene>
14+
15+
## 用途
16+
将蓝图大炮接口与蓝图大炮相邻放置,再为接口接通AE2网络,大炮即可访问网络中的物品。同一时刻,蓝图大炮只可连接一个蓝图大炮接口。
17+
18+
<GameScene zoom="2" background="transparent" interactive={true}>
19+
<ImportStructure src="./structure/example.nbt"></ImportStructure>
20+
</GameScene>
21+
22+
蓝图大炮**永远**会优先使用其他容器内的物品,然后才会访问AE2网络。也就是说,箱子、木桶等容器中的物品会被优先使用。
23+
24+
如果蓝图大炮接口连接到了AE2网络,它还会从网络向蓝图大炮输出火药。
25+
26+
## 配方
27+
28+
<Recipe id="cannon_interface" />
29+
<Recipe id="cannon_interface_to_part" />
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
item_ids:
3+
- schematicenergistics:cannon_interface
4+
- schematicenergistics:cannon_interface_part
5+
---
6+
7+
# Cannon Interface
8+
9+
A block that allows the Schematic Cannon from Create mod to connect to AE2 storage and autocraft.
10+
11+
<GameScene zoom="2" background="transparent" interactive={false}>
12+
<Block id="schematicenergistics:cannon_interface" />
13+
</GameScene>
14+
15+
## Usage
16+
Place it next to a Schematic Cannon and connect it to an AE2 network. It will allow the cannon to access items from the network.
17+
Only one Cannon Interface can be connected to a Schematic Cannon at a time.
18+
19+
<GameScene zoom="2" background="transparent" interactive={true}>
20+
<ImportStructure src="./structure/example.nbt"></ImportStructure>
21+
</GameScene>
22+
23+
The Cannon will ALWAYS priotize items from other inventories before accessing the AE2 network. This means that items from chest, barrels, etc, will be used first.
24+
25+
The Cannon Interface will also export gunpowder from the AE2 network to the Schematic Cannon, if it is connected to the network.
26+
27+
## Recipe
28+
29+
<Recipe id="cannon_interface" />
30+
<Recipe id="cannon_interface_to_part" />
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"block.schematicenergistics.cannon_interface": "Cannon Interface",
3+
"item.schematicenergistics.cannon_interface_part": "Cannon Interface",
4+
"block.schematicenergistics.cannon_interface.tooltip": "Allows the Schematic Cannon to interface with Applied Energistics 2 storage and autocraft.",
5+
"creativetab.schematicenergistics.title": "Schematic Energistics"
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"block.schematicenergistics.cannon_interface": "蓝图大炮接口",
3+
"item.schematicenergistics.cannon_interface_part": "蓝图大炮接口",
4+
"block.schematicenergistics.cannon_interface.tooltip": "蓝图大炮可经此访问应用能源2的存储空间和自动合成系统。",
5+
"creativetab.schematicenergistics.title": "Schematic Energistics"
6+
}

0 commit comments

Comments
 (0)