Skip to content

Commit 7634949

Browse files
NEEPMeat 翻译更新 (#5097)
* NEEPMeat update:版本更新 * NEEPMeat fix:补enus * Update projects/1.20-fabric/assets/neepmeat/neepmeat/lang/zh_cn.json Co-authored-by: ZHAY10086 <34602681+ZHAY10086@users.noreply.github.com> * NEEPMeat update:官库更新 --------- Co-authored-by: ZHAY10086 <34602681+ZHAY10086@users.noreply.github.com>
1 parent 2210747 commit 7634949

4 files changed

Lines changed: 73 additions & 0 deletions

File tree

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
id: fluid_pipe
3+
---
4+
5+
# Fluid Pipes
6+
7+
Fluid pipes are a simple way of transferring fluids from one block to another.
8+
9+
## Usage
10+
11+
Pipes connect to any block that can accept fluids, although some blocks only allow connections in certain directions.
12+
13+
For fluids to move through pipes, there must be a height difference or an active pump. Fluids obey gravity, so they will naturally flow from containers at higher elevations to lower ones. Flow can also be induced by placing Redstone Pumps along the desired path of flow.
14+
15+
Pipes on the underside of containers will passively extract fluid. Pumps are required to extract fluid from the container's other sides.
16+
17+
Pumps are enabled with redstone by default, but this behaviour can be inverted by sneak-clicking with an empty hand.
18+
19+
# Placement
20+
21+
To prevent unwanted connections, fluid pipes follow certain rules when they are placed,
22+
23+
-
24+
- If placed beween two pipes of matching colour, the pipe will connect to both of them.
25+
26+
## Behaviour
27+
28+
Pipes have a maximum flow rate of 10125d (1/8 buckets) per tick. When no pumps are present, fluids can move downwards and horizontally. Pipes will only fill up when all paths are blocked.
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
id: fluid_pipe
3+
---
4+
# 流体管道
5+
6+
流体管道是在方块间运输流体的简单方式。
7+
8+
## 用途
9+
10+
管道会连接到所有可接受流体的方块,不过有部分方块仅有特定方向会接受流体。
11+
12+
为让流体流过管道,起点与终点间必须存在高度差,或存在运作中的泵。流体受重力影响,因此它们会自然从高处流向低处。在希望流体流经的路径中放入红石泵,也可令流体流过该处。
13+
14+
连接至容器下方的管道会常态抽取流体。从其他面抽取时必须配备泵。
15+
16+
泵默认需红石信号开启,潜行空手点击可反转此行为。
17+
18+
# 放置
19+
20+
为避免管道错误连接,可利用它们在放置后遵循的某种连接规则:
21+
22+
-
23+
- 如放置在两端同种颜色的管道间,则其会连通两者。
24+
25+
## 行为
26+
27+
管道的流量上限为10125d(1/8桶)每刻。网络内不存在泵时,流体只会水平方向或向下流动。管道只会在所有路径均堵死时开始积液。

projects/1.20-fabric/assets/neepmeat/neepmeat/lang/en_us.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -517,6 +517,11 @@
517517
"block.neepmeat.redstone_interface": "PLC Redstone Interface",
518518
"block.neepmeat.robotic_arm": "PLC Robotic Arm",
519519
"block.neepmeat.robotic_arm.lore_0": "A PLC actuator that can operate at high speed when given enough power.",
520+
"block.neepmeat.implanter": "Implanter",
521+
"block.neepmeat.implanter.lore_0": "Lore 0",
522+
"block.neepmeat.implanter.no_target": "NO ENTITY",
523+
"block.neepmeat.implanter.off_target": "OFF TARGET",
524+
"block.neepmeat.implanter.implant_ready": "IMPLANT READY",
520525
"block.neepmeat.executor": "PLC Executor",
521526
"block.neepmeat.executor.lore_0": "Executes instructions sent by an external PLC using the 'exec' instruction. Uses the actuator it faces.\n§eUse with an empty hand while sneaking to reset the instruction queue.",
522527
"block.neepmeat.plc_neepbus_interface": "PLC NEEPBus Interface",
@@ -819,6 +824,10 @@
819824
"item.neepmeat.spider_legs": "Hexapod",
820825
"implant.neepmeat.spider_legs": "Hexapod",
821826
"implant.neepmeat.spider_legs.desc_0": "Increases speed and gives smoother traversal over full blocks.",
827+
"hexapod_skin.neepmeat.default": "Default",
828+
"hexapod_skin.neepmeat.th_0": "Trans Socks",
829+
"hexapod_skin.neepmeat.th_1": "Original Programming Socks",
830+
"hexapod_skin.neepmeat.black_boots": "Black boots",
822831

823832
"item.neepmeat.shield": "Shield Attachment",
824833
"implant.neepmeat.shield": "Shield Attachment",

projects/1.20-fabric/assets/neepmeat/neepmeat/lang/zh_cn.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -517,6 +517,11 @@
517517
"block.neepmeat.redstone_interface": "PLC红石接口",
518518
"block.neepmeat.robotic_arm": "PLC机械臂",
519519
"block.neepmeat.robotic_arm.lore_0": "PLC操作机构,功率足够时能高速运作。",
520+
"block.neepmeat.implanter": "植入器",
521+
"block.neepmeat.implanter.lore_0": "Lore 0",
522+
"block.neepmeat.implanter.no_target": "无实体",
523+
"block.neepmeat.implanter.off_target": "目标偏离",
524+
"block.neepmeat.implanter.implant_ready": "植入物准备就绪",
520525
"block.neepmeat.executor": "PLC执行器",
521526
"block.neepmeat.executor.lore_0": "执行外部PLC通过“EXEC”指令送来的指令。会使用其面向的操作机构。\n§e潜行空手交互以重置指令队列。",
522527
"block.neepmeat.plc_neepbus_interface": "PLC NEEP总线接口",
@@ -819,6 +824,10 @@
819824
"item.neepmeat.spider_legs": "六足虫",
820825
"implant.neepmeat.spider_legs": "六足虫",
821826
"implant.neepmeat.spider_legs.desc_0": "增加速度,让完整方块上的移动更丝滑。",
827+
"hexapod_skin.neepmeat.default": "默认",
828+
"hexapod_skin.neepmeat.th_0": "跨性别袜",
829+
"hexapod_skin.neepmeat.th_1": "原创节目袜",
830+
"hexapod_skin.neepmeat.black_boots": "黑靴子",
822831

823832
"item.neepmeat.shield": "护盾附加",
824833
"implant.neepmeat.shield": "护盾附加",

0 commit comments

Comments
 (0)