Skip to content

@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

ParameterType
inputAspectRepairInput

Returns

Promise<RepairPlan>

Source

src/repair/runtime.ts:14

MIT License