Difference between revisions of "Translations:TrainCarts/Spawning/37/en"

From BergerHealer Wiki
Jump to navigation Jump to search
(Importing a new version from external source)
 
(No difference)

Latest revision as of 15:47, 21 September 2024

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (TrainCarts/Spawning)
{| class="wikitable"
|-
! Mechanism
! Pattern
! Explanation
|-
| Vanilla Minecarts
| <code>m</code>
| Spawns a rideable Minecart
|-
| Saved Trains
| <code>MyTrain</code>
| Spawns the train saved as ''MyTrain''
|-
| Repetition
| <code>mmm</code>
| Spawns three rideable Minecarts
|-
| Amount Prefix
| <code>3m3s</code>
| Spawns three rideable Minecarts and three Minecarts with Chest as a 6-cart train
|-
| Grouped Sequences
| <code>3[ms]</code>
| Spawns 3 pairs of a rideable Minecart and Minecart with Chest. Same as <code>msmsms</code>
|-
| Random
| <code>3[33%RedCart 33%GreenCart 33%BlueCart]</code>
| Spawns a 3-cart train with random color carts that were previous saved
|}
Mechanism Pattern Explanation
Vanilla Minecarts m Spawns a rideable Minecart
Saved Trains MyTrain Spawns the train saved as MyTrain
Repetition mmm Spawns three rideable Minecarts
Amount Prefix 3m3s Spawns three rideable Minecarts and three Minecarts with Chest as a 6-cart train
Grouped Sequences 3[ms] Spawns 3 pairs of a rideable Minecart and Minecart with Chest. Same as msmsms
Random 3[33%RedCart 33%GreenCart 33%BlueCart] Spawns a 3-cart train with random color carts that were previous saved