Skip to content

@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

ParameterType
inputVerifyForgeInput

Returns

Promise<VerificationResult>

Source

src/verify/forge.ts:37

MIT License