Powah Furnator Input Source
lua
telem.input.powah.furnator (
peripheralID: string,
categories?: string[] | '*'
)
Mod Dependencies
Requires Minecraft 1.19.2 and Advanced Peripherals.
See the Usage section for a complete list of the metrics in each category.
Name | Type | Default |
---|---|---|
peripheralID | string | nil |
Peripheral ID of the Furnator | ||
categories | string[] | "*" | { "basic" } |
List of metric categories to query. The value lua
|
Usage
lua
local telem = require 'telem'
local backplane = telem.backplane()
:addInput('my_furnator', telem.input.powah.furnator('right', '*'))
:cycleEvery(5)()
Given a Furnator 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 |
---|---|---|
powahfurnator:burning | 0 or 1 | |
powahfurnator:carbon | 0.0 - 100.0 | % |
powahfurnator:energy | 0.0 - inf | FE |
powahfurnator:max_energy | 0.0 - inf | FE |