CartCollect
Jump to navigation
Jump to search
Minecart Collector | |
About | |
---|---|
ID | CartCollect |
Self Triggered | Yes |
Clickable | No |
Input | No |
Output | No |
Rail | Yes |
Block | iron ore |
Sign Format | |
Second line | [Collect] |
Third line | itemid@damage:amount |
Craftbook Page |
[Collect] is used to collect items from a Minecart with Chest, and move them to a Chest placed next to the Iron Ore which the rail is placed on. Normally used in conjunction with CartDeposit.
Details
- Location: The "adjacent" Chest (or either part of a Double Chest) must have Y equal to either the Rail or the Iron Ore, and X and Z must be within two blocks of the Iron Ore.
- If multiple chests are in range, will fill each in turn until it is full. The order is determined by the chest with the lowest X value, then the lowest Z value, then the lowest Y value.
- The amount defaults to "all". The amount can be specified even without an itemid, like just ":1".
- If the item ID is given, with no damage value, all sub-types will be included. (see Item Id)
Examples
[Collect]
will move all possible blocks from the Minecart with Chest/Hopper into the adjacent chest(s).
[Collect] 3:5
will move 5 blocks into adjacent chest(s), of type Dirt, Coarse Dirt, or Podzol (all of which have ID=3).