File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change
1
+ Subproject commit 3f95f83cc73035f8f864647ff1629b251886f1f3
Original file line number Diff line number Diff line change @@ -20,12 +20,23 @@ args = { ... }
20
20
-- Functions
21
21
local function facingPostition ()
22
22
--- TODO: GPS
23
+ term .clear ()
24
+ print (" Unequip everything" )
25
+ print (" on the turtle!" )
26
+ print (" " )
27
+ print (" requires in inventory:" )
28
+ print (" 1x geoscanner" )
29
+ print (" 1x chunkloader" )
30
+ print (" 1x pickaxe (diamond)" )
31
+ print (" " )
32
+ print (" " )
23
33
print (" Facing: X|Z|-X|-Z?" )
24
34
25
35
return read ()
26
36
end
27
37
--- sets the config for the Miner
28
38
local function config ()
39
+
29
40
print (' Settings: ' )
30
41
print (' miningDepth miningHight miningDiameter scanRadius' )
31
42
local input = {}
@@ -76,4 +87,4 @@ local function main()
76
87
miningLib :main (points );
77
88
end
78
89
79
- main ()
90
+ main ()
Original file line number Diff line number Diff line change
1
+ Subproject commit 8d3331b352b1c2ec775c55bd374e8b331a12f6e7
You can’t perform that action at this time.
0 commit comments