Skip to content

@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

ParameterType
inputAspectRepairInput

Returns

Promise<RepairPlan>

Source

src/repair/forge.ts:28

MIT License