Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local c = peripheral.wrap "left"
- while true do
- local l = c.getRFStored() / c.getRFCapacity()
- redstone.setAnalogOutput("right", l * 15)
- sleep(0.1)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement