Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --monitorName = "not used as of now!!!"
- devices = {"monitor_0", "minecraft:tconstruct_smeltery_drain_0"}
- funcUsed = {amount, capacity, displayName}
- function preInit()
- for i = 1,#devices do
- if not peripheral.isPresent(devices[i]) then
- print("Error Initializing -"..devices[i].." check if the modem is on")
- else
- print("Initialization of -"..devices[i].." Successful!")
- x[i] = peripheral.find(devices[i])
- end
- end
- end
- function init()
- end
- function prox()
- end
- function stripTable()
- end
- preInit()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement