Fix dual port vents 2: Electric Boogaloo (#8396)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user