
MixinTrace Reborn
I don't know my version or loader
MixinTrace Reborn
This is a fork and continuation version of MixinTrace (CurseForge | Modrinth), a mod that can print all mixins applied to a class in the stacktrace when a crash happens. It is very useful for mod developers to find out which mods are applying mixins to the class in the stacktrace, and it can also be used by players to report mod conflicts.
This fork add support for 26.1+ which no longer use obfuscated names, and also add support for Forge and Neoforge.
Note: Mod logically support all versions of Minecraft, if you find any incompatibility issues please report.
Example output
1.21.11- on Forge / Fabric
Mixins in Stacktrace:
net.minecraft.class_465:
com.example.examplemod.mixin.ExampleMixin (examplemod.mixins.json)
Notice: Minecraft running in obfuscate mode. You may need to use some tools to find out the exact class name.
26.1+ / NeoForge
Mixins in Stacktrace:
net.minecraft.client.gui.screens.inventory.AbstractContainerScreen:
com.example.examplemod.mixin.ExampleMixin (examplemod.mixins.json)
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 26.1, 26.1.1, 26.1.2
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
- Ships as mixintrace-1.0-26.1-universal.jar — drop this file into the mods folder
- Download size: 7 KB
- Download link checked 31 Aug 2026 — working
These come from our own check of the pack file, not from the source page.