Skip to content

Commit cacc179

Browse files
authored
Modern AE2 Additions 翻译更新 (#5305)
* MAE2 update:版本更新 * MAE2 fix:微调
1 parent 4494d5d commit cacc179

4 files changed

Lines changed: 68 additions & 1 deletion

File tree

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
navigation:
3+
parent: items-blocks-machines/items-blocks-machines-index.md
4+
title: 半聚能石英玻璃
5+
icon: mae2:cloud_chamber
6+
categories:
7+
- misc blocks
8+
item_ids:
9+
- mae2:cloud_chamber
10+
---
11+
12+
# 半聚能石英玻璃
13+
14+
<BlockImage id="mae2:cloud_chamber" scale="8" />
15+
16+
向<ItemLink id="ae2:quartz_vibrant_glass" />中掺入痕量的<ItemLink id="minecraft:amethyst_shard" />,玻璃即不会主动产生粒子,而是只有在辐射穿过时才会产生。具体的表现为玻璃中间出现线状延伸的粒子束。
17+
18+
## 配方
19+
20+
<RecipeFor id="mae2:cloud_chamber" />
21+
22+
倘若跳出游戏设定,可以看出此方块的原型是现实生活中的[云室](https://en.wikipedia.org/wiki/Cloud_chamber)。云室内部注满了过饱和蒸气(通常是某种醇);当电离辐射穿过蒸气时,蒸气会凝聚成云一般的径迹。
23+
24+
短而粗的线应当为α粒子。α粒子的体积较大,它们形成的径迹也就较粗,同时它们更容易被空气阻滞。
25+
26+
细而长的线应当为β粒子。β粒子的体积较小,它们在空气中的移动速度也显著较快,但同时径迹较细。现实中的β粒子偶尔会被偏转,而游戏里简单的直线就已经很好看了。
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
navigation:
3+
parent: items-blocks-machines/items-blocks-machines-index.md
4+
title: Semi-Vibrant Quartz Glass
5+
icon: mae2:cloud_chamber
6+
categories:
7+
- misc blocks
8+
item_ids:
9+
- mae2:cloud_chamber
10+
---
11+
12+
# Semi-Vibrant Quartz Glass
13+
14+
<BlockImage id="mae2:cloud_chamber" scale="8" />
15+
16+
By doping <ItemLink id="ae2:quartz_vibrant_glass" /> with trace amounts of
17+
<ItemLink id="minecraft:amethyst_shard" /> the particle production can be
18+
inhibited. Particles instead will only be formed when stimulated by passing
19+
radiation. This manifests as lines of particles being formed at random inside
20+
the glass.
21+
22+
## Recipes
23+
24+
<RecipeFor id="mae2:cloud_chamber" />
25+
26+
Out of lore, this block is inspired by [cloud
27+
chambers](https://en.wikipedia.org/wiki/Cloud_chamber) in real life. Cloud
28+
chambers work by having box of supersaturated vapor (usually an alcohol). When
29+
ionizing radiation passes through the vapor it causes it to condense, looking
30+
like a trail of cloud.
31+
32+
The thick, short lines are supposed to be alpha particles. Alpha particles are
33+
bigger, which means they make bigger trails, but also means they're stopped much
34+
easier by the air.
35+
36+
The thin, long lines are supposed to be beta particles. Beta particles are
37+
much smaller, which means they can travel through air a lot farther, but have
38+
thinner trails. In reality, they should also be deflected sometimes, but
39+
straight lines are nice and simple enough.

projects/1.20/assets/modern-ae2-additions/mae2/lang/en_us.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"block.mae2.16x_crafting_accelerator": "16x Crafting Co-Processing Unit",
44
"block.mae2.64x_crafting_accelerator": "64x Crafting Co-Processing Unit",
55
"block.mae2.256x_crafting_accelerator": "256x Crafting Co-Processing Unit",
6+
"block.mae2.cloud_chamber": "Semi-Vibrant Glass",
67
"gui.mae2.creative_tab": "Modern AE2 Additions",
78
"gui.mae2.attunement.eu.item": "Item with a EU storage",
89
"gui.mae2.faulty.aoe": "AoE Paste: %1$sx%1$s",
@@ -20,4 +21,4 @@
2021
"item.mae2.redstone_multi_p2p_tunnel": "Redstone Multi P2P Tunnel",
2122
"item.mae2.faulty_card": "Faulty Memory Card",
2223
"waila.mae2.P2POutputManyInputs": "Linked (Output Side) - %s Inputs"
23-
}
24+
}

projects/1.20/assets/modern-ae2-additions/mae2/lang/zh_cn.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"block.mae2.16x_crafting_accelerator": "16x并行处理单元",
44
"block.mae2.64x_crafting_accelerator": "64x并行处理单元",
55
"block.mae2.256x_crafting_accelerator": "256x并行处理单元",
6+
"block.mae2.cloud_chamber": "半聚能石英玻璃",
67
"gui.mae2.creative_tab": "Modern AE2 Additions",
78
"gui.mae2.attunement.eu.item": "能存储EU的物品",
89
"gui.mae2.faulty.aoe": "范围粘贴:%1$sx%1$s",

0 commit comments

Comments
 (0)