testing
This commit is contained in:
parent
ac539f32d6
commit
2776a7a087
@ -51,7 +51,8 @@ function recv()
|
|||||||
term.setCursorPos(0, 0)
|
term.setCursorPos(0, 0)
|
||||||
term.setTextColor(colors.white)
|
term.setTextColor(colors.white)
|
||||||
term.setBackgroundColor(colors.black)
|
term.setBackgroundColor(colors.black)
|
||||||
print('Press "R" to toggle the rainbows')
|
term.write('Press "R" to toggle the rainbows')
|
||||||
|
print()
|
||||||
term.write('Rainbows state: ')
|
term.write('Rainbows state: ')
|
||||||
if redstone_toggle_state == true then
|
if redstone_toggle_state == true then
|
||||||
term.setBackgroundColor(colors.green)
|
term.setBackgroundColor(colors.green)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user