reset Storage Energy get
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
local storageEnergy = peripheral.getMethods("left").getStoredEnergy()
|
||||
local typeOfPeripheral = peripheral.getType("left")
|
||||
|
||||
print("Type of peripheral on the left: " .. typeOfPeripheral)
|
||||
|
||||
print("Stored energy: " .. storageEnergy .. " RF")
|
||||
|
||||
Reference in New Issue
Block a user