I had several variations, but this was the closest I got .
arc = peripheral.wrap("left")
while
arc.hasElectrodes(false) do
redstone.setOutput("top",true)
end
if arc.hasElectrodes(true) then
redstone.setOutput("top", false)
end
I could get it to run, but it output a redstone signal even if there were electrodes in the furnace. If some of could help me that would be awesome.












