Posted 12 May 2015 - 09:42 PM
I am trying to interact with an item frame (place an item in the frame) however I seem to be hitting a wall and do not know why.
I would like to interact with the frame via an advanced computer however, the computer does not identify it as a peripheral and neither does the open peripherals proxy. So I am no using a turtle.
I have tried the following:
- Pushing from a chest to the frame (did not work)
- Using turtle.place() to place the frame (worked)
- Using turtle.place() to place an item in the frame (did not work)
According to older posts on this forum the turtle.place() function should work for placing an item into the frame. I get a message from the turtle saying ("Cannot place item here") when attempting to place an apple in the frame from the lua prompt.
Image of turtle feedback:
Can anyone provide some suggestions? I am running computercraft 1.7 with Open peripherals.
Thank you
I would like to interact with the frame via an advanced computer however, the computer does not identify it as a peripheral and neither does the open peripherals proxy. So I am no using a turtle.
I have tried the following:
- Pushing from a chest to the frame (did not work)
- Using turtle.place() to place the frame (worked)
- Using turtle.place() to place an item in the frame (did not work)
According to older posts on this forum the turtle.place() function should work for placing an item into the frame. I get a message from the turtle saying ("Cannot place item here") when attempting to place an apple in the frame from the lua prompt.
Image of turtle feedback:
Can anyone provide some suggestions? I am running computercraft 1.7 with Open peripherals.
Thank you
Edited on 12 May 2015 - 07:46 PM