This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
gunmim's profile picture

making a turtle right click ?

Started by gunmim, 07 August 2013 - 08:16 PM
gunmim #1
Posted 07 August 2013 - 10:16 PM
hello i am trying to make the turtle right click
to explain more precisely :
using ftb unleashed 1.5 i have some Spoils bag from the dart craft force mod
i am automaticly refilling the 1st slot of the turtle with with a Spoil bag using another mod (i filled all the other slots with other items)
you can right click with those bag on a chest to empty the content in the chest and the bag then disapear
and i am trying to make the turtle do that

is it possible ?

thanks for your help and/or time xD
Lyqyd #2
Posted 08 August 2013 - 08:25 PM
Split into new topic.

You could try turtle.place() if it's a right-click behavior. It may or may not work.
gunmim #3
Posted 09 August 2013 - 02:00 PM
i did try and it did not work