Difference between revisions of "TrainCarts/Signs/BlockChanger/zh-cn"

From BergerHealer Wiki
Jump to navigation Jump to search
(Created page with "'''第三行和第四行:'''方块类型(请参阅物品格式)。")
(Created page with "设置类型重复:在上述示例中,每 5 个矿车重复一遍。前 2 个矿车显示为木板,后 3 个矿车显示为石头。不指定数量时表示无限 - 即...")
Line 20: Line 20:
 
'''第三行和第四行:'''方块类型(请参阅[[Special:MyLanguage/TrainCarts/Signs/Items|物品格式]])。
 
'''第三行和第四行:'''方块类型(请参阅[[Special:MyLanguage/TrainCarts/Signs/Items|物品格式]])。
  
<div lang="en" dir="ltr" class="mw-content-ltr">
+
设置类型重复:在上述示例中,每 5 个矿车重复一遍。前 2 个矿车显示为木板,后 3 个矿车显示为石头。不指定数量时表示无限 - 即所有的矿车都会设置为指定的方块。以下示例将一列车的第 1 个矿车设置为钻石块,将后面 2 个矿车设置为金块,剩下的矿车都设置为空(空气):
The types set repeat: in the above example it repeats every 5 minecarts. The first two minecarts get a wooden block, the next three minecarts a stone block. Not specifying an amount is seen as infinite - which means that the specified block type counts for all carts. The following example shows a train set to use a diamond block for the first cart, a gold block for the next two carts, and empty (air) for all the remaining carts:
 
</div>
 
  
 
{{sign|[train]|blockchanger|1xdiamondblock|2xgoldblock;air}}
 
{{sign|[train]|blockchanger|1xdiamondblock|2xgoldblock;air}}

Revision as of 03:13, 5 September 2024

Other languages:
English • ‎中文(中国大陆)‎

« 返回

方块更改器用于改变矿车中显示的方块。

介绍

方块更改器可以更改矿车中显示的方块类型。比如,储存矿车内显示的是一个箱子 - 那么显示的方块类型就是箱子。你可以通过这个控制牌将箱子修改为其他类型的方块。所有矿车类型都支持这个控制牌,显示的方块类型不会因服务器重启而消失。


语法

Signtemplate.png
[train]
blockchanger
2xwood;3xstone


第一行:一整列车使用 [train] ,单个矿车使用 [cart]。

第二行:blockchanger

第三行和第四行:方块类型(请参阅物品格式)。

设置类型重复:在上述示例中,每 5 个矿车重复一遍。前 2 个矿车显示为木板,后 3 个矿车显示为石头。不指定数量时表示无限 - 即所有的矿车都会设置为指定的方块。以下示例将一列车的第 1 个矿车设置为钻石块,将后面 2 个矿车设置为金块,剩下的矿车都设置为空(空气):

Signtemplate.png
[train]
blockchanger
1xdiamondblock
2xgoldblock;air


If you need more advanced settings, you can combine a [cart] blockchanger with a Switcher to individually set the block type based on per-cart properties. If you need to specify a lot of block types, you can use Item Shortcuts to define a lot of block types at once.