Appearance
@loontail/minecraft-kit v0.5.0 / planRuntimeRepair
Function: planRuntimeRepair()
ts
function planRuntimeRepair(input): Promise<RepairPlan>Build a repair plan covering the Java runtime files. target.runtime.installRoot is honoured automatically because both planInstall and the verify side resolve runtime paths through the same targetPaths.runtimeRoot(..., installRoot) helper.
Parameters
| Parameter | Type |
|---|---|
input | AspectRepairInput |
Returns
Promise<RepairPlan>