TrainCarts/Signs/BlockChanger [zh-cn]

From BergerHealer Wiki
Jump to navigation Jump to search
(Created page with "方块更改器可以更改矿车中显示的方块类型。比如,储存矿车内显示的是一个箱子 - 那么显示的方块就是箱子。")
No edit summary
Line 2: Line 2:
[[Special:MyLanguage/TrainCarts/Signs|« 返回]]
[[Special:MyLanguage/TrainCarts/Signs|« 返回]]


[[Image:TCBlockChanger.png|thumb|方块改变器用于改变矿车中显示的方块。]]
[[Image:TCBlockChanger.png|thumb|方块更改器用于改变矿车中显示的方块。]]


== 介绍 ==
== 介绍 ==

Revision as of 00:53, 5 September 2024

Other languages:

« 返回

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

介绍

方块更改器可以更改矿车中显示的方块类型。比如,储存矿车内显示的是一个箱子 - 那么显示的方块就是箱子。


Format

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


First line: [train] to work on the entire train, [cart] to work on a single cart

Second line: blockchanger

Third and Fourth lines: The block types to set (see: Item format)

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:

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.