Im trying to set up a basic mob farm. Problem is when ever i place the turtles my fps drop to low. So im trying to set it up so they are off with redstone. Problem is turtles won't work anymore. I have used redstone wire, torch, even jacked wire and it doest respond to it. So is it my program or is there some trick to get the turtle to respond to redstone.
Here is my program
while true do
while redstone.getInput("back") do
turtle.attack()
sleep(.1)
end
sleep(.5)
end
Here is my program
while true do
while redstone.getInput("back") do
turtle.attack()
sleep(.1)
end
sleep(.5)
end