mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 06:58:30 +01:00
* Better handling for multiple hose connectors * Better distance handling * Delete cell
6 lines
235 B
Plaintext
6 lines
235 B
Plaintext
#define HOSE_INPUT "Input"// Only pull liquid.
|
|
#define HOSE_OUTPUT "Output"// Only push liquid.
|
|
#define HOSE_NEUTRAL "Neutral"// Equalize liquids, not super efficient, can waste reagents due to rounding.
|
|
|
|
#define HOSE_MAX_DISTANCE 10
|