Update progressBarEnergyExample.lua

This commit is contained in:
Robert Jelic
2022-07-06 20:51:58 +02:00
committed by GitHub
parent 716c946b96
commit b9fd59d961

View File

@@ -5,7 +5,7 @@ local filePath = "basalt.lua" --here you can change the file path default: basal
if not(fs.exists(filePath))then
shell.run("pastebin run ESs1mg7P packed true "..filePath) -- this is an alternative to the wget command
end
local basalt = require(filePath) -- here you can change the variablename in any variablename you want default: basalt
local basalt = require(filePath:gsub(".lua", "")) -- here you can change the variablename in any variablename you want default: basalt
local energyCube = peripheral.find("ultimateEnergyCube")