History

Current version

3/8/2026, 10:06:05 PM

Imported from wiki

by tmascroft · 3/8/2026, 9:31:16 PM

Conveyor

## Kit (Conveyors)

:::infobox
| Property | Value |
|----------|-------|
| Stacks | 10 |
| Created With | [Fabricator](/wiki/fabricator) |
| Cost | 4g [[Iron_Ingot |

:::
## Conveyor

:::infobox
| Property | Value |
|----------|-------|
| Power Usage | 50W |
| Placed With | [Kit (Conveyors)](/wiki/kit-conveyors) |
| Placed On | Small Grid |

:::
### Deconstruction Steps

| Step | Tool | Recovered Item |
|---|---|---|
| 1 | [Hand Drill](/wiki/hand-drill) | [Kit (Conveyors)](/wiki/kit-conveyors) |


## Description

The **Conveyor** is a conveyor belt, that moves items dropped on it. All five variants of the Conveyor only cost 1 Construction Kit (Conveyor).
Not currently avaliable in survival mode since the [Fabricator](/wiki/fabricator) was removed.


## Data Network Properties

These are all [Data Network](/wiki/categorydata-network) properties of this device.

### Mode Values

These lists the values and meanings for the "Mode" property of the Conveyor.
| Value | Meaning |
|---|---|
| 0 | Forward direction |
| 1 | Backward direction |

### Data Parameters

These are all parameters, that can be written to with a [Logic Writer](/wiki/kit-logic-io#logic-writer) or a [Batch Writer](/wiki/kit-logic-io#batch-writer). The outputs are listed in the order a Logic Writer's "VAR" setting cycles through them.
| Parameter Name | Data Type | Description |
|---|---|---|
| Mode | Integer | Sets the direction of the Conveyor. (See [Mode Values](/wiki/#mode-values)) |
| On | Boolean | Turns the Conveyor on, when set to 1. Turns it off, when set to 0. |

### Data Outputs

These are all parameters, that can be read with a [Logic Reader](/wiki/kit-logic-io#logic-reader). The outputs are listed in the order a Logic Reader's "VAR" setting cycles through them.
| Output Name | Data Type | Description |
|---|---|---|
| Power | Boolean | Returns whether the Conveyor is turned on and receives power. (0 for no, 1 for yes) |
| Mode | Boolean | Returns the direction of the Conveyor. (See [Mode Values](/wiki/#mode-values)) |
| Error | Boolean | Returns whether the Conveyor is flashing an error. |
| On | Boolean | Returns whether the Conveyor is turned on. |
| RequiredPower | Integer | Returns the current amount of power, required by the Conveyor, in watts. |