Hey im making a simple mob grinder and having the turtles pick it items and send it through pipes to a processor, but when im going to upgrade my mob grinder i will add another row of turtles to help kill mobs for a tier 5 spawner. So i need the items on the top turtle to get send to the turtle directly below it. Here is my code...
Simle enough... i just need the drop down to the other turtles added and was woundering if someone could give me the code that will do this or write it for me and paste it? I appreciate all and any help
- local a = 0
- while a == 0 do
- while turtle.attack() == true do
- sleep(0.5)
- end
end
Simle enough... i just need the drop down to the other turtles added and was woundering if someone could give me the code that will do this or write it for me and paste it? I appreciate all and any help