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

Turtles And Item Frames

Started by arctivlargl, 23 November 2013 - 04:10 PM
arctivlargl #1
Posted 23 November 2013 - 05:10 PM
I know that turtles can place item frames and can place items into item frames ( both with turtle.place() )
I would like to know if there is currently a way to remove items from frames and the frame itself and get them into the turtle's inventory successfully.

I have tried: turtle.suck(), turtle.dig(), turtle.place() without success.
I can remove what the item frame is attached to and it will fall to the ground, but then picking up those items is terribly difficult.

Item frames do not seem to be an accessible peripheral without OpenPeripherals. (peripheral.getType returns nil)

So I've sort of run out of ideas. Anyone know where to go from here?
Bomb Bloke #2
Posted 23 November 2013 - 07:39 PM
The picture frame is an entity, not a block. Attack it.
arctivlargl #3
Posted 24 November 2013 - 01:56 AM
Thanks, that makes sense now.