Advanced Peripherals Geo Scanner Input Source
lua
telem.input.advancedPeripherals.geoScanner (
peripheralID: string,
categories?: string[] | '*'
)
Mod Dependencies
Requires Advanced Peripherals.
Name | Type | Default |
---|---|---|
peripheralID | string | nil |
Peripheral ID of the Geo Scanner | ||
categories | string[] | "*" | { "basic" } |
N/A |
Usage
lua
local telem = require 'telem'
local backplane = telem.backplane()
:addInput('my_geoScanner', telem.input.advancedPeripherals.geoScanner('right', '*'))
:cycleEvery(5)()
Storage
If a Geo Scanner is in a chunk containing ore blocks, a storage metric is added for each ore block ID scanned.
Given a chunk with 1 layer of dirt, 2 layers of stone, and 1 layer of iron ore, the following metrics would be added:
Name | Value | Unit |
---|---|---|
storage:minecraft:iron_ore | 256 |