Implement testing for blocks in front/above/below the turtle so we don't mine chests
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user