updated
This commit is contained in:
@@ -14,7 +14,8 @@ end
|
||||
local function report()
|
||||
local color = color()
|
||||
monitor.setBackgroundColor(color)
|
||||
value = getValue()
|
||||
monitor.clearLine()
|
||||
monitor.write("Turbine Steam Filled: " .. getValue() .. "%")
|
||||
monitor.write("Turbine Steam Filled: " .. value .. "%")
|
||||
end
|
||||
return { report = report, watch = watch }
|
||||
Reference in New Issue
Block a user