History

Current version

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

Imported from wiki

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

Basic Chutes

## Kit (Basic Chutes)

:::infobox
| Property | Value |
|----------|-------|
| Stacks | 10 |
| Prefab Hash | 1025254665 |
| Prefab Name | ItemKitChute |
| Slot Class | SlotClass.None |
| Sorting Class | SortingClass.Kits |
| Recipe Machine | Autolathe |
| Recipe Cost | 3g [Iron](/wiki/iron) |
| Constructs | [Chute (Straight)](/wiki/chute-straight), [Chute (Corner)](/wiki/chute-corner), [Chute (Window)](/wiki/chute-window), [Chute (Junction)](/wiki/chute-junction), [Chute Flip Flop Splitter](/wiki/chute-flip-flop-splitter), [Chute Valve](/wiki/chute-valve), [Chute Overflow](/wiki/chute-overflow), [Chute Inlet](/wiki/chute-inlet), [Chute Outlet](/wiki/chute-outlet) |

![Kit (Basic Chutes)](ItemKitChute.png)
:::
## Chute

:::infobox
| Property | Value |
|----------|-------|
| Placed With | [Kit (Chutes)](/wiki/kit-chutes) |
| Placed On | Small Grid |

:::
### Deconstruction Steps

| Step | Tool | Recovered Item |
|---|---|---|
| 1 | [Wrench](/wiki/wrench) | [Kit (Chutes)](/wiki/kit-chutes) |


## Chute

## Description

Used to transport items. The Kit can be used to create 9 different variants, some of them are able to connect to power and logic network.

- Straight chute: transports items on a straight line
- Window chute: transports items on a straight line, and the items are visible inside the chute
- Corner chute: transports items on a perpendicular line
- Junction (consumes two kits): transports items on a straight and perpendicular line (merges two lines into one)
- Flip flop Splitter: alternates between transporting an item on a straight and perpendicular line (splits one line in two)
- Chute Valve: transports items on a straight line. Can be open and closed
- Chute overflow: transports items on a straight and perpendicular line, where priority is given to the straight line (similar to a flip flop, but instead of 50%, it only goes perpendicular if straight is full)
- Chute inlet: items can be dropped on it and will transport them on a perpendicular line
- Chute outlet: items are dropped from the chute to the floor

## Recipes

| Machine | Materials | Time | Energy |
|---|---|---|---|
| Autolathe | 3g [Iron](/wiki/iron) | 5 | 500 |
| Hydraulic Pipe Bender | 3g [Iron](/wiki/iron) | 5 | 500 |
| Recycler | 1,5g [Iron](/wiki/iron) | 5 | 1000 |


## Chute Outlet

## Data Network

| Parameter | Type | Access | Description |
|---|---|---|---|
| Lock | Boolean | Read/Write | Disable manual operation of the Chute Outlet. |
| ClearMemory | Integer | Read/Write | r=0 |
| ExportCount | Integer | Read | How many items exported since last ClearMemory |
| ImportCount | Integer | Read | How many items imported since last ClearMemory |
| PrefabHash | Integer | Read | The hash of the structure |
| ReferenceId | Integer | Read | Unique Reference Identifier for this object |
| NameHash | Integer | Read | Provides the hash value for the name of the object as a 32 bit integer. |

## Chute Inlet

## Data Network

| Parameter | Type | Access | Description |
|---|---|---|---|
| Lock | Boolean | Read/Write | Disable manual operation of the Chute Inlet. |
| ClearMemory | Integer | Read/Write | r=0 |
| ImportCount | Integer | Read | How many items imported since last ClearMemory |
| PrefabHash | Integer | Read | The hash of the structure |
| ReferenceId | Integer | Read | Unique Reference Identifier for this object |
| NameHash | Integer | Read | Provides the hash value for the name of the object as a 32 bit integer. |