Render Detector

A diagnostic tool that scans installed mods and reports where legacy rendering patterns appear. It is useful since Minecraft has the option to use Vulkan since version 26.2 Snapshot 3.

File Details

0.1.0

  • B
  • Feb 23, 2026
  • 140.16 KB
  • 163
  • 1.20.1
  • Fabric

File Name

renderdetector-0.1.0.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:render-detector-1470223:7669084"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Version 0.1.0 — First release

Render Detector is a client-side only diagnostic: it scans mod files on your machine and never runs or executes other mods’ code. It only looks for known text/byte patterns in class and shader files, so it’s safe and non-invasive.

Known limitations

  • Some mods may not scan fully if they use unusual classloading or shading.
  • Results are based on static analysis and may not reflect runtime behavior.
  • Renderer‑replacement mods are not fully supported yet.

Planned for future versions

  • Improved scoring accuracy
  • Better detection of renderer replacements
  • More Minecraft versions
  • JSON export for automated analysis