Community listing page, reviews here may not be monitored by the author.
Mixin Helper
No reviews yet
Utility mod for modpack developers that provides complete control over mixin behavior
Includes quality of life improvements and small tweaks to enhance and customize gameplay.
Addresses and fixes known bugs and issues.
Enhances game performance and optimizes resource usage.
Forge is a popular mod loader for versions 1.1+ of Minecraft.
Neoforge is a fork of the Minecraft Forge available for versions 1.20.1+ of Minecraft. Many Forge mods are compatible with Neoforge and vice versa.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Filters
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
The author has not specified where this runs.
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
Mixin Helper
Take control of mixin conflicts in your modpack. Mixin Helper lets you blacklist, prioritize, and surgically modify mixins from any loaded mod, all from a single JSON config file. No code, no recompiling, no removing mods.
Documentation
Full documentation, guides, and examples at https://tysontheember.dev/mixin-helper/intro/
⚠️ USE AT YOUR OWN RISK ⚠️
This is an advanced tool. If you don't know what mixins are or how they work, this mod is not for you.
While there are guardrails Mixin Helper directly interferes with how other mods patch the game. Incorrect use will break things. This includes but is not limited to:
- Game crashes with difficult-to-diagnose stacktraces
- Broken mod features that may not be immediately obvious
- World corruption, back up your worlds before making changes
- Incompatible save files if disabled mixins affect world data
Do NOT report bugs to mod authors if you have modified their mixins with this tool. Any issues caused by Mixin Helper are your responsibility.
Features
- Mixin Blacklisting: Disable individual mixins, entire mixin configs, or block all mixins targeting a specific class
- Priority Control: Override mixin execution order to resolve load-order conflicts between mods
- Method Removal: Neutralize or remove specific injected methods without disabling the entire mixin
- Audit Report: Generate a detailed JSON report of every loaded mixin config, including annotations, to diagnose conflicts fast
How It Works
- Install Mixin Helper, drop the jar in your
modsfolder - Launch the game, a default config is generated at
config/mixinhelper.json - Check the audit report at
config/mixinhelper-report.jsonto see every mixin loaded in your game - Edit the config to blacklist, reprioritize, or strip methods as needed
- Restart and you're done
Quick Example
Two mods crash because they both modify the same class? Blacklist the offending mixin:
{
"enabled": true,
"blacklist": {
"mixins": ["com.conflictingmod.mixin.MixinLevelRenderer"],
"mixinConfigs": [],
"targetClasses": []
}
}
Need finer control? Neutralize a single injected method instead of the whole mixin:
{
"methodRemovals": {
"rules": [
{
"targetClass": "net.minecraft.world.level.Level",
"method": "brokenMethod",
"action": "nop"
}
]
}
}
Use Cases
- Modpack developers resolving mod conflicts without waiting for mod authors to fix them
- Server admins disabling specific mod behaviors that cause instability
- Debugging which mixins are causing crashes or unexpected behavior
- Fine-tuning mod interactions by controlling execution order
Notes
- Config changes require a full game restart, mixins load very early in startup
- Mixin Helper itself has no mixins, it uses the Mixin plugin system to intercept other mods
- Zero runtime performance impact, all work is done during startup
Mixin Helper
Take control of mixin conflicts in your modpack. Mixin Helper lets you blacklist, prioritize, and surgically modify mixins from any loaded mod — all from a single JSON config file. No code, no recompiling, no removing mods.
Documentation
Full documentation, guides, and examples at https://tysontheember.dev/mixin-helper/intro/
⚠️ USE AT YOUR OWN RISK ⚠️
This is an advanced tool. If you don't know what mixins are or how they work, this mod is not for you.
While there are guardrails Mixin Helper directly interferes with how other mods patch the game. Incorrect use will break things. This includes but is not limited to:
- Game crashes with difficult-to-diagnose stacktraces
- Broken mod features that may not be immediately obvious
- World corruption — back up your worlds before making changes
- Incompatible save files if disabled mixins affect world data
Do NOT report bugs to mod authors if you have modified their mixins with this tool. Any issues caused by Mixin Helper are your responsibility.
Features
- Mixin Blacklisting — Disable individual mixins, entire mixin configs, or block all mixins targeting a specific class
- Priority Control — Override mixin execution order to resolve load-order conflicts between mods
- Method Removal — Neutralize or remove specific injected methods without disabling the entire mixin
- Audit Report — Generate a detailed JSON report of every loaded mixin config, including annotations, to diagnose conflicts fast
Supported Versions
| Minecraft Version | Loader | Status |
|---|---|---|
| 1.20.1 | Forge | Fully Supported |
| 1.20.1 | Fabric | Fully Supported |
| 1.21.1 | NeoForge | Fully Supported |
| 1.21.1 | Fabric | Fully Supported |
How It Works
- Install Mixin Helper — drop the jar in your
modsfolder - Launch the game — a default config is generated at
config/mixinhelper.json - Check the audit report at
config/mixinhelper-report.jsonto see every mixin loaded in your game - Edit the config to blacklist, reprioritize, or strip methods as needed
- Restart and you're done
Quick Example
Two mods crash because they both modify the same class? Blacklist the offending mixin:
{
"enabled": true,
"blacklist": {
"mixins": ["com.conflictingmod.mixin.MixinLevelRenderer"],
"mixinConfigs": [],
"targetClasses": []
}
}
Need finer control? Neutralize a single injected method instead of the whole mixin:
{
"methodRemovals": {
"rules": [
{
"targetClass": "net.minecraft.world.level.Level",
"method": "brokenMethod",
"action": "nop"
}
]
}
}
Use Cases
- Modpack developers resolving mod conflicts without waiting for mod authors to fix them
- Server admins disabling specific mod behaviors that cause instability
- Debugging which mixins are causing crashes or unexpected behavior
- Fine-tuning mod interactions by controlling execution order
Notes
- Config changes require a full game restart — mixins load very early in startup
- Mixin Helper itself has no mixins — it uses the Mixin plugin system to intercept other mods
- Zero runtime performance impact — all work is done during startup
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers