Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local component = require("component")
- local sides = require("sides")
- local os = require("os")
- local colors = require("colors")
- rs = component.redstone
- function checktop()
- return rs.getOutput(sides.top)
- end
- print("The redstone I/O is currently outputting " .. tostring(checktop()) .. " signal strength.")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement