Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local eReader = peripheral.find("block_reader")
- for k, v in pairs(eReader.getBlockData()) do
- for l, b in pairs(v) do
- if (type(b) == "table") then
- for z, x in pairs(b) do
- print(z,x)
- end
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment