Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Turbine
- turbine= peripheral.wrap("back")
- turbine.getInductorEngaged()
- if turbine.getInductorEngaged(true) then
- end
- if turbine.getInductorEngaged(false) then
- end
- if redstone.getAnalogInput(true) then
- end
- if redstone.getAnalogInput(false) then
- turbine.setInductorEngaged(true)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment