I am using two melee turtles side by side with mobs being pushed by a water trap.
I would like to be able to have said turtles to respond to a lever (on off) and to also drop all items into a chest below them.
What would this code look like?
I so far have the basic kill program of
while true do
turtle.attack()
end
I am guessing that I would change the while true do part to respond to redsone. and somewhere in there add the turtle.drop command or something like that?
Anyone who can help would be awesome!
I would like to be able to have said turtles to respond to a lever (on off) and to also drop all items into a chest below them.
What would this code look like?
I so far have the basic kill program of
while true do
turtle.attack()
end
I am guessing that I would change the while true do part to respond to redsone. and somewhere in there add the turtle.drop command or something like that?
Anyone who can help would be awesome!