mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-18 04:41:27 +01:00
2e9b293113
* 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
|