Advertisement
PaymentOption

Hepcat's help

Sep 5th, 2012
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.50 KB | None | 0 0
  1. sMessage = [[
  2. Currently Mining
  3. *************************************
  4. Blocks from Starting Position: ]] .. z ..[[
  5. Total Blocks Moved: ]] .. x .. [[
  6. Layer Left: ]] .. l .. [[
  7. Current Fuel Level: ]] .. turtle.getFuelLevel() .. [[
  8. CobbleStone Left: ]] .. turtle.getItemCount(1) .. [[
  9. Torches Left: ]] .. turtle.getItemCount(2) .. [[
  10. Coal Left in Inventory: ]] .. turtle.getItemCount(15) .. [[
  11. Blocks Moved Until Torch: ]] .. (5 - q) .. [[
  12. *************************************
  13. ]]
  14.  
  15. rednet.send( 0, sMessage )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement