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

Automatically mine with MFFS Force-fields and a basic turtle

Started by Hegis50, 19 September 2013 - 02:36 AM
Hegis50 #1
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. ^^
Lyqyd #2
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.
Hegis50 #3
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?
PixelToast #4
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/
Vindex #5
Posted 24 September 2013 - 05:26 PM
OpenPeripherals
amtra5 #6
Posted 24 September 2013 - 08:24 PM
You know you can make a quarry with just MFFS right?