Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- term.setBackgroundColor(colours.black)
- term.clear()
- term.setCursorPos(1,1)
- print("CraftBIOS")
- print("")
- os.sleep(2)
- print("Searching for Devices")
- print("")
- local periList = peripheral.getNames()
- os.sleep(0.5)
- term.setCursorPos(1,5)
- for i = 1, #periList do
- print("Found \""..peripheral.getType(periList[i]).."\" @ "..periList[i])
- print("")
- os.sleep(0.5)
- end
- print("Starting CraftOS...")
- os.sleep(2)
Advertisement
Add Comment
Please, Sign In to add comment