Posted 06 May 2013 - 11:20 AM
Topic: Melee turtle help
Im trying to set up a basic mob farm. Problem is when ever i place the turtles try drop my fps to low. So im trying to set it up so they are off with redstone. Problem is turtles don'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
Im trying to set up a basic mob farm. Problem is when ever i place the turtles try drop my fps to low. So im trying to set it up so they are off with redstone. Problem is turtles don'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