Mekanism Chemical Dissolution Chamber Input Source ​
lua
telem.input.mekanism.dissolutionChamber (
peripheralID: string,
categories?: string[] | '*'
)
Mod Dependencies
Requires Mekanism.
See the Usage section for a complete list of the metrics in each category.
Name | Type | Default |
---|---|---|
peripheralID | string | nil |
Peripheral ID of the Chemical Dissolution Chamber | ||
categories | string[] | "*" | { "basic" } |
List of metric categories to query. The value lua
|
Usage ​
lua
local telem = require 'telem'
local backplane = telem.backplane()
:addInput('my_dissolutionChamber', telem.input.mekanism.dissolutionChamber('right', '*'))
:cycleEvery(5)()
Given a Chemical Dissolution Chamber peripheral on the right
side of the computer, this appends the following metrics to the backplane (grouped by category here for clarity):
Basic ​
Name | Value | Unit |
---|---|---|
mekdissolution:input_gas_filled_percentage | 0.0 - 1.0 | |
mekdissolution:input_gas_item_count | 0 - inf | item |
mekdissolution:input_item_count | 0 - inf | item |
mekdissolution:output_filled_percentage | 0.0 - 1.0 | |
mekdissolution:output_item_count | 0 - inf | item |
mekdissolution:energy_usage | 0.0 - inf | FE/t |
mekdissolution:energy_filled_percentage | 0.0 - 1.0 |
Advanced ​
Name | Value | Unit |
---|---|---|
mekdissolution:comparator_level | 0 - 15 |
Input ​
Name | Value | Unit |
---|---|---|
mekdissolution:input_gas | 0.0 - inf | B |
mekdissolution:input_gas_needed | 0.0 - inf | B |
mekdissolution:input_gas_capacity | 0.0 - inf | B |
Output ​
Name | Value | Unit |
---|---|---|
mekdissolution:output_needed | 0.0 - inf | B |
mekdissolution:output_capacity | 0.0 - inf | B |
mekdissolution:output | 0.0 - inf | B |
Energy ​
Name | Value | Unit |
---|---|---|
mekdissolution:energy | 0.0 - inf | FE |
mekdissolution:max_energy | 0.0 - inf | FE |
mekdissolution:energy_needed | 0.0 - inf | FE |
Recipe ​
Name | Value | Unit |
---|---|---|
mekdissolution:recipe_progress | 0 - inf | t |
mekdissolution:ticks_required | 0 - inf | t |