2 posts
Posted 19 September 2013 - 04:36 AM
Title: Automatically mine with MFFS Force-fields and a basic turtle.
Hi, like the title says, I want to mine with a MFFS Force-field and I already done some times but not automatically.
Now i Want to ask, how can i take and put special slots out or in an MFFS Projector.
I know the basics of computercraft but I have no idea, how i could do it.
Yours sincerely Hegis50
P.S.: I hope my English is not too bad. ^^
8543 posts
Posted 19 September 2013 - 10:49 AM
Split into new topic.
Turtles can move items to and from inventories with the turtle.drop() and turtle.suck() methods. If you need to target a specific slot, you'll probably need a peripheral mod to add that functionality, as the turtles can only deal with the slots in order from first to last.
2 posts
Posted 24 September 2013 - 04:30 PM
Split into new topic.
Turtles can move items to and from inventories with the turtle.drop() and turtle.suck() methods. If you need to target a specific slot, you'll probably need a peripheral mod to add that functionality, as the turtles can only deal with the slots in order from first to last.
Ok thx.
Do you know such a mod?
2217 posts
Location
3232235883
Posted 24 September 2013 - 05:06 PM
Split into new topic.
Turtles can move items to and from inventories with the turtle.drop() and turtle.suck() methods. If you need to target a specific slot, you'll probably need a peripheral mod to add that functionality, as the turtles can only deal with the slots in order from first to last.
Ok thx.
Do you know such a mod?
openPeripheral adds functions that allow you move stuff into specific slots
http://openperipheral.info/
13 posts
Posted 24 September 2013 - 05:26 PM
OpenPeripherals
321 posts
Location
Melbourne, Australia
Posted 24 September 2013 - 08:24 PM
You know you can make a quarry with just MFFS right?