Guest User

Energy cell coreo play skyfactory 2.5

a guest
Nov 29th, 2016
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. cell = peripheral.wrap('left')
  2. computer = peripheral.wrap('computer_0')
  3. monitor = peripheral.wrap('monitor_0')
  4. while true do
  5. if cell.getEnergyStored()/80000000 >= 0,8 then
  6. sleep(40)
  7. else
  8. monitor.print('Energy left: '..cell.getEnergyStored())
Add Comment
Please, Sign In to add comment