begin moving turtle specific code from opus into turtle package
This commit is contained in:
@@ -308,7 +308,7 @@ local function getCobblestone(count)
|
||||
|
||||
until turtle.getItemCount(COBBLESTONE) >= count
|
||||
|
||||
turtle._goto(pt)
|
||||
turtle.go(pt)
|
||||
turtle.placeDown(DIRT)
|
||||
|
||||
turtle.drop(DIRT)
|
||||
|
||||
Reference in New Issue
Block a user