medi4 Posted October 1, 2012 Posted October 1, 2012 Hi everyone, I'm looking for a way to pick up items from the ground with some sorta machine of tekkit... why? In my world pretty much everything is done by computercraft turtles and in the current version of computerCraft which is included in tekkit the only way to get items out of the turtles is drop it (or take it out by hands) and now I'm looking for a way to get in a chest or pipe...
ampayne2 Posted October 1, 2012 Posted October 1, 2012 I guess you could use obsidian pipes... If you had programming skills you could make it return to the pipe and unload when it is full and then continue what it was doing :)
freakachu Posted October 1, 2012 Posted October 1, 2012 you can also use filters to pull items out of the turtles by having the turtle move next to the filter and emit a redstone signal to activate the filter.
ampayne2 Posted October 1, 2012 Posted October 1, 2012 you can also use filters to pull items out of the turtles by having the turtle move next to the filter and emit a redstone signal to activate the filter. Much better idea^
medi4 Posted October 6, 2012 Author Posted October 6, 2012 I'm using filters now and if works perfectly, alternativley I could have used alchemical chests with that void ringy in it... but filters works just like I imagined! Thank you both for helping!
GreenWolf13 Posted October 6, 2012 Posted October 6, 2012 I'm using filters now and if works perfectly, alternativley I could have used alchemical chests with that void ringy in it... but filters works just like I imagined! Thank you both for helping! Or, you could use transposers, which are cheaper (don't require gold ingots). transposer can also suck items off the ground, as well as out of inventories (chests, machines, turtles, etc...)
freakachu Posted October 6, 2012 Posted October 6, 2012 Or, you could use transposers, which are cheaper (don't require gold ingots). transposer can also suck items off the ground, as well as out of inventories (chests, machines, turtles, etc...) the problem with transposers for pulling items out of a turtle is that they pull 1 item at a time. filters pull stacks instead of single items, so they save tons of time. worth it, IMO.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now