View difference between Paste ID: Ye1EgJQQ and 0FEK8kpK
SHOW: | | - or go back to the newest paste.
1
while true do
2
if redstone.getInput("top") then
3
redstone.setOutput("bottom", true)
4-
sleep(45)
4+
sleep(3)
5
redstone.setOutput("bottom", false)
6-
sleep(40)
6+
sleep(3)
7
end
8
end