Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local totalStore = 0
- local percent = 0
- local mfsu
- os.startTimer(1)
- while true do
- -- Analogue redstone output
- redstone.setAnalogOutput("right", (math.ceil(peripheral.call("back", getEUStored()) / 10000000) * 15))
- os.pullEvent("timer")
- os.startTimer(1)
- end
Advertisement
Add Comment
Please, Sign In to add comment