Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local bridge = peripheral.wrap("left)")
- local net = peripheral.wrap("back")
- local c = peripheral.wrap("me_controller_0")
- function cl()
- term.clear()
- term.setCursorPos(1,1)
- end
- cl()
- print(textutils.serialize(c.provideCell()))
- read()
- local table = c.provideCell()
- cl()
- print("Free Bytes: "..table["freeBytes"])
- read()
Advertisement
Add Comment
Please, Sign In to add comment