TrainCarts/Signs/Transfer

From BergerHealer Wiki
Revision as of 12:21, 3 September 2024 by Bergerkiller (talk | contribs) (Prepared the page for translation)
Jump to navigation Jump to search
Other languages:

« Go back


Introduction

Multiple transfer signs lined up

TrainCarts allows you to transfer items from carts to blocks and the other way around. For example, if you want to pick up items from a chest or want to put items back into a chest. This is called 'item transferring', it is done through a single sign.
It can target chests, furnaces and dispensers, also multiple at once. There are several syntax rules active for this sign.


Syntax

The second line sets exactly what to perform and at what radius to look for furnaces, chests and/or dispensers. The third and fourth lines set what items to transfer.

Signtemplate.png
[train]
collect chest
wood;64 stone
64 cobble


This example would look in a radius of 3 and deposit all items into the chest (the default distance set in the config.yml file is 2).

Signtemplate.png
[train]
chest in 3


Second line

It can target furnaces, chests and dispensers and transfer both ways. The second line sets exactly what to perform:

Text
Result
chest in
Items from the train are put into nearby chests
50px50px50px
deposit chest
deposit c
chest out
Items from nearby chests are put into the train
50px50px50px
collect chest
collect c
dispenser in
Items from the train are put into nearby dispensers
50px50px50px|Dispenser.png
deposit disp
deposit d
dispenser out
Items from nearby dispensers are put into the train
50px|Dispenser.png50px50px
collect disp
collect d
furnace in
Fuel and cookable items from the train are put into nearby furnaces
50px50px50px|Furnace.png
deposit furn
deposit f
furnace out
Items from nearby furnaces are put into the train 50px|Furnace.png50px50px
collect furn
collect f
deposit cfd
Items from the train are first put into chests, then furnaces and then dispensers

30px 30px 30px 30px|Furnace.png 30px|Dispenser.png

deposit
collect cfd
Items are put into the train, first from chests. then furnaces and then dispensers

30px 30px|Furnace.png 30px|Dispenser.png 30px 30px

collect
deposit fc
Items from the train are first put into furnaces, then into chests

40px 40px 40px|Furnace.png 40px

fuel
Coal from nearby chests is put into the powered minecarts.

50px 15px 50px 50px


Third and fourth lines

You can set the items to transfer on these lines, delimited by ;-signs. You can set the item type name and id, an optional data value and an optional amount to transfer. Both lines are read as one row of items. Leaving these lines blank will cause it to transfer all items. These lines are not used for the fuel system, which takes only coal to fuel powered minecarts.

TrainCarts/Signs/Items item format