Mekanism Fuelwood Heater Input Source ​
lua
telem.input.mekanism.fuelwoodHeater (
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 Fuelwood Heater | ||
categories | string[] | "*" | { "basic" } |
List of metric categories to query. The value lua
|
Usage ​
lua
local telem = require 'telem'
local backplane = telem.backplane()
:addInput('my_fuelwoodHeater', telem.input.mekanism.fuelwoodHeater('right', '*'))
:cycleEvery(5)()
Given a Fuelwood Heater 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 |
---|---|---|
mekfuelheater:fuel_count | 0 - inf | item |
mekfuelheater:temperature | 0.0 - inf | K |
Advanced ​
Name | Value | Unit |
---|---|---|
mekfuelheater:environmental_loss | 0.0 - inf |