1

Implement initial NetheriteController

This commit is contained in:
2025-10-05 23:30:31 +02:00
parent 5334ea8241
commit 749c32325f
4 changed files with 152 additions and 2 deletions

View File

@ -39,8 +39,6 @@ end
function VolumeExcavationController:Excavate()
print(("Turtle is mining layer at y=%d..."):format(self.controller.position.y))
-- Enter the excavation area
self.controller:EnableMining()
self.controller:MoveRelative(1)