diff options
| author | rebecca <ubq323@ubq323.website> | 2026-02-28 09:51:15 +0000 |
|---|---|---|
| committer | rebecca <ubq323@ubq323.website> | 2026-02-28 09:51:15 +0000 |
| commit | ff2c47ca5b894311ba0c934d84adff21c6c15a35 (patch) | |
| tree | 2af4f8165889a9327c8a48daac53b4fe6e3516ab /.door.lua.kak.fs7EK7 | |
| parent | f1a883e2d890cb81381f0cb645a071cb7b2c599c (diff) | |
launch beescroll
Diffstat (limited to '.door.lua.kak.fs7EK7')
| -rw-r--r-- | .door.lua.kak.fs7EK7 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.door.lua.kak.fs7EK7 b/.door.lua.kak.fs7EK7 new file mode 100644 index 0000000..9a5fbdf --- /dev/null +++ b/.door.lua.kak.fs7EK7 @@ -0,0 +1,16 @@ +local ps={peripheral.find"redstone_integrator"} + +local function set(b) + for _,v in ipairs(ps) do + v.setOutput("top",b) + end +end + + + +while true do + set(true) + os.sleep(2) + set(false) + os.sleep(2) +end |
