Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local T = {peripheral.find("BigReactors-Turbine")}
- for i,name in ipairs(peripheral.getNames()) do
- if peripheral.getType(name) == "BigReactors-Turbine" then
- T[i] = peripheral.wrap(name)
- end
- end
- print(T1.getInductorEngaged())
- T1.setActive(false)
Advertisement
Add Comment
Please, Sign In to add comment