Advertisement
Guest User

cell

a guest
Sep 1st, 2014
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.45 KB | None | 0 0
  1. cell1 = peripheral.wrap("cofh_thermalexpansion_energycell_0")
  2. cell2 = peripheral.wrap("cofh_thermalexpansion_energycell_2")
  3. cell3 = peripheral.wrap("cofh_thermalexpansion_energycell_3")
  4. cell4 = peripheral.wrap("cofh_thermalexpansion_energycell_4")
  5. cell5 = peripheral.wrap("cofh_thermalexpansion_energycell_5")
  6. cell6 = peripheral.wrap("cofh_thermalexpansion_energycell_6")
  7.  
  8. stored1 = cell.getEnergyStored("cofh_thermalexpansion_energycell_0")
  9.  
  10. print(stored)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement