grindUntilIntegrityPercentage

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