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

Placing items in item frame

Started by Regelneef, 30 November 2012 - 01:49 AM
Regelneef #1
Posted 30 November 2012 - 02:49 AM
I've got a question for the code -guru's on this forum.

We have a completely turtle controlled restaurant on the server, and as a final idea we'd like that the ordered food/drink is placed inside a item frame…. but somehow it isn't working…
When the turtle in in front of the item frame and turtle.drop() is called…. it drops the item between the turtle and the item frame.

Could someone help us (me)

THNX in advance
Doyle3694 #2
Posted 30 November 2012 - 03:10 AM
does turtle.place() work?
Mikeemoo #3
Posted 30 November 2012 - 03:11 AM
You need turtle.place() instead. Just tested.
Regelneef #4
Posted 30 November 2012 - 07:29 AM
Thnx a million guys, I totally forgot to test place().
Cloudy #5
Posted 30 November 2012 - 07:36 AM
Using turtle.place can (bizarrely) also rotate items.
KaoS #6
Posted 30 November 2012 - 08:26 AM
you can rotate them like that in game as well by right clicking. I think you need a copy of the item or something though