Advertisement
maxtorcd55

quantum_wissel

Apr 17th, 2014
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.30 KB | None | 0 0
  1. local dataStack = peripheral.call("top","getAllStacks")
  2. local pim = peripheral.wrap("top")
  3.  
  4. for i=37, 40 do
  5.     if dataStack[i] ~= nil then
  6.         if dataStack[i]["rawName"] == "ic2.reactorventgold" then
  7.             if dataStack[i]["dmg"] > 5 then
  8.                
  9.             end
  10.         end
  11.     end
  12. end
  13.  
  14.  
  15.  
  16. enderchest.pushItem("down",15,40,1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement