Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local automata = peripheral.find("weakAutomata")
- local loop = true
- function useWaterCan()
- print(automata.useOnBlock())
- sleep(1)
- end
- repeat
- useWaterCan()
- until (loop == false)
RAW Paste Data
Copied