Advertisement
TheSpicePhantom

HowFullisIt

Jun 2nd, 2018
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.58 KB | None | 0 0
  1. --monitorName = "not used as of now!!!"
  2. devices     = {"monitor_0", "minecraft:tconstruct_smeltery_drain_0"}
  3. funcUsed    = {amount, capacity, displayName}
  4.  
  5. function preInit()
  6.     for i = 1,#devices do
  7.         if not peripheral.isPresent(devices[i]) then
  8.             print("Error Initializing -"..devices[i].." check if the modem is on")
  9.         else
  10.             print("Initialization of -"..devices[i].." Successful!")
  11.             x[i] = peripheral.find(devices[i])
  12.         end
  13.     end
  14. end
  15.  
  16. function init()
  17.  
  18. end
  19.  
  20. function prox()
  21.  
  22. end
  23.  
  24. function stripTable()
  25.  
  26. end
  27. preInit()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement