Last active 4 months ago
0
0
1
| 1 | DRILL_RELAY_PERIPHERAL = "redstone_relay_5" |
| 2 | CONTROLS_RELAY_PERIPHERAL = "redstone_relay_6" |
| 3 | ENDSTOP_RELAY_PERIPHERAL = "redstone_relay_8" |
| 4 | DRILL_RPM = 32 |
| 5 | MOVE_RPM = 120 |
| 6 | -- The dimensions of the quarry site { x/width, z/length } |
| 7 | LENGTH = { 6, 6 } |
| 8 | |
| 9 | local phDrill = peripheral.wrap(DRILL_RELAY_PERIPHERAL) |
| 10 | local phCtrl = peripheral.wrap(CONTROLS_RELAY_PERIPHERAL) |