Scrubber and vent rotation fix (#2298)

Co-authored-by: py01 <pyronetics01@gmail.com>
This commit is contained in:
py01
2020-10-20 06:35:00 -06:00
committed by GitHub
parent cf2b23ad9e
commit c7e7ff4065
2 changed files with 8 additions and 8 deletions

View File

@@ -25,13 +25,13 @@
- type: entity
parent: ScrubberBase
id: FromSouthScrubber
name: From South Scrubber
id: Scrubber
name: Scrubber
components:
- type: NodeContainer
nodes:
- !type:PipeNode
nodeGroID: Pipe
pipeDirection: South
pipeDirection: East
- type: PressureSiphon
scrubberOutletDirection: South
scrubberOutletDirection: East

View File

@@ -25,13 +25,13 @@
- type: entity
parent: VentBase
id: FromSouthVent
name: From South Vent
id: Vent
name: Vent
components:
- type: NodeContainer
nodes:
- !type:PipeNode
nodeGroupID: Pipe
pipeDirection: South
pipeDirection: East
- type: PressureVent
ventInletDirection: South
ventInletDirection: East