Skip to content

advancedRedstone

ben-mkiv edited this page Jun 23, 2019 · 3 revisions

advanced Redstone I/O

works like the OpenComputers Redstone I/O but can analyze its neighbor block (which allows to write more generic lua scripts, without configuring sides by hand all the time)

component.redstone.analyze(Integer:side):table
-- returns a table with informations about the block on the analyzed side

OpenComputers Wiki - Redstone I/O Block

OpenComputers Wiki - Redstone Component

Clone this wiki locally