Oxolin

botFire.lua

Apr 17th, 2024
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local function fire()
  2.     for i=1,4 do
  3.         turtle.place()
  4.         turtle.turnRight()
  5.     end
  6. end
  7.  
  8. return { fire = fire }
  9.  
Add Comment
Please, Sign In to add comment