Kit (Basic Chutes)
Chute
Deconstruction Steps
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 | 5 | 500 |
| Hydraulic Pipe Bender | 3g Iron | 5 | 500 |
| Recycler | 1,5g 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. |