Skip to content

Commit 09a9117

Browse files
authored
Synergy 翻译提交 (#5550)
1 parent 100fc7e commit 09a9117

100 files changed

Lines changed: 4751 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
navigation:
3+
title: 自动化
4+
icon: "synergy:harvester"
5+
position: 5
6+
categories:
7+
- main
8+
---
9+
10+
# 自动化
11+
12+
可用于自动化的、有独特特性的功能方块。
13+
14+
<CategoryIndex category="automation"></CategoryIndex>
Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
---
2+
navigation:
3+
title: 收割机
4+
icon: "synergy:harvester"
5+
parent: automation.md
6+
position: 2
7+
categories:
8+
- automation
9+
item_ids:
10+
- synergy:harvester
11+
---
12+
13+
# 收割机
14+
15+
能收割农作物和砍伐植物的方块。
16+
17+
它会自动向紧贴其侧面的容器输出物品,但假如无法输出就会让所有产物变为掉落的物品!
18+
19+
可用配置器显示此机器的作用范围。
20+
21+
需提供FE才可运作。
22+
23+
<BlockImage id="synergy:harvester" scale="4.0" p:enabled="true"/>
24+
25+
可收割的事物:
26+
27+
- 任意单方块农作物
28+
- 任意树木和巨型下界菌
29+
- 任意高大农作物(<ItemLink id="minecraft:sugar_cane"/>、<ItemLink id="minecraft:cactus"/>、<ItemLink id="minecraft:bamboo"/>)
30+
- <ItemLink id="minecraft:cocoa_beans"/>
31+
- <ItemLink id="minecraft:melon"/>和<ItemLink id="minecraft:pumpkin"/>
32+
- <ItemLink id="minecraft:sweet_berries"/>
33+
- <ItemLink id="synergy:azalea_seeds"/>
34+
- <ItemLink id="minecraft:nether_wart"/>
35+
36+
注意:此机器能收割树木,但不会重新栽种树苗!
37+
38+
<GameScene zoom="2" interactive={true}>
39+
40+
<ImportStructure src="../templates/base.nbt" pos="1 0 1"/>
41+
42+
<Block x="5" y="1" z="10" id="synergy:harvester" p:facing="north" p:enabled="true"/>
43+
44+
<Block x="7" y="1" z="3" id="synergy:azalea" p:age="5"/>
45+
<Block x="2" y="1" z="1" id="synergy:azalea" p:age="6"/>
46+
<Block x="4" y="1" z="7" id="synergy:azalea" p:age="0"/>
47+
<Block x="6" y="1" z="2" id="synergy:azalea" p:age="3"/>
48+
<Block x="1" y="1" z="6" id="synergy:azalea" p:age="2"/>
49+
<Block x="3" y="1" z="8" id="synergy:azalea" p:age="4"/>
50+
<Block x="5" y="1" z="9" id="synergy:azalea" p:age="1"/>
51+
<Block x="9" y="1" z="4" id="synergy:azalea" p:age="7"/>
52+
<Block x="2" y="1" z="9" id="synergy:azalea" p:age="0"/>
53+
<Block x="8" y="1" z="5" id="synergy:azalea" p:age="6"/>
54+
<Block x="7" y="1" z="1" id="synergy:azalea" p:age="5"/>
55+
<Block x="3" y="1" z="3" id="synergy:azalea" p:age="2"/>
56+
<Block x="6" y="1" z="8" id="synergy:azalea" p:age="7"/>
57+
<Block x="1" y="1" z="2" id="synergy:azalea" p:age="3"/>
58+
<Block x="9" y="1" z="6" id="synergy:azalea" p:age="0"/>
59+
<Block x="4" y="1" z="9" id="synergy:azalea" p:age="4"/>
60+
<Block x="2" y="1" z="5" id="synergy:azalea" p:age="1"/>
61+
<Block x="8" y="1" z="7" id="synergy:azalea" p:age="6"/>
62+
<Block x="5" y="1" z="3" id="synergy:azalea" p:age="3"/>
63+
<Block x="3" y="1" z="4" id="synergy:azalea" p:age="2"/>
64+
<Block x="7" y="1" z="2" id="synergy:azalea" p:age="0"/>
65+
<Block x="6" y="1" z="7" id="synergy:azalea" p:age="5"/>
66+
<Block x="1" y="1" z="5" id="synergy:azalea" p:age="4"/>
67+
<Block x="9" y="1" z="8" id="synergy:azalea" p:age="7"/>
68+
<Block x="4" y="1" z="6" id="synergy:azalea" p:age="1"/>
69+
<Block x="5" y="1" z="1" id="synergy:azalea" p:age="2"/>
70+
<Block x="2" y="1" z="2" id="synergy:azalea" p:age="0"/>
71+
<Block x="8" y="1" z="9" id="synergy:azalea" p:age="6"/>
72+
<Block x="6" y="1" z="5" id="synergy:azalea" p:age="3"/>
73+
<Block x="3" y="1" z="7" id="synergy:azalea" p:age="4"/>
74+
<Block x="7" y="1" z="6" id="synergy:azalea" p:age="1"/>
75+
76+
<BoxAnnotation color="#00FF00" min="1.0 1.0 1.0" max="10.0 2.0 10.0">
77+
作用范围(9x9)<br/>可使用 <ItemImage id="synergy:configurator" scale="0.75"/> <ItemLink id="synergy:configurator"/>显示
78+
</BoxAnnotation>
79+
80+
</GameScene>
81+
82+
<RecipeFor id="synergy:harvester" />
83+
84+
_收割机还内置有完整的自定义API,允许其他模组不使用Mixin进行兼容。_
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
navigation:
3+
title: 太阳能板
4+
icon: "synergy:solar_panel"
5+
parent: automation.md
6+
position: 3
7+
categories:
8+
- automation
9+
item_ids:
10+
- synergy:solar_panel
11+
---
12+
13+
# 太阳能板
14+
15+
露天时能在日间产生FE的方块。
16+
17+
<BlockImage id="synergy:solar_panel" scale="4.0" p:north="false" p:south="false" p:east="false" p:west="false" p:enabled="true"/>
18+
19+
<RecipeFor id="synergy:solar_panel" />
Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
---
2+
navigation:
3+
title: 洒水机
4+
icon: "synergy:sprinkler"
5+
parent: automation.md
6+
position: 1
7+
categories:
8+
- automation
9+
item_ids:
10+
- synergy:sprinkler
11+
---
12+
13+
# 洒水机
14+
15+
能加快周围农作物生长的方块。
16+
17+
需提供FE才可运作。
18+
19+
<GameScene zoom="2" interactive={true}>
20+
21+
<ImportStructure src="../templates/base.nbt" pos="1 0 1"/>
22+
23+
<Block x="5" y="1" z="5" id="synergy:sprinkler" p:enabled="true"/>
24+
25+
<Block x="7" y="1" z="3" id="synergy:azalea" p:age="5"/>
26+
<Block x="2" y="1" z="1" id="synergy:azalea" p:age="6"/>
27+
<Block x="4" y="1" z="7" id="synergy:azalea" p:age="0"/>
28+
<Block x="6" y="1" z="2" id="synergy:azalea" p:age="3"/>
29+
<Block x="1" y="1" z="6" id="synergy:azalea" p:age="2"/>
30+
<Block x="3" y="1" z="8" id="synergy:azalea" p:age="4"/>
31+
<Block x="5" y="1" z="9" id="synergy:azalea" p:age="1"/>
32+
<Block x="9" y="1" z="4" id="synergy:azalea" p:age="7"/>
33+
<Block x="2" y="1" z="9" id="synergy:azalea" p:age="0"/>
34+
<Block x="8" y="1" z="5" id="synergy:azalea" p:age="6"/>
35+
<Block x="7" y="1" z="1" id="synergy:azalea" p:age="5"/>
36+
<Block x="3" y="1" z="3" id="synergy:azalea" p:age="2"/>
37+
<Block x="6" y="1" z="8" id="synergy:azalea" p:age="7"/>
38+
<Block x="1" y="1" z="2" id="synergy:azalea" p:age="3"/>
39+
<Block x="9" y="1" z="6" id="synergy:azalea" p:age="0"/>
40+
<Block x="4" y="1" z="9" id="synergy:azalea" p:age="4"/>
41+
<Block x="2" y="1" z="5" id="synergy:azalea" p:age="1"/>
42+
<Block x="8" y="1" z="7" id="synergy:azalea" p:age="6"/>
43+
<Block x="5" y="1" z="3" id="synergy:azalea" p:age="3"/>
44+
<Block x="3" y="1" z="4" id="synergy:azalea" p:age="2"/>
45+
<Block x="7" y="1" z="2" id="synergy:azalea" p:age="0"/>
46+
<Block x="6" y="1" z="7" id="synergy:azalea" p:age="5"/>
47+
<Block x="1" y="1" z="5" id="synergy:azalea" p:age="4"/>
48+
<Block x="9" y="1" z="8" id="synergy:azalea" p:age="7"/>
49+
<Block x="4" y="1" z="6" id="synergy:azalea" p:age="1"/>
50+
<Block x="5" y="1" z="1" id="synergy:azalea" p:age="2"/>
51+
<Block x="2" y="1" z="2" id="synergy:azalea" p:age="0"/>
52+
<Block x="8" y="1" z="9" id="synergy:azalea" p:age="6"/>
53+
<Block x="6" y="1" z="5" id="synergy:azalea" p:age="3"/>
54+
<Block x="3" y="1" z="7" id="synergy:azalea" p:age="4"/>
55+
<Block x="7" y="1" z="6" id="synergy:azalea" p:age="1"/>
56+
57+
<BoxAnnotation color="#00FF00" min="1.0 1.0 1.0" max="10.0 4.0 10.0">
58+
作用范围(9x9)<br/>可使用 <ItemImage id="synergy:configurator" scale="0.75"/> <ItemLink id="synergy:configurator"/>显示
59+
</BoxAnnotation>
60+
61+
</GameScene>
62+
63+
64+
<BlockImage id="synergy:sprinkler" scale="4.0"/>
65+
66+
<RecipeFor id="synergy:sprinkler" />
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
navigation:
3+
title: Synergy
4+
icon: "synergy:copper_coil"
5+
position: 1
6+
---
7+
8+
# Synergy——一个魔法/科技模组
9+
10+
各种东西组成的模组,没有什么主题。
11+
12+
## 模块
13+
14+
<CategoryIndex category="main"></CategoryIndex>
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
navigation:
3+
title: 工业机器
4+
icon: "synergy:macerator"
5+
position: 2
6+
categories:
7+
- main
8+
item_ids:
9+
- synergy:macerator
10+
- synergy:compressor
11+
- synergy:electric_furnace
12+
- synergy:electric_melter
13+
- synergy:extractor
14+
- synergy:casting_factory
15+
- synergy:alloy_smelter
16+
- synergy:rock_crusher
17+
---
18+
19+
# 工业机器
20+
21+
使用能量加工物品和流体的功能方块。
22+
23+
所有机器都接受升级,也都可用各类管道自动化。它们能大大简化部分资源的制造过程。
24+
25+
<GameScene zoom="2" interactive={true}>
26+
<Block x="-4" y="0" z="0" id="synergy:rock_crusher" p:enabled="false" p:facing="north"/>
27+
<Block x="-4" y="1" z="0" id="synergy:rock_crusher" p:enabled="true" p:facing="north"/>
28+
29+
<Block x="-3" y="0" z="0" id="synergy:extractor" p:enabled="false" p:facing="north"/>
30+
<Block x="-3" y="1" z="0" id="synergy:extractor" p:enabled="true" p:facing="north"/>
31+
32+
<Block x="-2" y="0" z="0" id="synergy:macerator" p:enabled="false" p:facing="north"/>
33+
<Block x="-2" y="1" z="0" id="synergy:macerator" p:enabled="true" p:facing="north"/>
34+
35+
<Block x="-1" y="0" z="0" id="synergy:compressor" p:enabled="false" p:facing="north"/>
36+
<Block x="-1" y="1" z="0" id="synergy:compressor" p:enabled="true" p:facing="north"/>
37+
38+
<Block x="0" y="0" z="0" id="synergy:electric_furnace" p:enabled="false" p:facing="north"/>
39+
<Block x="0" y="1" z="0" id="synergy:electric_furnace" p:enabled="true" p:facing="north"/>
40+
41+
<Block x="1" y="0" z="0" id="synergy:electric_melter" p:enabled="false" p:facing="north"/>
42+
<Block x="1" y="1" z="0" id="synergy:electric_melter" p:enabled="true" p:facing="north"/>
43+
44+
<Block x="2" y="0" z="0" id="synergy:casting_factory" p:enabled="false" p:facing="north"/>
45+
<Block x="2" y="1" z="0" id="synergy:casting_factory" p:enabled="true" p:facing="north"/>
46+
47+
<Block x="3" y="0" z="0" id="synergy:alloy_smelter" p:enabled="false" p:facing="north"/>
48+
<Block x="3" y="1" z="0" id="synergy:alloy_smelter" p:enabled="true" p:facing="north"/>
49+
</GameScene>
50+
51+
其他信息:
52+
53+
<CategoryIndex category="machines"></CategoryIndex>
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
navigation:
3+
title: 机器升级
4+
icon: "synergy:speed_upgrade"
5+
parent: industrial_machines.md
6+
position: 2
7+
categories:
8+
- machines
9+
item_ids:
10+
- synergy:speed_upgrade
11+
- synergy:energy_upgrade
12+
- synergy:luck_upgrade
13+
- synergy:fluid_upgrade
14+
---
15+
16+
# 机器升级
17+
18+
<GameScene zoom={4} interactive={true}>
19+
<Entity x="-1" y="0" z="0" id="minecraft:item" data="{Item:{count: 1, id: 'synergy:speed_upgrade'}}" />
20+
<Entity x="0" y="0" z="0" id="minecraft:item" data="{Item:{count: 1, id: 'synergy:energy_upgrade'}}" />
21+
<Entity x="1" y="0" z="0" id="minecraft:item" data="{Item:{count: 1, id: 'synergy:luck_upgrade'}}" />
22+
<Entity x="2" y="0" z="0" id="minecraft:item" data="{Item:{count: 1, id: 'synergy:fluid_upgrade'}}" />
23+
</GameScene>
24+
25+
一系列用于增强工业机器性能的物品。
26+
27+
修改相应物品组件即可自定义升级提供的属性,此操作可在世界中完成。
28+
29+
<RecipeFor id="synergy:speed_upgrade" />
30+
<RecipeFor id="synergy:energy_upgrade" />
31+
<RecipeFor id="synergy:luck_upgrade" />
32+
<RecipeFor id="synergy:fluid_upgrade" />
33+
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
navigation:
3+
title: 激光
4+
icon: "synergy:laser_machine_gun"
5+
position: 5
6+
categories:
7+
- main
8+
---
9+
10+
# 激光
11+
12+
基于激光轨迹的功能方块。
13+
14+
<CategoryIndex category="lasers"></CategoryIndex>
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
navigation:
3+
title: 激光透镜
4+
icon: "synergy:laser_lens"
5+
parent: lasers.md
6+
position: 2
7+
categories:
8+
- lasers
9+
item_ids:
10+
- synergy:laser_lens
11+
---
12+
13+
# 激光透镜
14+
15+
中继任意激光轨迹。
16+
17+
<BlockImage id="synergy:laser_lens" scale="4.0"/>
18+
19+
<RecipeFor id="synergy:laser_lens" />
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
navigation:
3+
title: 激光发射器
4+
icon: "synergy:laser_machine_gun"
5+
parent: lasers.md
6+
position: 1
7+
categories:
8+
- lasers
9+
item_ids:
10+
- synergy:laser_machine_gun
11+
---
12+
13+
# 激光发射器
14+
15+
供能后传入红石信号,发射器即会产生一道激光轨迹。
16+
17+
使用染料右击可修改激光颜色。
18+
19+
右击可旋转方块。
20+
21+
# 激光轨迹
22+
23+
### 任意激光轨迹都有几项特定属性:
24+
25+
- 击中激光发射器会产生爆炸。
26+
27+
- 固体方块面和实体会阻断激光。
28+
29+
<GameScene zoom="4" interactive={true}>
30+
31+
<Block z="-1" x="0" id="synergy:solar_panel" p:north="false" p:south="false" p:east="false" p:west="false" p:enabled="true"/>
32+
33+
<Block z="-1" x="2" id="synergy:solar_panel" p:north="false" p:south="false" p:east="false" p:west="false" p:enabled="true"/>
34+
35+
<Block x="0" id="synergy:laser_machine_gun" p:facing="south" p:enabled="true"/>
36+
37+
<Block x="2" id="synergy:laser_machine_gun" p:facing="south" p:enabled="true"/>
38+
39+
<Block x="1" id="minecraft:lever" p:face="floor" p:powered="true"/>
40+
<Block x="0" z="2" id="minecraft:stone"/>
41+
42+
<BoxAnnotation color="#FF0000" min="0.5 0.25 1" max="0.5 0.25 2">
43+
激光轨迹被固体方块面阻挡
44+
</BoxAnnotation>
45+
46+
<BoxAnnotation color="#FF0000" min="2.5 0.25 1" max="2.5 0.25 3">
47+
激光轨迹未受阻挡
48+
</BoxAnnotation>
49+
</GameScene>
50+
51+
<RecipeFor id="synergy:laser_machine_gun" />

0 commit comments

Comments
 (0)