Skip to content

Commit 88c41da

Browse files
committed
Merge branch 'master' into Testing
2 parents 1a9c2f0 + f6ccc68 commit 88c41da

File tree

6 files changed

+16
-7
lines changed

6 files changed

+16
-7
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 Minecraft ComputerCraft Scripts
3+
Copyright (c) 2023 ChristophLHR
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

libs/miningClient-lib

miningClientSmall.lua

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,23 @@ args = { ... }
1717
--Functions
1818
local function facingPostition()
1919
---TODO: GPS
20+
term.clear()
21+
print("Unequip everything")
22+
print("on the turtle!")
23+
print("")
24+
print("requires in inventory:")
25+
print("1x geoscanner")
26+
print("1x chunkloader")
27+
print("1x pickaxe (diamond)")
28+
print("")
29+
print("")
2030
print("Facing: X|Z|-X|-Z?")
2131

2232
return read()
2333
end
2434
--- sets the config for the Miner
2535
local function config()
36+
2637
print('Settings: ')
2738
print('miningDepth miningHight miningDiameter scanRadius')
2839
local input = {}
@@ -73,5 +84,3 @@ local function main()
7384
end
7485

7586
main()
76-
77-
shell.run("gps", "host", x, y, z)

scanner-lib

0 commit comments

Comments
 (0)