grindUntilIntegrityValue

suspend fun SpaceEngineers.grindUntilIntegrityValue(    block: Block,     integrity: Double,     toolLocation: ToolbarLocation,     checkBlockIntegrity: (Block, Double) -> Boolean = { block_, integrity_ -> block_.integrity > integrity_ },     timeoutMs: Long = 20000)