Mekanism Chemical Crystallizer Input Source ​
lua
telem.input.mekanism.chemicalCrystallizer (
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 Crystallizer | ||
categories | string[] | "*" | { "basic" } |
List of metric categories to query. The value lua
|
Usage ​
lua
local telem = require 'telem'
local backplane = telem.backplane()
:addInput('my_chemicalCrystallizer', telem.input.mekanism.chemicalCrystallizer('right', '*'))
:cycleEvery(5)()
Given a Chemical Crystallizer 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 |
---|---|---|
mekcrystallizer:input_filled_percentage | 0.0 - 1.0 | |
mekcrystallizer:input_item_count | 0 - inf | item |
mekcrystallizer:energy_usage | 0.0 - inf | FE/t |
mekcrystallizer:energy_filled_percentage | 0.0 - 1.0 |
Advanced ​
Name | Value | Unit |
---|---|---|
mekcrystallizer:comparator_level | 0 - 15 |
Input ​
Name | Value | Unit |
---|---|---|
mekcrystallizer:input | 0.0 - inf | B |
mekcrystallizer:input_capacity | 0.0 - inf | B |
mekcrystallizer:input_needed | 0.0 - inf | B |
Output ​
Name | Value | Unit |
---|---|---|
mekcrystallizer:output_count | 0 - inf | item |
Energy ​
Name | Value | Unit |
---|---|---|
mekcrystallizer:energy | 0.0 - inf | FE |
mekcrystallizer:max_energy | 0.0 - inf | FE |
mekcrystallizer:energy_needed | 0.0 - inf | FE |
Recipe ​
Name | Value | Unit |
---|---|---|
mekcrystallizer:recipe_progress | 0 - inf | t |
mekcrystallizer:ticks_required | 0 - inf | t |