Scrubber and vent rotation fix (#2298)
Co-authored-by: py01 <pyronetics01@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user