Mekanism Formulaic Assemblicator Input Source ​
lua
telem.input.mekanism.assemblicator (
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 Formulaic Assemblicator | ||
categories | string[] | "*" | { "basic" } |
List of metric categories to query. The value lua
|
Usage ​
lua
local telem = require 'telem'
local backplane = telem.backplane()
:addInput('my_assemblicator', telem.input.mekanism.assemblicator('right', '*'))
:cycleEvery(5)()
Given a Formulaic Assemblicator 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 |
---|---|---|
mekassemblicator:input_slot_usage | 0 - inf | |
mekassemblicator:input_slot_count | 0 - inf | |
mekassemblicator:output_slot_usage | 0 - inf | |
mekassemblicator:output_slot_count | 0 - inf | |
mekassemblicator:energy_filled_percentage | 0.0 - 1.0 |
Advanced ​
Name | Value | Unit |
---|---|---|
mekassemblicator:valid_formula | 0 or 1 | |
mekassemblicator:auto_mode | 0 or 1 | |
mekassemblicator:stock_control | 0 or 1 | |
mekassemblicator:comparator_level | 0 - 15 |
Energy ​
Name | Value | Unit |
---|---|---|
mekassemblicator:energy | 0.0 - inf | FE |
mekassemblicator:max_energy | 0.0 - inf | FE |
mekassemblicator:energy_needed | 0.0 - inf | FE |
Recipe ​
Name | Value | Unit |
---|---|---|
mekassemblicator:recipe_progress | 0 - inf | t |
mekassemblicator:ticks_required | 0 - inf | t |