Skip to content

@loontail/minecraft-kit v0.5.0 / verifyMinecraft

Function: verifyMinecraft()

ts
function verifyMinecraft(input): Promise<VerificationResult>

Verify the vanilla Minecraft slice of an installation: the client jar, version JSON, libraries (incl. native jars), assets (index + objects), logging config, and the extracted natives directory.

Parameters

ParameterType
inputVerifyMinecraftInput

Returns

Promise<VerificationResult>

Source

src/verify/minecraft.ts:32

MIT License