Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local robot = require("robot")
- local start = require("component").crafting
- local function Craft()
- for i = 17, 48 do
- print(i)
- robot.select(i)
- start.craft(64)
- robot.dropDown(64)
- end
- end
- while true do
- robot.select(1)
- for i = 1, 32 do
- while not robot.detect() do
- end
- robot.swing(3)
- while not robot.detectUp() do
- end
- robot.swingUp(1)
- end
- Craft()
- end
Advertisement
Add Comment
Please, Sign In to add comment