The setup: I have two turtles transporting two redstone energy cells back and forth. These cells are being used to power a quarry and so there's an infinite loop to have them keep transporting the cells back and forth. I use
use os.queueEvent("randomEvent")
os.pullEvent()
to keep it from essentially timing out from lack of input/output. I also added the chunk loader modules to both of these turtles. They will randomly and for no discernible reason just stop running their programs and I'll have to go and start the programs on them again. Any ideas on how I can have them continue running until I make them stop? Thanks!
use os.queueEvent("randomEvent")
os.pullEvent()
to keep it from essentially timing out from lack of input/output. I also added the chunk loader modules to both of these turtles. They will randomly and for no discernible reason just stop running their programs and I'll have to go and start the programs on them again. Any ideas on how I can have them continue running until I make them stop? Thanks!