Skip to content

warehouse

Joachim Stolberg edited this page Jan 26, 2019 · 4 revisions

Warehouse Boxes

TechPack Warehouse Boxes to organize your warehouse/stock. This mod contains 3 boxes with different storage capacities.

Warehouse Box Steel

A steel box with 8 x 400 items

Warehouse Box Copper

A copper box with 8 x 1200 items

Warehouse Box Gold

A gold box with 8 x 3600 items

Description

This boxes are chests with sorting and pushing features. Configured items are stored in the chest. Unconfigured items are passed through.

The inventory form is divided in two areas:

  • on top the pass-through storage for unconfigured items
  • below the 8 inventory columns for up to 8 different item configurations

Pass-through storage for unconfigured items. It the box is turned on, these items are pushed out within the next seconds.

8 filter slots to configure the Warehouse Box. Each column can be configured individually.

The Warehouse Box storage. Incoming and configured items will be store here.

The input inventory. Placed item by the player will be moved to the storage above.

The Warehouse Boxes are able to push items in both I/O directions. The direction (left/right) is depending on the last received item (opposite side).

Warehouse Box Steel [techpack_warehouse:box_steel]

States:

  • "running", "stopped", "standby", "blocked", "defect"

Features:

  • none

Supported Commands:

  • "state": read the state of the block
    • via SmartLine Controller: state
    • via SaferLua Controller: $get_status(num)
  • "num_items": read the number of stored items from the specified slot
    • via SaferLua Controller: $get_num_items(num)