TrainCarts/Signs/Mutex/zh: Difference between revisions
Jump to navigation
Jump to search
Saionji Rin (talk | contribs) (Created page with "==简介==") |
Saionji Rin (talk | contribs) (Created page with "闭塞区(mutex)控制牌可以用于生成一个闭塞区域,当一列火车已经进入这个区域时,它会阻止其它火车继续进入。当前序列车离开...") |
||
Line 5: | Line 5: | ||
==简介== | ==简介== | ||
闭塞区(mutex)控制牌可以用于生成一个闭塞区域,当一列火车已经进入这个区域时,它会阻止其它火车继续进入。当前序列车离开闭塞区后,等待的列车就可以按照先来后到的顺序继续进入闭塞区。这个控制牌和Switcher道岔控制牌可以互相配合,防止列车相撞。此控制牌周围可以设置一个拉杆,当有列车在闭塞区的时候,拉杆会输出红石信号。 | |||
总体来讲,此功能类似于现实中的半自动闭塞。 | |||
<div lang="en" dir="ltr" class="mw-content-ltr"> | <div lang="en" dir="ltr" class="mw-content-ltr"> |
Revision as of 08:57, 24 December 2021
簡介
閉塞區(mutex)控制牌可以用於生成一個閉塞區域,當一列火車已經進入這個區域時,它會阻止其它火車繼續進入。當前序列車離開閉塞區後,等待的列車就可以按照先來後到的順序繼續進入閉塞區。這個控制牌和Switcher道岔控制牌可以互相配合,防止列車相撞。此控制牌周圍可以設置一個拉杆,當有列車在閉塞區的時候,拉杆會輸出紅石信號。 總體來講,此功能類似於現實中的半自動閉塞。
Multiple mutex signs can be combined by naming them the same, combining the cuboid areas of effect they occupy. This way more complex zones can be created.
Syntax
- First line: [train]. The sign does not have to be powered.
- Second line: mutex, which without further arguments will create a cuboid zone around the sign of 1x2x1 (x/y/z). When followed by one number, the number sets all cuboid x/y/z-radius values at once. When followed by a second number, the first number sets the x/z-radius and the second number the y-radius. With 3 parameters, each x/y/z radius can be specified.
- Third line: Name (optional), multiple mutex signs with the same name form a single combined mutex zone
- Fourth line: Statement (optional), each sign with the same name adds to a list of statements. Prepend & or | to switch between AND and OR logic.