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

[1.46] Turtles cannot place item frames

Started by matejdro, 26 October 2012 - 12:08 PM
matejdro #1
Posted 26 October 2012 - 02:08 PM
When trying to place item frames, turtle will just return false.

Forge 337, only mod installed is CC.
Cruor #2
Posted 26 October 2012 - 05:42 PM
Could i have a picture of your setup? I cant realy tell if its users fault or mods fault without more info.
IE: you cant place trip wire hook onto a block unless the block under the one infront is air(or something like there :D/>/>)
matejdro #3
Posted 26 October 2012 - 07:26 PM


I can place it manually without problems.


EDIT: Neverming, got it working. I had to move turtle one block forward, so it's inside same block as item frame.

However, turtle.placeUp() still does not work. Here is another test setup:



placeUp() returns false.
Cruor #4
Posted 26 October 2012 - 08:44 PM
I assume placeUp will try to place it onto the turtle itself, and that wont work. either way, the behavior sounds silly :D/>/>