Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local an = peripheral.find("anvil_interface")
- local input = peripheral.wrap("left")
- local xp = peripheral.wrap("top")
- while true do
- sleep(0)
- read()
- an.combine(peripheral.getName(input),1,peripheral.getName(input),2,peripheral.getName(xp))
- end
Add Comment
Please, Sign In to add comment