Fix dual port vents 2: Electric Boogaloo (#8396)

This commit is contained in:
Leon Friedrich
2022-06-06 20:38:20 +12:00
committed by GitHub
parent 9964e20abd
commit cbae005d08
7 changed files with 100 additions and 153 deletions

View File

@@ -206,10 +206,10 @@
node: port
- type: entity
parent: GasUnaryBase
parent: GasVentPump
id: GasDualPortVentPump
name: dual-port air vent
description: Has a valve and a pump attached to it. There are two ports.
description: Has a valve and a pump attached to it. There are two ports, one is an input for releasing air, the other is an output when siphoning.
placement:
mode: SnapgridCenter
components:
@@ -228,6 +228,19 @@
- type: PipeColorVisualizer
- type: VentPumpVisualizer
- type: GasVentPump
inlet: inlet
outlet: outlet
canLink: true
- type: Construction
graph: GasBinary
node: dualportventpump
- type: NodeContainer
nodes:
inlet:
!type:PipeNode
nodeGroupID: Pipe
pipeDirection: North
outlet:
!type:PipeNode
nodeGroupID: Pipe
pipeDirection: South

View File

@@ -42,3 +42,13 @@
id: OrderReceiver
name: signal-port-name-order-receiver
description: signal-port-description-order-receiver
- type: receiverPort
id: Pressurize
name: signal-port-name-pressurize
description: signal-port-description-pressurize
- type: receiverPort
id: Depressurize
name: signal-port-name-depressurize
description: signal-port-description-depressurize