Skip to content

Commit a689958

Browse files
committed
feat: Chunky Turtle Desc.
1 parent d2ab22f commit a689958

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

libs/miningClient-lib

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 3f95f83cc73035f8f864647ff1629b251886f1f3

miningClientSmall.lua

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,23 @@ args = { ... }
2020
--Functions
2121
local 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()
2636
end
2737
--- sets the config for the Miner
2838
local 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);
7788
end
7889

79-
main()
90+
main()

turtleEmulator-lib

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 8d3331b352b1c2ec775c55bd374e8b331a12f6e7

0 commit comments

Comments
 (0)