Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Harvest Program
- --inf loop
- while true do
- -- Redstatus is just a bool variable
- if RedStatus = redstone.getInput("front") then
- rednet.send(1, "shell.run("Harvest")")
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement