Skip to content
Shadew edited this page Aug 30, 2021 · 1 revision

Welcome to the Just Enough Debug Tools wiki! Just Enough Debug Tools, JEDT, is a mod for the Fabric modding toolchain, providing a bunch of debugging and testing tools for the convenience of Fabric modding. The system features a fancy ingame menu accessible via the F6 key, containing various options that perform commands, toggle debug renderers and run tests.

The mod and this wiki are work-in-progress. The mod might contain various bugs, and the wiki might be incomplete.

Current features of JEDT:

  • A fancy and extensible ingame menu screen for debugging options, with an easy and compatible API to add options.
  • Various debug renderers that cannot be accessed in the vanilla game, and an easy API to register new, custom debug renderers.
  • A JSON-based testing API that wraps the GameTest framework that comes with Minecraft, that integrates well with GitHub Actions.
  • A configurable network protocol for Dedicated Servers to permit/forbid JEDT clients to use certain features.

Planned features for JEDT:

  • Documentation.
  • Ingame visual logging.
  • World generation utilities, like regenerating chunks, deleting the terrain after leaving, or manually generating features.
  • Probably more :)

Clone this wiki locally