Redstone Link Card

This device allows the computer to customize and output its own Redstone Link frequency.

This is an example of how to access the device.

local d = require("devices")
local link = d:find("redstone_link")
link:setTransmittedStrength(15)

API

Device name: redstone_link

Methods

getFrequency():table
This method gets the current frequency of the link as a table.

changeFrequency(firstItem:string, secondItem:string)
This method changes the frequency of the link to the given items.

getTransmittedStrength():number
This method gets the current transmitted strength of the link.

setTransmittedStrength(strength:number)
This method sets the transmitted strength of the link.

clear()
This method resets the link to an empty frequency and no transmitted strength.