Scrubber and vent rotation fix (#2298)
Co-authored-by: py01 <pyronetics01@gmail.com>
This commit is contained in:
@@ -25,13 +25,13 @@
|
|||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ScrubberBase
|
parent: ScrubberBase
|
||||||
id: FromSouthScrubber
|
id: Scrubber
|
||||||
name: From South Scrubber
|
name: Scrubber
|
||||||
components:
|
components:
|
||||||
- type: NodeContainer
|
- type: NodeContainer
|
||||||
nodes:
|
nodes:
|
||||||
- !type:PipeNode
|
- !type:PipeNode
|
||||||
nodeGroID: Pipe
|
nodeGroID: Pipe
|
||||||
pipeDirection: South
|
pipeDirection: East
|
||||||
- type: PressureSiphon
|
- type: PressureSiphon
|
||||||
scrubberOutletDirection: South
|
scrubberOutletDirection: East
|
||||||
|
|||||||
@@ -25,13 +25,13 @@
|
|||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: VentBase
|
parent: VentBase
|
||||||
id: FromSouthVent
|
id: Vent
|
||||||
name: From South Vent
|
name: Vent
|
||||||
components:
|
components:
|
||||||
- type: NodeContainer
|
- type: NodeContainer
|
||||||
nodes:
|
nodes:
|
||||||
- !type:PipeNode
|
- !type:PipeNode
|
||||||
nodeGroupID: Pipe
|
nodeGroupID: Pipe
|
||||||
pipeDirection: South
|
pipeDirection: East
|
||||||
- type: PressureVent
|
- type: PressureVent
|
||||||
ventInletDirection: South
|
ventInletDirection: East
|
||||||
|
|||||||
Reference in New Issue
Block a user