Jump to content




melee turtle help?


3 replies to this topic

#1 Xenoti

  • New Members
  • 1 posts

Posted 18 April 2013 - 07:47 PM

I dont know lua, and i just want to make my melee turtles stand there and attack I have conveyor belts leading mobs through them, can someone help me? and make the items drop infront of it?

#2 Hawk777

  • Members
  • 162 posts

Posted 18 April 2013 - 09:13 PM

while true do turtle.attack(); turtle.drop() end
should do the job.

#3 jakylorhide

  • Members
  • 7 posts

Posted 19 April 2013 - 04:15 AM

One then with the turtle.drop command, it drops in front of the turtle, place a chest above/below then use
 turtle.dropUp() ; turtle.dropDown() 
respectively

#4 Hawk777

  • Members
  • 162 posts

Posted 19 April 2013 - 11:27 AM

The OP asked for the items to be dropped in front; however, yes, if a different direction is desired, then up and down are both available as well.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users