mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2026-02-06 15:05:13 +00:00
21 lines
471 B
YAML
21 lines
471 B
YAML
container:
|
|
description: regular organic container
|
|
class:
|
|
module: unilabos.resources.container:RegularContainer
|
|
type: unilabos
|
|
handles:
|
|
- handler_key: top
|
|
label: top
|
|
io_type: target
|
|
data_type: fluid
|
|
side: NORTH
|
|
- handler_key: bottom
|
|
label: bottom
|
|
io_type: source
|
|
data_type: fluid
|
|
side: SOUTH
|
|
- handler_key: bind
|
|
label: bind
|
|
io_type: target
|
|
data_type: mechanical
|
|
side: SOUTH |