I have a problem.
I want to use computercraft with mystcraft to set portals.
but i get a error from the books code.
local data = {}
rednet.open("right")
p = peripheral.wrap("bottom")
function clearInv()
for i = 1,16 do
turtle.select(i)
turtle.dropDown()
end
end
function...