MCX203
Chest Collector | |
About | |
---|---|
ID | MCX203 |
Self Triggered | No |
Clickable | No |
Input | Yes |
Output | Yes |
Rail | No |
Sign Format | |
First line | CHEST COLLECTOR |
Second line | [MCX203] |
Third line | item_id:damage |
Fourth line | radius:x:y:z |
Craftbook Page |
Collects dropped items that are within the specified range into a nearby chest similar to MCZ203 but is not self-triggered so will only collect nearby items when given input.
Details
- Third line (optional)
- Specifies the type of item to be collected, will collect all if left blank.
- Fourth line (optional)
- Radius of the collector, must be a number between 1 and 8. If left blank it will be assumed to be 8. A :x:y:z offset after the radius on the last line can be added to select what chest the items go into.
- Input:
- Will activate once each time it is powered.
- Output:
- Will create an output when collecting items.
- If there is a lever on the other side of the MCZ203, it will be switched off if the target chest(s) are full when the items attempt to be collected. If the items are successfully, collected, then the lever will be switched on.ref
Examples
[MCX203] 1 4
Will collect stone items within 4 blocks of the sign and place them in a nearby chest.
[MCX203] 35:6 8:0:2:0
Will pick up all blocks with id 35 and damage 6 (pink wool) within 8 blocks of the sign and then put them in a chest two blocks above the sign.
Chest range and preference
When no offset is specified on line 4, the IC will collect items into chests up to 5 blocks away (spherical distance) and at most 4 blocks away in any direction. For example, a chest at an offset (4,3,0) or (4,2,2) or (3,3,2) is within range, but at an offset (4,3,1) or (3,3,3) or (5,0,0) it is not.
The IC prefers the nearest chests (spherical distance). If multiple chests are at equal distance, the order of preference is unpredictable.