1

Implement testing for blocks in front/above/below the turtle so we don't mine chests

This commit is contained in:
2025-10-07 17:13:34 +02:00
parent a1d4d65c42
commit 1be0d4ce33
3 changed files with 53 additions and 13 deletions

View File

@ -246,7 +246,7 @@ function ExcavationController:Excavate()
-- Finish up
self.controller:MoveToPosition(0, 0, 0, self.controller.config.storage_direction)
self.controller:DropInventory()
self.controller:DropInventoryIntoChest()
self.controller:TurnToDirection(Direction.NORTH)
self.audio:StopPlaying()
end