TrainCarts/Signs/Sound [zh-mo]

From BergerHealer Wiki
Revision as of 16:58, 28 December 2025 by Eletronprocoress (talk | contribs) (Created page with "=== 第二行 ===")
Jump to navigation Jump to search
Other languages:

介紹

聲音牌可以播放聲音效果。指定要播放的聲音名稱,當列車經過時會播放指定的聲音。

語法

Signtemplate.png
[+train]/[+cart]
sound
<soundname>
<soundname>


Signtemplate.png
[+train]
sound
block.beacon.
power_select


Signtemplate.png
[+train]
sound 0.56 0.5
block.note_block.bell


第一行

使用 [train] 時,聲音會為列車中的所有車廂播放。使用 [cart] 時,聲音只會為位於聲音牌上方的礦車播放。當聲音牌激活時且周圍沒礦車時,聲音會在牌子上方(在鐵軌上)播放。


第二行

sound, followed up by an optional pitch and volume. Values of 1.0 are the defaults.The range of volume is from 0.0 to 1.0. The range of pitch in note_block is from 0.5 (2^(-12/12) ) to 2.0 (2^(12/12) ) A full list of pitch value can be found on the Minecraft Wiki: Note Block Pitch can be applied to any sound effect(some effects will be accelerated) Use msound to play the sound every tick while a train is moving on top of it. Use sound in to play the sound only to player passengers of the train.


Third and fourth lines

The name of the sound to play. Both lines are concatenated together, so that longer sound names can be specified. For example, you can put 'block.beacon.' on the third line and 'deactivate' on the fourth line, to play the 'block.beacon.deactivate' sound effect.

A full list of sound names can be found on the Minecraft Wiki: Sounds.json/Java Edition values or https://www.digminecraft.com/lists/sound_list_pc.php