This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
local myid = os.computerID() | |
local doorList = { 11,13 } | |
local passwordForDoor = { "notch","minecraft" } | |
mon=peripheral.wrap("top") | |
print("Access Terminal") | |
os.loadAPI("json") | |
os.loadAPI("peripherals") | |
rednet.open(peripherals.getDeviceSide("modem")) | |
print("Computer id for Access Terminal is "..tostring(myid)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
local myid = os.computerID() | |
local doorList = { 11,13 } | |
local passwordForDoor = { "notch","minecraft" } | |
mon=peripheral.wrap("top") | |
print("Access Terminal") | |
os.loadAPI("json") | |
os.loadAPI("peripherals") | |
rednet.open(peripherals.getDeviceSide("modem")) | |
print("Computer id for Access Terminal is "..tostring(myid)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
local myid = os.computerID() | |
local doorList = { 11,13 } | |
local passwordForDoor = { "notch","minecraft" } | |
mon=peripheral.wrap("top") | |
print("Access Terminal") | |
os.loadAPI("json") | |
os.loadAPI("peripherals") | |
local deviceSide = peripherals.getDeviceSide("modem") | |
rednet.open(deviceSide) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
local myid = os.computerID() | |
local doorList = { 11,13 } | |
local passwordForDoor = { "notch","minecraft" } | |
mon=peripheral.wrap("top") | |
print("Access Terminal") | |
os.loadAPI("json") | |
os.loadAPI("peripherals") | |
local deviceSide = peripherals.getDeviceSide("modem") | |
rednet.open(string.lower(deviceSide)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
local myid = os.computerID() | |
local doorList = { 11,13 } | |
local passwordForDoor = { "notch","minecraft" } | |
mon=peripheral.wrap("top") | |
print("Access Terminal") | |
os.loadAPI("json") | |
os.loadAPI("peripherals") | |
-- List of all sides | |
local lstSides = {"left","right","up","down","front","back"}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
local myid = os.computerID() | |
local doorList = { 11,13 } | |
local passwordForDoor = { "notch","minecraft" } | |
mon=peripheral.wrap("top") | |
print("Access Terminal") | |
os.loadAPI("json") | |
os.loadAPI("peripherals") | |
-- List of all sides | |
local lstSides = {"left","right","up","down","front","back"}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
local myid = os.computerID() | |
local doorList = { 11,13 } | |
local passwordForDoor = { "notch","minecraft" } | |
mon=peripheral.wrap("top") | |
print("Access Terminal") | |
os.loadAPI("json") | |
os.loadAPI("peripherals") | |
-- List of all sides | |
local lstSides = {"left","right","up","down","front","back"}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
local myid = os.computerID() | |
local doorList = { 11,13 } | |
local passwordForDoor = { "notch","minecraft" } | |
mon=peripheral.wrap("top") | |
print("Access Terminal") | |
os.loadAPI("json") | |
os.loadAPI("peripherals") | |
print(peripheral.getType("top")) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
local myid = os.computerID() | |
local doorList = { 11,13 } | |
local passwordForDoor = { "notch","minecraft" } | |
mon=peripheral.wrap("top") | |
print("Access Terminal") | |
os.loadAPI("json") | |
os.loadAPI("peripherals") | |
print(peripheral.getType("top")) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
local myid = os.computerID() | |
local doorList = { 11,13 } | |
local passwordForDoor = { "notch","minecraft" } | |
mon=peripheral.wrap("top") | |
print("Access Terminal") | |
os.loadAPI("json") | |
os.loadAPI("peripherals") | |
print(peripherals.getDeviceSide("modem")) |