Appearance
@loontail/minecraft-kit v0.5.0 / verifyForge
Function: verifyForge()
ts
function verifyForge(input): Promise<VerificationResult>Verify the Forge loader slice: the on-disk Forge version JSON and every library it declares. Libraries can only be enumerated once the JSON is present and parsable; a malformed JSON is surfaced as a CORRUPT issue so repair rewrites it before re-running.
Parameters
| Parameter | Type |
|---|---|
input | VerifyForgeInput |
Returns
Promise<VerificationResult>