-
Notifications
You must be signed in to change notification settings - Fork 17
warehouse
TechPack Warehouse Boxes to organize your warehouse/stock. This mod contains 3 boxes with different storage capacities.
A steel box with 8 x 400 items
A copper box with 8 x 1200 items
A gold box with 8 x 3600 items
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).
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)