Advertisement
Iwon28

Harvest Test

Aug 5th, 2016
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. -- Harvest Program
  2. --inf loop
  3. while true do
  4. -- Redstatus is just a bool variable
  5. if RedStatus = redstone.getInput("front") then
  6. rednet.send(1, "shell.run("Harvest")")
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement