init
This commit is contained in:
commit
12ffbdc45d
76 changed files with 79368 additions and 0 deletions
4
computer/6/programs/test.lua
Normal file
4
computer/6/programs/test.lua
Normal file
|
@ -0,0 +1,4 @@
|
|||
while true do
|
||||
redstone.setOutput("left", not redstone.getOutput("left"))
|
||||
sleep(0.5)
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue