Advertisement
Cyjanekpotasu

plethora

Feb 26th, 2020
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. local scanner = peripheral.wrap(--[[ whatever ]])
  2. for _, block in pairs(scanner.scan()) do
  3. print(("The block at %d, %d, %d is %s"):format(block.x, block.y, block.z, block.name))
  4. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement