RDS_YES

anvil interface

Jan 22nd, 2023
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. local an = peripheral.find("anvil_interface")
  2. local input = peripheral.wrap("left")
  3. local xp = peripheral.wrap("top")
  4. while true do
  5. sleep(0)
  6. read()
  7. an.combine(peripheral.getName(input),1,peripheral.getName(input),2,peripheral.getName(xp))
  8. end
Add Comment
Please, Sign In to add comment