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 = { ... }
2020-- Functions
2121local function facingPostition ()
2222 --- 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 (" " )
2333 print (" Facing: X|Z|-X|-Z?" )
2434
2535 return read ()
2636end
2737--- sets the config for the Miner
2838local function config ()
39+
2940 print (' Settings: ' )
3041 print (' miningDepth miningHight miningDiameter scanRadius' )
3142 local input = {}
@@ -76,4 +87,4 @@ local function main()
7687 miningLib :main (points );
7788end
7889
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