Adds a UI for gas mixers (#5165)
Co-authored-by: E F R <602406+Efruit@users.noreply.github.com> Co-authored-by: Paul Ritter <ritter.paul1@googlemail.com> Co-authored-by: ike709 <ike709@github.com>
This commit is contained in:
@@ -8,3 +8,5 @@ comp-gas-filter-ui-filter-set-rate = Set
|
||||
comp-gas-filter-ui-filter-gas-current = Currently Filtering:
|
||||
comp-gas-filter-ui-filter-gas-select = Select a gas to filter out:
|
||||
comp-gas-filter-ui-filter-gas-confirm = Set Gas
|
||||
|
||||
comp-gas-filter-ui-needs-anchor = Anchor it first!
|
||||
|
||||
13
Resources/Locale/en-US/components/gas-mixer-component.ftl
Normal file
13
Resources/Locale/en-US/components/gas-mixer-component.ftl
Normal file
@@ -0,0 +1,13 @@
|
||||
comp-gas-mixer-ui-mixer-status = Status:
|
||||
comp-gas-mixer-ui-status-enabled = On
|
||||
comp-gas-mixer-ui-status-disabled = Off
|
||||
|
||||
comp-gas-mixer-ui-mixer-output-pressure = Output Pressure (kPa):
|
||||
|
||||
comp-gas-mixer-ui-mixer-node-primary = Primary Port:
|
||||
comp-gas-mixer-ui-mixer-node-side = Side Port:
|
||||
|
||||
comp-gas-mixer-ui-mixer-set = Set
|
||||
comp-gas-mixer-ui-mixer-max = Max
|
||||
|
||||
comp-gas-mixer-ui-needs-anchor = Anchor it first!
|
||||
@@ -8,3 +8,5 @@ comp-gas-pump-ui-pump-set-max = Max
|
||||
comp-gas-pump-ui-pump-output-pressure = Output Pressure (kPa):
|
||||
|
||||
comp-gas-pump-ui-pump-transfer-rate = Transfer Rate (L/s):
|
||||
|
||||
comp-gas-pump-ui-needs-anchor = Anchor it first!
|
||||
|
||||
@@ -76,6 +76,10 @@
|
||||
- type: SubFloorShowLayerVisualizer
|
||||
- type: PipeConnectorVisualizer
|
||||
- type: PipeColorVisualizer
|
||||
- type: UserInterface
|
||||
interfaces:
|
||||
- key: enum.GasMixerUiKey.Key
|
||||
type: GasMixerBoundUserInterface
|
||||
- type: GasMixer
|
||||
inletOne: inlet
|
||||
inletTwo: filter
|
||||
|
||||
Reference in New Issue
Block a user