Appearance
@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
| Parameter | Type |
|---|---|
input | VerifyMinecraftInput |
Returns
Promise<VerificationResult>