Kaf Modding Docs

TeaKit

Friendly, typed integration tests for real Minecraft clients.

Minecraft development

TeaKit runs typed integration tests against real Minecraft clients, giving mod authors a practical way to prove behavior across loaders and versions.

A test interacts with a running Minecraft client, then checks the resulting game state to report pass or fail.A test interacts with a running Minecraft client, then checks the resulting game state to report pass or fail.
Exercise the game, then check what actually changed.

This section will cover test authoring, runners, launch configuration, and result reporting.