Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- repeat
- if redstone.getBundledInput("top", colors.black) == true then
- print("Automatische Ein und Aus-Lagerung 0.1 CC1.31 by Willfrieden 09.04.12")
- sleep(3)
- term.clear()
- term.setCursorPos(1,1)
- print("---------------- Bestell menu -------------------")
- print("| |")
- print("| Redstone [r] | Diamond [d] |")
- print("| Coal [c] | Gold [g] |")
- print("| Larpes [l] | Iron [i] |")
- print("| Copper [cr] | Tin [t] |")
- print("| RE Iron [ri] | Glas [g] |")
- print("| RF Glas [rg] | RF Stone [rs] |")
- print("| Sand [s] | Wood [w] |")
- print("| Gras [gs] | Profit [p] |")
- print("| |")
- print("-------------------------------------------------")
- else
- print("Warte auf Input vom Programm.")
- sleep(2)
- end
- until redstone.getBundledInput("top", colors.black) == false
Advertisement
Add Comment
Please, Sign In to add comment