View difference between Paste ID: 8N1wrrJk and Kasx9pEb
SHOW: | | - or go back to the newest paste.
1
os.loadAPI("button")
2
local mon = peripheral.wrap("top")
3
mon.clear()
4
5
function button1()
6
  button.toggleButton("Farm Control")
7
  print("Farm Toggled")
8
end
9
10
function button2()
11
end
12
13
function button3()
14
end
15
16
function button4()
17
end
18
19
function button5()
20
end
21
22
function button6()
23
end
24
25
function button7()
26
end
27
28
function button8()
29
end
30
31
function button9()
32
end
33
34
function button10()
35
end
36
37
function button11()
38
end
39
40
function button12()
41
end
42
43
function button13()
44
end
45
46
function button14()
47
end