Appearance
@loontail/minecraft-kit v0.5.0 / planForgeRepair
Function: planForgeRepair()
ts
function planForgeRepair(input): Promise<RepairPlan>Build a repair plan covering the Forge loader slice: version JSON, libraries, installer download, and the Forge processors that produce the final installation. When the Forge version JSON was missing during verify (so libraries couldn't be enumerated), every forge-library download is added defensively — downloadFile skips files already on disk.
Parameters
| Parameter | Type |
|---|---|
input | AspectRepairInput |
Returns
Promise<RepairPlan>