History

Current version

3/8/2026, 10:07:01 PM

Imported from wiki

by tmascroft · 3/8/2026, 9:32:40 PM

Stacker

## Kit (Stacker)

:::infobox
| Property | Value |
|----------|-------|
| Created With | [Autolathe](/wiki/autolathe), [Fabricator](/wiki/fabricator) |
| Cost | 10g [[Ingot_(Iron) |

![Kit (Stacker)](ItemKitStacker.png)
:::

## Description

The kit has 3 variations : 2 are the Stacker, with the power/data port on one side or the other. The last variant is the Unloader

## Stacker

## Stacker

:::infobox
| Property | Value |
|----------|-------|
| Prefab Hash | Normal: -2020231820
 Reversed: 1585641623 |
| Prefab Name | StructureStacker
 StructureStackerReverse |
| Power Usage | 50W |
| Placed With | [Kit (Stacker)](/wiki/kit-stacker) |
| Placed On | Small Grid |

:::
### Deconstruction Steps

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


Used to stack items in a chosen quantity. The stacker holds back the input until the configured quantity can be stacked _or_ until the input item type changes. If the input is bigger than the chosen quantity, the stacker (despite its name) splits it.

## Data Network


| Parameter Name | Data Type | Description |
|---|---|---|
| Mode | Integer | 0 = Automatic stacking and export,
 1 = Stack and hold until Activate = 1 |
| Activate | Boolean | If set to 1, the Stacker will clear its content via its Export Slot without regard to the Setting |
| Lock | Boolean |  |
| Setting | Integer | Default is 1. Sets the Stack Size (won't actually stack to that size if item's max stack size is smaller) |
| On | Boolean |  |
| ClearMemory | Integer? | Writing on this Parameter will reset the ExportCount and ImportCount values to zero. |
| Output | Integer | Value of 0 for Mode 0. If you set this to 1 while in Mode 1 the stacker will export a batch of items from storage with quantity Setting.  If there are not enough items in storage, they will not be output. |


| Output Name | Data Type | Description |
|---|---|---|
| Mode | Boolean |  |
| Lock | Boolean |  |
| ImportCount | Integer | Incremented each time an item stack enter by the Import slot |
| ExportCount | Integer | Incremented each time an item stack exit by the Export Slot |
| Error | Boolean |  |
| Activate | Boolean | 1 if empty, 0 if something is inside the Stacker. When set to 0 The player can use the lever to clear the Stacker |
| Setting | Integer | Default is 1. Shows the Stack Size this Stacker is set to. |
| RequiredPower | Integer | In watts. The Stacker requires 5W to operate. |
| PrefabHash | Float | Hash ID of the Stacker. |
| Power | Boolean |  |
| Output | Integer | Value of 0 in Mode 0. Mode 1 sets this to -1. |
| On | Boolean |  |

## Notes

The stacker can only stack things up to the stacking limit of the given item:
- Ingots can be stacked up to 500.
- Ore will not stack over 50.

## Unloader

## Unloader

:::infobox
| Property | Value |
|----------|-------|
| Prefab Hash | 750118160 |
| Prefab Name | StructureUnloader |
| Power Usage | 50W |
| Placed With | [Kit (Stacker)](/wiki/kit-stacker) |
| Placed On | Small Grid |

:::
### Deconstruction Steps

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


The unloader variant will empty the content of a belt/container. It will output everything that is inside, followed by belt/container itself.
## Data Network


| Parameter Name | Data Type | Description |
|---|---|---|
| Mode | Integer | 0 = automatic export,
 1 = holds export until Output set |
| Lock | Boolean |  |
| On | Boolean |  |
| ClearMemory | Integer? | Writing on this Parameter will reset the ExportCount and ImportCount values to zero. |
| Output | Integer | Value of 0 in Mode 0. Mode 1 sets this to -1 as default.
 Writing a 0 (import) will export the entire container and reset Output to -1,
 1 (export) will export a single item stack from the container and will reset Output to -1 |


| Output Name | Data Type | Description |
|---|---|---|
| Power | Boolean |  |
| Mode | Boolean |  |
| Error | Boolean |  |
| Lock | Boolean |  |
| On | Boolean |  |
| RequiredPower | Integer | In watts. The Unloader require 50W to operate. |
| ExportCount | Integer | Incremented each time an item stack exit by the Export Slot |
| ImportCount | Integer | Incremented each time an item stack enter by the Import slot |
| Output | Integer | Value of 0 for Mode 0. Mode 1 sets this to -1(hold output)
  and will reset after output is written and an item is exported. |