Advertisement
astonish01

Mana Pool

Mar 3rd, 2020
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. while true do
  2.     if redstone.getAnalogInput('top') >= 15 then
  3.         redstone.setOutput('bottom',true)
  4.     else
  5.         redstone.setOutput('bottom',false)
  6.     end
  7.     sleep(1)
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement