Advertisement
Guest User

startup.lua

a guest
Mar 17th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.14 KB | None | 0 0
  1. rednet.open("left")
  2. while true do
  3.     local id, message = rednet.receive()
  4.     if message == "wither" then
  5.         turtle.place()
  6.     end
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement