Mixin Helper

Mixin Helper

Utility mod for modpack developers that provides complete control over mixin behavior

by
1.3K Downloads
fabricforgeneoforgemanagementoptimizationutility
Rent Server with this Mod

About this Mod

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

  1. Install Mixin Helper — drop the jar in your mods folder
  2. Launch the game — a default config is generated at config/mixinhelper.json
  3. Check the audit report at config/mixinhelper-report.json to see every mixin loaded in your game
  4. Edit the config to blacklist, reprioritize, or strip methods as needed
  5. 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

Available Versions

Mixin Helper 1.1.1 (NeoForge 1.21.1)release
MC 1.21.1neoforge
June 12, 2026
Mixin Helper 1.1.1 (Forge 1.20.1)release
MC 1.20.1forge
June 12, 2026
Mixin Helper 1.1.1 (Fabric 1.21.1)release
MC 1.21.1fabric
June 12, 2026
Mixin Helper 1.1.1 (Fabric 1.20.1)release
MC 1.20.1fabric
June 12, 2026
Mixin Helper 1.1.0 (Forge 1.20.1)release
MC 1.20.1forge
March 23, 2026

How to Install Mixin Helper on Your Server

1

Order Server

Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).

2

Set fabric Loader

In the panel under "Egg", select the fabric loader and matching Minecraft version (1.21.1).

3

Install Mod

Open the mod browser in the dashboard and search for "Mixin Helper". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.

Compatibility

Mod Loaders

fabricforgeneoforge

Minecraft Versions

1.21.1, 1.20.1

Server-side

Unsupported

Recommended RAM

4 GB(min. 3 GB)

Frequently Asked Questions

Mixin Helper server crashes on startup – what to do?

Most common cause: wrong fabric version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (1.21.1). You can switch loaders with one click in the panel.

Is Mixin Helper compatible with fabric and forge and neoforge?

Mixin Helper officially supports fabric, forge, neoforge for Minecraft 1.21.1, 1.20.1. Note: Forge and Fabric mods are NOT cross-compatible – pick one loader and stick with it. The Mado dashboard automatically detects incompatible loader combinations.

Server lagging with Mixin Helper – how to optimize performance?

Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if Mixin Helper consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.

Rent Modded Server

Install Mixin Helper with just one click on your server.

Recommended RAM
4 GBab €8/mo
Min. 3 GB | +1 GB pro 8 Spieler
Create Server Now
1-Click Mod Install
NVMe SSD Storage
DDoS Protection included

Details

License
GNU General Public License v3.0 only
Server-side
Unsupported

Supported Versions

1.21.11.20.1