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

Dropoff in chest BEFORE 1.4 ?

Started by Tjakka5, 27 September 2012 - 04:42 PM
Tjakka5 #1
Posted 27 September 2012 - 06:42 PM
Hello,

Im currently trying to make my own small program for on my server to mine a 3x3 quarry.
I wanted the turtle to drop the blocks he mined in a enderchest he has with him.

However, I read sumwhere that that is only possibru in 1.4.
Is this true?
And is there a way to do it in an older version?

BTW: If anyone wants to see the (bad) code:
(Coming in a sec :P/>/> )
Cranium #2
Posted 27 September 2012 - 06:56 PM
Turtles cannot interact with chests until 1.4…
Get out of Tekkit if you want to play with fancy stuff.
matejdro #3
Posted 27 September 2012 - 07:20 PM
You can use obsidian pipes or redpower transposers. However, I'm not sure how well can turtle place those.
coranos #4
Posted 28 September 2012 - 04:51 PM
Turtle drops are about accurate to a 5x5 area. Easiest way is to make a 13x13 box with a water block in each corner and an obsidian pipe in the center.

The water pushes the items into the obsidian pipe, which sucks them into the chest.
GopherAtl #5
Posted 28 September 2012 - 04:55 PM
er, the easiest way is to drop into a 1x1 space with blocks on all sides (turtle counts as blocking it's side). Unless the drop behavior has completely changed since 1.3, only done this in 1.4…
KaoS #6
Posted 28 September 2012 - 04:59 PM
just place a transposer/filter (places in a fixed direction I think) and use a redstone pulse to force it to pull items out of the turtle