tuekats

init

Feb 17th, 2016
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. os.loadAPI("tillapi")
  2. tillapi.craftRefuel()
  3. tillapi.homePositionDialog()
  4.  
  5.  
  6. tillapi.offsetGoTo(0,0,0)
  7. tillapi.craftRefuel()
  8.  
  9. while true do
  10.   os.pullEvent("redstone")
  11.   if redstone.getInput("right")==true then
  12.     shell.run("craft")
  13.   end
  14. end
Add Comment
Please, Sign In to add comment