View difference between Paste ID: nmEHxBdy and rGQ2rPUt
SHOW: | | - or go back to the newest paste.
1-
--[[so basically this program  makes the
1+
2-
robot use a tool wether its an advanced
2+
3-
drill or just a TiCo Hammer/pickaxe.
3+
4
local inv = component.inventory_controller
5-
What you need for a TiCo setup:
5+
6-
a 3x3 cobblewall generating system directly
6+
7-
in front of the robot, that he can break obv.
7+
8-
a dev/hull with cobble inside.
8+
9-
A TiCoTool, which is to be lvled and a charging
9+
10-
system directly under the robot (it doesnt
10+
11-
really matter at which side the charger
11+
12-
connects to the robot).
12+
13
14-
For the AdvancedDrill setup:
14+
15-
a cobblewall generator
15+
16-
 -9 openblocks or projectred blockplacer
16+
17-
 -which are given a redstone signal
17+
18-
  via enderio redstone conduits
18+
19-
  and filled via enderio itemconduits
19+
20-
  connected to a infinite cobblesource
20+
21-
  (youll need an speed upgrade if u want
21+
22-
  to feed the placers thru one enderio
22+
23-
  conduit with the cobblesource)
23+
24-
 -the redstoneconduit is connected to the robot
24+
25-
  on the top of the robot. (you dont need that
25+
  inv.dropIntoSlot(0, 1)
26-
  if u are simply using a redstone clock for
26+
27-
  your blockplacer)
27+
  inv.suckFromSlot(0, 1)
28-
a mfsu to charge the drill
28+
29-
a chest, because the robot cant put stuff into mfsu's
29+
30-
and more red conduit and item conduits
30+
31-
and a eu powersource of course to power the charger and
31+
32-
mfsu.
32+
33
  reload()
34-
Now with this setup you would be done for
34+