Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- os.loadAPI("tillapi")
- tillapi.craftRefuel()
- tillapi.homePositionDialog()
- tillapi.offsetGoTo(0,0,0)
- tillapi.craftRefuel()
- while true do
- os.pullEvent("redstone")
- if redstone.getInput("right")==true then
- shell.run("craft")
- end
- end
Add Comment
Please, Sign In to add comment