File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ local Builder_Lib = {
88
99
1010--- @class SCM
11- local scm = require (" scm" )
11+ local scm = require (" ./ scm" )
1212
1313--- @class turtleController
1414local turtleController = scm :load (" turtleController" )
@@ -30,7 +30,6 @@ local function placeDownItem(itemname)
3030 selectItemToPlace (itemname )
3131 if turtle .detectDown () then
3232 local _ , down = turtle .inspectDown ()
33- print (" Fond block to replace: " , down .name )
3433 turtleController :tryAction (" digD" )
3534 end
3635 local succ , txt = turtle .placeDown ()
Original file line number Diff line number Diff line change 11--- UI for Builder
22
3- --- @class SCM
4- local scm = require (" scm" )
5-
63--- @class Builder_Lib
7- local builder = require (" /libs /builder-prog/builder-lib" )
4+ local builder = require (" /progs /builder-prog/builder-lib" )
85
96
107local function help ()
You can’t perform that action at this time.
0 commit comments